 Gitea v1.21.1 中文文档级后无法重启。你可以访问 https://docs.gitea.com 获得要升级的版本 对应的文档来修改你的配置文件。 Gitea 会保留首二位版本号相同的版本的兼容性 ( a.b.x -> a.b.y ), 这些版本拥有相同的数据库结构,可 以自由升级或降级。 其他情况 ( a.b.? -> a.c.? )下, 新版 Gitea 可能将会将数据库升级到与旧版数据库 不同的结构。 举个例子: 1.4.1 1.4.0 ⚠ 不建议,后果自负!尽管数据库结构可能不会变更,让它可以正常工作。我们强烈建议 降级前进行完全的备份。 1.4.x 1.5.y 数据库会被自动升级。你可以直接从 1.4.x 升级到最新的 1.5.y。 1.5.y 1.4.x 数据库已被升级且无法用于旧版本Gitea,使用备份来进行降级。 因为你不能基于升级后的数据库运行旧版 Gitea,所以你应该在数据库升级前完成数据备份。 HTML 内容进行定制样式。 因此,您可以编写一些 CSS 样式: 1. .markup.XXXXX html { 2. font-size: 100%; 3. overflow-y: scroll; 4. -webkit-text-size-adjust: 100%; 5. -ms-text-size-adjust: 100%; 6. } 7. 8. .markup0 码力 | 303 页 | 3.88 MB | 1 年前3 Gitea v1.21.1 中文文档级后无法重启。你可以访问 https://docs.gitea.com 获得要升级的版本 对应的文档来修改你的配置文件。 Gitea 会保留首二位版本号相同的版本的兼容性 ( a.b.x -> a.b.y ), 这些版本拥有相同的数据库结构,可 以自由升级或降级。 其他情况 ( a.b.? -> a.c.? )下, 新版 Gitea 可能将会将数据库升级到与旧版数据库 不同的结构。 举个例子: 1.4.1 1.4.0 ⚠ 不建议,后果自负!尽管数据库结构可能不会变更,让它可以正常工作。我们强烈建议 降级前进行完全的备份。 1.4.x 1.5.y 数据库会被自动升级。你可以直接从 1.4.x 升级到最新的 1.5.y。 1.5.y 1.4.x 数据库已被升级且无法用于旧版本Gitea,使用备份来进行降级。 因为你不能基于升级后的数据库运行旧版 Gitea,所以你应该在数据库升级前完成数据备份。 HTML 内容进行定制样式。 因此,您可以编写一些 CSS 样式: 1. .markup.XXXXX html { 2. font-size: 100%; 3. overflow-y: scroll; 4. -webkit-text-size-adjust: 100%; 5. -ms-text-size-adjust: 100%; 6. } 7. 8. .markup0 码力 | 303 页 | 3.88 MB | 1 年前3
 GIMP User Manual 2.2e r a t e d b y d o c b o o k 2 o d f GIMP User Manual Authors and Contributors GNU Image Manipulation Program Generated by docbook2odf Page 2 of 421 G e n e r a t e d b y d o c b o o k Introduction GNU Image Manipulation Program Generated by docbook2odf Page 3 of 421 G e n e r a t e d b y d o c b o o k 2 o d f Welcome to The GIMP The GIMP is a multiplatform photo manipulation tool PCX, GNU Image Manipulation Program Generated by docbook2odf Page 4 of 421 G e n e r a t e d b y d o c b o o k 2 o d f BMP and many others • Selection tools including rectangle, ellipse, free0 码力 | 421 页 | 8.45 MB | 1 年前3 GIMP User Manual 2.2e r a t e d b y d o c b o o k 2 o d f GIMP User Manual Authors and Contributors GNU Image Manipulation Program Generated by docbook2odf Page 2 of 421 G e n e r a t e d b y d o c b o o k Introduction GNU Image Manipulation Program Generated by docbook2odf Page 3 of 421 G e n e r a t e d b y d o c b o o k 2 o d f Welcome to The GIMP The GIMP is a multiplatform photo manipulation tool PCX, GNU Image Manipulation Program Generated by docbook2odf Page 4 of 421 G e n e r a t e d b y d o c b o o k 2 o d f BMP and many others • Selection tools including rectangle, ellipse, free0 码力 | 421 页 | 8.45 MB | 1 年前3
 Game Development for Human Beingsrepeat a tile many times to cover a certain area. By using autoscroll and setting a speed in x and y we can make that infinite scrolling effect. We want to listen for user tap/click to launch the game asteriod.body.velocity.x = this.game.rnd.integerInRange(-20, 20); 19 asteriod.body.velocity.y = this.game.rnd.integerInRange(-20, 20); 20 asteriod.body.immovable = true; 21 asteriod //make the player explode 6 var emitter = this.game.add.emitter(this.player.x, this.player.y, 100); 7 emitter.makeParticles('playerParticle'); 8 emitter.minParticleSpeed.setTo(-200, -200);0 码力 | 472 页 | 8.46 MB | 10 月前3 Game Development for Human Beingsrepeat a tile many times to cover a certain area. By using autoscroll and setting a speed in x and y we can make that infinite scrolling effect. We want to listen for user tap/click to launch the game asteriod.body.velocity.x = this.game.rnd.integerInRange(-20, 20); 19 asteriod.body.velocity.y = this.game.rnd.integerInRange(-20, 20); 20 asteriod.body.immovable = true; 21 asteriod //make the player explode 6 var emitter = this.game.add.emitter(this.player.x, this.player.y, 100); 7 emitter.makeParticles('playerParticle'); 8 emitter.minParticleSpeed.setTo(-200, -200);0 码力 | 472 页 | 8.46 MB | 10 月前3
 Unity for Human BeingsGhost’s animation location via the transform position inside of the inspector pane. X should be -45.9, Y should be 0, and Z should also be 0. Run the program and your ghost should be animated and need to change the position of where she currently stands. We will set Position X to be 0, Position Y to be 0, and Position Z to be 25. Zenva Academy – Online courses on game, web and mobile app development change the rotation of the model as well. We want to have her face us. Rotation X should be 0, Rotation Y should be 180, and Rotation Z should be 0. Zenva Academy – Online courses on game, web and0 码力 | 239 页 | 27.39 MB | 10 月前3 Unity for Human BeingsGhost’s animation location via the transform position inside of the inspector pane. X should be -45.9, Y should be 0, and Z should also be 0. Run the program and your ghost should be animated and need to change the position of where she currently stands. We will set Position X to be 0, Position Y to be 0, and Position Z to be 25. Zenva Academy – Online courses on game, web and mobile app development change the rotation of the model as well. We want to have her face us. Rotation X should be 0, Rotation Y should be 180, and Rotation Z should be 0. Zenva Academy – Online courses on game, web and0 码力 | 239 页 | 27.39 MB | 10 月前3
 DeepSeek-V2: A Strong, Economical, and Efficient
Mixture-of-Experts Language Modelhttps://github.com/meta-llama/llama3/bl ob/main/MODEL_CARD.md. J. Ainslie, J. Lee-Thorp, M. de Jong, Y. Zemlyanskiy, F. Lebrón, and S. Sanghai. Gqa: Training generalized multi-query transformer models from large language models. arXiv preprint arXiv:2108.07732, 2021. J. Bai, S. Bai, Y. Chu, Z. Cui, K. Dang, X. Deng, Y. Fan, W. Ge, Y. Han, F. Huang, B. Hui, L. Ji, M. Li, J. Lin, R. Lin, D. Liu, G. Liu, C. Lu Yang, S. Yang, Y. Yao, B. Yu, H. Yuan, Z. Yuan, J. Zhang, X. Zhang, Y. Zhang, Z. Zhang, C. Zhou, J. Zhou, X. Zhou, and T. Zhu. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023. Y. Bisk, R. Zellers0 码力 | 52 页 | 1.23 MB | 1 年前3 DeepSeek-V2: A Strong, Economical, and Efficient
Mixture-of-Experts Language Modelhttps://github.com/meta-llama/llama3/bl ob/main/MODEL_CARD.md. J. Ainslie, J. Lee-Thorp, M. de Jong, Y. Zemlyanskiy, F. Lebrón, and S. Sanghai. Gqa: Training generalized multi-query transformer models from large language models. arXiv preprint arXiv:2108.07732, 2021. J. Bai, S. Bai, Y. Chu, Z. Cui, K. Dang, X. Deng, Y. Fan, W. Ge, Y. Han, F. Huang, B. Hui, L. Ji, M. Li, J. Lin, R. Lin, D. Liu, G. Liu, C. Lu Yang, S. Yang, Y. Yao, B. Yu, H. Yuan, Z. Yuan, J. Zhang, X. Zhang, Y. Zhang, Z. Zhang, C. Zhou, J. Zhou, X. Zhou, and T. Zhu. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023. Y. Bisk, R. Zellers0 码力 | 52 页 | 1.23 MB | 1 年前3
 Blender v2.92 参考手册(繁体中文版)curve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 3966 页 | 203.00 MB | 1 年前3 Blender v2.92 参考手册(繁体中文版)curve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 3966 页 | 203.00 MB | 1 年前3
 Blender v2.93 Manualcurve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 3962 页 | 201.40 MB | 1 年前3 Blender v2.93 Manualcurve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 3962 页 | 201.40 MB | 1 年前3
 Blender v3.4 参考手册(繁体中文版)values to a set of output values by adjusting a curve, where the X axis represents the input and the Y axis the output. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates name. Select Multiple Shift-LMB Add/remove a node to/from the selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping The snapping options can be found0 码力 | 4469 页 | 258.38 MB | 1 年前3 Blender v3.4 参考手册(繁体中文版)values to a set of output values by adjusting a curve, where the X axis represents the input and the Y axis the output. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates name. Select Multiple Shift-LMB Add/remove a node to/from the selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping The snapping options can be found0 码力 | 4469 页 | 258.38 MB | 1 年前3
 Blender v3.4 Manualvalues to a set of output values by adjusting a curve, where the X axis represents the input and the Y axis the output. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates name. Select Multiple Shift-LMB Add/remove a node to/from the selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping The snapping options can be found0 码力 | 4462 页 | 256.59 MB | 1 年前3 Blender v3.4 Manualvalues to a set of output values by adjusting a curve, where the X axis represents the input and the Y axis the output. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates name. Select Multiple Shift-LMB Add/remove a node to/from the selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping The snapping options can be found0 码力 | 4462 页 | 256.59 MB | 1 年前3
 Blender v3.2 参考手册(繁体中文版)curve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 4355 页 | 255.63 MB | 1 年前3 Blender v3.2 参考手册(繁体中文版)curve. The input values are mapped to the X axis of the graph, and the output values are mapped to the Y axis. Control Points Like all curves in Blender, the curve of the Curve Widget is controlled using specified values. Min X/Y and Max X/Y Set the minimum and maximum bounds of the curve points. Delete X Remove the selected control point. The first and last points cannot be deleted. X, Y The coordinates Select Multiple Shift-LMB or Shift-RMB used for multiple node selection. Grid: Node X: Node Y: Node X/Y: Closest: Center: Median: Active: Arranging Nodes Snapping Snap Toggle snapping mode for moving0 码力 | 4355 页 | 255.63 MB | 1 年前3
共 480 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48














 
 