积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(442)Weblate(302)Blender(39)KiCad(24)产品与服务(23)人工智能(19)Apache OFBiz(11)数据可视化(10)DataEase(10)Krita(9)

语言

全部英语(273)中文(简体)(150)中文(繁体)(10)日语(3)zh(3)中文(简体)(2)韩语(1)

格式

全部PDF文档 PDF(269)其他文档 其他(172)DOC文档 DOC(1)
 
本次搜索耗时 0.122 秒,为您找到相关结果约 442 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • 产品与服务
  • 人工智能
  • Apache OFBiz
  • 数据可视化
  • DataEase
  • Krita
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 中文(简体)
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google C++ Style Guide

    namespaces, because anything imported into a namespace in a header file becomes part of the public API exported by that file. // Shorten access to some commonly used names in .cc files. namespace baz = commonly used names (in a .h file). namespace librarian { namespace impl { // Internal, not part of the API. namespace sidetable = ::pipeline_diagnostics::sidetable; } // namespace impl inline void my_inline_function() would any other code, and to document that your class is copyable and/or cheaply movable if that’s an API guarantee. class Foo { public: Foo(Foo&& other) : field_(other.field) {} // Bad, defines only move
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 Graphical Interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . has adopted it. Git has made incredible progress on Windows, in the explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows ways to use Git. There are the original command-line tools, and there are many graphical user interfaces of varying capabilities. For this book, we will be using Git on the command line. For one, the
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    organization Organization Basics Teams Audit Log Scripting GitHub Services and Hooks The GitHub API Basic Usage Commenting on an Issue Changing the Status of a Pull Request Octokit Summary Git and Merging Debugging Miscellaneous Summary Appendix A: Git in Other Environments Graphical Interfaces gitk and git-gui GitHub for macOS and Windows Other GUIs Git in Visual Studio Git in Visual has adopted it. Git has made incredible progress on Windows, in the explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    organization Organization Basics Teams Audit Log Scripting GitHub Services and Hooks The GitHub API Basic Usage Commenting on an Issue Changing the Status of a Pull Request Octokit Summary Git and Merging Debugging Miscellaneous Summary Appendix A: Git in Other Environments Graphical Interfaces gitk and git-gui GitHub for macOS and Windows Other GUIs Git in Visual Studio Git in Visual has adopted it. Git has made incredible progress on Windows, in the explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 Trends Artificial Intelligence

    emerging challengers are racing to build and deploy the next layers of AI infrastructure: agentic interfaces, enterprise copilots, real-world autonomous systems, and sovereign models. Rapid advances in artificial AI is now emerging – less assistant, more service provider. What began as basic conversational interfaces may now be evolving into something far more capable. Traditional chatbots were designed to respond internet from a collection of pages into a set of utilities – AI agents are turning conversational interfaces into functional infrastructure. Whereas early assistants needed clear inputs and produced narrow
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • epub文档 The Weblate Manual 4.3.1

    Asked Questions Supported file formats Version control integration Weblate’s REST API Weblate Client Weblate’s Python API Administrator docs Configuration instructions Weblate deployments Upgrading Weblate Look at similar strings translated in past, see Memory Management [https://docs.python.org/3.7/c-api/memory.html#memory]. Glossary Displays terms from the project glossary used in the current message translation file. This is similar to what Update PO files to match POT (msgmerge) does. See also POST /api/translations/(string:project)/(string:component)/( string:language)/file/ Conflicts handling Defines
    0 码力 | 664 页 | 9.34 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.3

    Asked Questions Supported file formats Version control integration Weblate’s REST API Weblate Client Weblate’s Python API Administrator docs Configuration instructions Weblate deployments Upgrading Weblate Look at similar strings translated in past, see Memory Management [https://docs.python.org/3.7/c-api/memory.html#memory]. Glossary Displays terms from the project glossary used in the current message translation file. This is similar to what Update PO files to match POT (msgmerge) does. See also POST /api/translations/(string:project)/(string:component)/( string:language)/file/ Conflicts handling Defines
    0 码力 | 662 页 | 9.33 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.4

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 1.11 Weblate’s REST API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 1.12 Weblate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 1.13 Weblate’s Python API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 2 Administrator Manual, Release 4.4 8 Chapter 1. User docs The Weblate Manual, Release 4.4 1.2.6 API access You can get or reset your API access token here. 1.2.7 Audit log Audit log keeps track of the actions performed
    0 码力 | 418 页 | 3.61 MB | 1 年前
    3
  • pdf文档 The Weblate Manual 4.3

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 1.12 Weblate’s REST API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 1.13 Weblate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 1.14 Weblate’s Python API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 2 Administrator translation file. This is similar to what Update PO files to match POT (msgmerge) does. See also: POST /api/translations/(string:project)/(string:component)/ (string:language)/file/ Conflicts handling Defines
    0 码力 | 424 页 | 3.98 MB | 1 年前
    3
  • epub文档 The Weblate Manual 4.2.2

    Asked Questions Supported file formats Version control integration Weblate’s REST API Weblate Client Weblate’s Python API Administrator docs Configuration instructions Weblate deployments Upgrading Weblate Look at similar strings translated in past, see Memory Management [https://docs.python.org/3.7/c-api/memory.html#memory]. Glossary Displays terms from the project glossary used in the current message translation file. This is similar to what Update PO files to match POT (msgmerge) does. See also POST /api/translations/(string:project)/(string:component)/( string:language)/file/ Conflicts handling Defines
    0 码力 | 639 页 | 9.32 MB | 1 年前
    3
共 442 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 45
前往
页
相关搜索词
GoogleC++StyleGuideProGit2ndEdition2.1413TrendsArtificialIntelligenceTheWeblateManual4.34.44.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩