积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(40)后端开发(27)区块链(21)Weblate(18)数据库(11)Blender(11)TiDB(11)系统运维(6)Linux(6)Krita(6)

语言

全部中文(简体)(86)

格式

全部PDF文档 PDF(60)其他文档 其他(26)
 
本次搜索耗时 0.115 秒,为您找到相关结果约 86 个.
  • 全部
  • 综合其他
  • 后端开发
  • 区块链
  • Weblate
  • 数据库
  • Blender
  • TiDB
  • 系统运维
  • Linux
  • Krita
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    git add 命令使用文件或目录的路径作为参数;如果参 数是目录的路径,该命令将递归地跟踪该目录下的所有文件。 暂存已修改的文件 现在我们来修改一个已被跟踪的文件。 如果你修改了一个名为 CONTRIBUTING.md 的已被跟踪的文件,然后运 行 git status 命令,会看到下面内容: 32 $ git status On branch master Your branch is up-to-date "git checkout -- ..." to discard changes in working directory) modified: CONTRIBUTING.md 文件 CONTRIBUTING.md 出现在 Changes not staged for commit 这行下面,说明已跟踪文件的内容发 生了变化,但还没有放到暂存区。 要暂存这次更新,需要运行 git 个命令理解为“精确地将内容添加到下一次提交中”而不是“将一个文件添加到项目中”要更加合适。 现在让 我们运行 git add 将“CONTRIBUTING.md”放到暂存区,然后再看看 git status 的输出: $ git add CONTRIBUTING.md $ git status On branch master Your branch is up-to-date with 'origin/master'
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
  • epub文档 Pro Git 中文版 第2版 2.1.66

    让你的 GitHub 公共仓库保持更新 维护项目 创建新的版本库 添加合作者 管理合并请求 提醒和通知 通知页面 网页通知 邮件通知 特殊文件 README 贡献 CONTRIBUTING 项目管理 管理组织 组织的基本知识 团队 审计日志 脚本 GitHub 服务与钩子 GitHub API 基本用途 在一个问题上评论 修改 Pull Request 数;如果参数是目录的路径,该命令将递归地跟踪该目录下的所有文件。 暂存已修改的文件 现 在 我 们 来 修 改 一 个 已 被 跟 踪 的 文 件 。 如 果 你 修 改 了 一 个 名 为 CONTRIBUTING.md 的已被跟踪的文件,然后运行 git status 命令,会看到下 面内容: $ git status On branch master Your branch is up-to-date "git checkout -- ..." to discard changes in working directory) modified: CONTRIBUTING.md 文件 CONTRIBUTING.md 出现在 Changes not staged for commit 这行下面,说 明已跟踪文件的内容发生了变化,但还没有放到暂存区。 要暂存这次更新, 需要运行
    0 码力 | 670 页 | 13.59 MB | 1 年前
    3
  • epub文档 Weblate 4.2 用户文档

    Customizing Weblate 管理界面 Getting support for Weblate Legal documents Contributor docs Contributing to Weblate Starting contributing code to Weblate Weblate source code Debugging Weblate Weblate internals Weblate admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示 In case you see something unwanted as a language, you might want to adjust 语言筛选 customizations for every upgrade, the interfaces or their semantics might change without notice. 参见 Contributing to Weblate Creating a Python module If you are not familiar with Python, you might want to look
    0 码力 | 648 页 | 9.34 MB | 1 年前
    3
  • epub文档 Weblate 4.2.1 用户文档

    定制 Weblate 管理界面 Getting support for Weblate Legal documents Contributor docs Contributing to Weblate Starting contributing code to Weblate Weblate source code Debugging Weblate Weblate internals Weblate admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示 In case you see something unwanted as a language, you might want to adjust 语言筛选 Weblate 中的代码对更改内部界面或重构编码 时的情况。 警告 内部界面与模板都不被认为是稳定的 API 。请您对每次升级都复查自己的定 制,接口或其语义可能未经通知就进行更改。 参见 Contributing to Weblate 建立 Python 模块 如果您不熟悉 Python ,您可以查看 Python For Beginners [https://www.python.org/
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
  • epub文档 Weblate 4.2.2 用户文档

    定制 Weblate 管理界面 Getting support for Weblate Legal documents Contributor docs Contributing to Weblate Starting contributing code to Weblate Weblate source code Debugging Weblate Weblate internals Weblate admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示 In case you see something unwanted as a language, you might want to adjust 语言筛选 Weblate 中的代码对更改内部界面或重构编码 时的情况。 警告 内部界面与模板都不被认为是稳定的 API 。请您对每次升级都复查自己的定 制,接口或其语义可能未经通知就进行更改。 参见 Contributing to Weblate 建立 Python 模块 如果您不熟悉 Python ,您可以查看 Python For Beginners [https://www.python.org/
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
  • epub文档 Weblate 4.3 用户文档

    Weblate 模块 定制 Weblate 管理界面 从 Weblate 获得支持 Legal documents Contributor docs Contributing to Weblate Starting contributing code to Weblate Weblate source code Debugging Weblate Weblate internals Weblate Weblate 中的代码对更改内部界面或重构编 码时的情况。 警告 内部界面与模板都不被认为是稳定的 API 。请对每次升级都复查自己的定 制,接口或其语义可能未经通知就进行更改。 参见 Contributing to Weblate 建立 Python 模块 如果不熟悉 Python ,你可以查看 Python For Beginners [https://www.python.org/a (PGP) 参见 Export Controls (EAR) on Open Source Software [https://www.magicsplat.com/blog/ear/] Contributing to Weblate There are dozens of ways to contribute in Weblate. Any help is welcomed, be it coding
    0 码力 | 667 页 | 9.36 MB | 1 年前
    3
  • epub文档 Weblate 4.3.1 用户文档

    Weblate 模块 定制 Weblate 管理界面 从 Weblate 获得支持 Legal documents Contributor docs Contributing to Weblate Starting contributing code to Weblate Weblate source code Debugging Weblate Weblate internals Weblate Weblate 中的代码对更改内部界面或重构编 码时的情况。 警告 内部界面与模板都不被认为是稳定的 API 。请对每次升级都复查自己的定 制,接口或其语义可能未经通知就进行更改。 参见 Contributing to Weblate 建立 Python 模块 如果不熟悉 Python ,你可以查看 Python For Beginners [https://www.python.org/a (PGP) 参见 Export Controls (EAR) on Open Source Software [https://www.magicsplat.com/blog/ear/] Contributing to Weblate There are dozens of ways to contribute in Weblate. Any help is welcomed, be it coding
    0 码力 | 667 页 | 9.36 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.1 用户文档

    342 3 Contributor docs 344 3.1 Contributing to Weblate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 3.2 Starting contributing code to Weblate . . . . . . . . . admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示: In case you see something unwanted as a language, you might want to adjust 语言筛选 Weblate 中的代码对更改内部界面或重构编码时的情况。 警告: 内部界面与模板都不被认为是稳定的 API 。请您对每次升级都复查自己的定制,接口或其语义 可能未经通知就进行更改。 参见: Contributing to Weblate 2.22.1 建立 Python 模块 如果您不熟悉 Python ,您可以查看 Python For Beginners ,它解释了其基本内容并指向了高级教程。
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.2 用户文档

    342 3 Contributor docs 344 3.1 Contributing to Weblate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 3.2 Starting contributing code to Weblate . . . . . . . . . admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示: In case you see something unwanted as a language, you might want to adjust 语言筛选 Weblate 中的代码对更改内部界面或重构编码时的情况。 警告: 内部界面与模板都不被认为是稳定的 API 。请您对每次升级都复查自己的定制,接口或其语义 可能未经通知就进行更改。 参见: Contributing to Weblate 2.22.1 建立 Python 模块 如果您不熟悉 Python ,您可以查看 Python For Beginners ,它解释了其基本内容并指向了高级教程。
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2 用户文档

    341 3 Contributor docs 343 3.1 Contributing to Weblate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 3.2 Starting contributing code to Weblate . . . . . . . . . admin interface later, (see Changing language definitions) and report it to the issue tracker (see Contributing to Weblate). 提示: In case you see something unwanted as a language, you might want to adjust 语言筛选 tions for every upgrade, the interfaces or their semantics might change without notice. 参见: Contributing to Weblate 2.22.1 Creating a Python module If you are not familiar with Python, you might want
    0 码力 | 410 页 | 4.56 MB | 1 年前
    3
共 86 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
ProGit中文文版中文版2.166Weblate4.2用户文档用户文档4.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩