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

无数据

分类

全部综合其他(472)Weblate(302)KiCad(73)Blender(40)产品与服务(25)Apache OFBiz(15)Krita(9)人工智能(7)版本控制(5)GIMP(4)

语言

全部英语(309)中文(简体)(144)中文(繁体)(10)日语(5)zh(2)[zh](1)韩语(1)

格式

全部PDF文档 PDF(284)其他文档 其他(188)
 
本次搜索耗时 0.113 秒,为您找到相关结果约 472 个.
  • 全部
  • 综合其他
  • Weblate
  • KiCad
  • Blender
  • 产品与服务
  • Apache OFBiz
  • Krita
  • 人工智能
  • 版本控制
  • GIMP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • [zh]
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • mobi文档 Pro Git 2nd Edition 2.1.413

    You clone a repository with git clone . For example, if you want to clone the Git linkable library called libgit2, you can do so like this: $ git clone https://github.com/libgit2/libgit2 That creates changed, 2 insertions(+) You’ll notice the phrase “fast-forward” in that merge. Because the commit C4 pointed to by the branch hotfix you merged in was directly ahead of the commit C2 you’re on, Git simply the merge command. It performs a three-way merge between the two latest branch snapshots (C3 and C4) and the most recent common ancestor of the two (C2), creating a new snapshot (and commit). Figure
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    You clone a repository with git clone . For example, if you want to clone the Git linkable library called libgit2, you can do so like this: $ git clone https://github.com/libgit2/libgit2 That creates changed, 2 insertions(+) You’ll notice the phrase “fast-forward” in that merge. Because the commit C4 pointed to by the branch hotfix you merged in was directly ahead of the commit C2 you’re on, Git simply is the merge command. It performs a three-way merge between the two latest branch snapshots (C3 and C4) and the most recent common ancestor of the two (C2), creating a new snapshot (and commit). 95 Figure
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    You clone a repository with git clone . For example, if you want to clone the Git linkable library called libgit2, you can do so like this: $ git clone https://github.com/libgit2/libgit2 That creates changed, 2 insertions(+) You’ll notice the phrase “fast-forward” in that merge. Because the commit C4 pointed to by the branch hotfix you merged in was directly ahead of the commit C2 you’re on, Git simply the merge command. It performs a three-way merge between the two latest branch snapshots (C3 and C4) and the most recent common ancestor of the two (C2), creating a new snapshot (and commit). Figure
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 全球开源发展态势洞察(2023年第八期)

    Mesh) 项目已停止维护 在最近举行的Open Compute Project地区峰 会上,AMD披露正计划用开源的Open-Source Silicon Initialization Library(OpenSIL)代 替AMD Generic Encapsulated Software Architecture(AGESA)固件的计划。新固件 将经历四个阶段的开发周期预计到2026年开始 ),最 终在2026年Zen6架构的六代霄龙上成为默认 值,届时AGESA则会退出。 注释:OpenSIL的全称为“Open-Source Silicon Initialization Library”(开源硅初始化库),作 为一套开源解决方案,使用标准行业语言编写, 不但可以实现AGESA的各种传统功能,还有轻量 化、简单、透明、安全、扩展灵活等优势。 全球开源态势洞察|第十期 02 的倡议开始。 14 https://eur-lex.europa.eu/eli/dir/2019/1024/oj 15 https://data.gov.cz/%C4%8Dl%C3%A1nky/implementace-sm%C4%9Brnice-o-otev%C5%99en%C3%BDch-datech 16 https://wipolex.wipo.int/en/legislation/details/21272
    0 码力 | 22 页 | 1.99 MB | 1 年前
    3
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    ++ 1 file changed, 2 insertions(+) 在合并的时候,你应该注意到了“快进(fast-forward)”这个词。 由于你想要合并的分支 hotfix 所指向的提 交 C4 是你所在的提交 C2 的直接后继, 因此 Git 会直接将指针向前移动。换句话说,当你试图合并两个分支 时, 如果顺着一个分支走下去能够到达另一个分支,那么 Git 在合并两者的时候, 只会简单的将指针向前推进 始分叉开来(diverged)。 因为,master 分支所在提交并不是 iss53 分支所在提交的直接祖先,Git 不得不 76 做一些额外的工作。 出现这种情况的时候,Git 会使用两个分支的末端所指的快照(C4 和 C5 )以及这两个分支的公共祖先(C2),做一个简单的三方合并。 图表 24. 一次典型合并中所用到的三个快照 和之前将分支指针向前推进所不同的是,Git 将此次三方合并的结果做了一个新的快照并且自动创建一个新的提 它们成熟之后再合并,而不用 在乎它们建立的顺序或工作进度。 考虑这样一个例子,你在 master 分支上工作到 C1,这时为了解决一个问题而新建 iss91 分支,在 iss91 分 支上工作到 C4,然而对于那个问题你又有了新的想法,于是你再新建一个 iss91v2 分支试图用另一种方法解决 那个问题,接着你回到 master 分支工作了一会儿,你又冒出了一个不太确定的想法,你便在 C10 的时候新建
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
  • epub文档 Pro Git 中文版 第2版 2.1.66

    ++ 1 file changed, 2 insertions(+) 在合并的时候,你应该注意到了“快进(fast-forward)”这个词。 由于你想要 合并的分支 hotfix 所指向的提交 C4 是你所在的提交 C2 的直接后继, 因此 Git 会直接将指针向前移动。换句话说,当你试图合并两个分支时, 如果顺着 一个分支走下去能够到达另一个分支,那么 Git 在合并两者的时候, 只会简单 iverged)。 因为,master 分 支所在提交并不是 iss53 分支所在提交的直接祖先,Git 不得不做一些额外的 工作。 出现这种情况的时候,Git 会使用两个分支的末端所指的快照(C4 和 C5)以及这两个分支的公共祖先(C2),做一个简单的三方合并。 图表 24. 一次典型合并中所用到的三个快照 和之前将分支指针向前推进所不同的是,Git 将此次三方合并的结果做了一个 成熟之后再合并, 而不用在乎它们建立的顺序或工作进度。 考虑这样一个例子,你在 master 分支上工作到 C1,这时为了解决一个问题而 新建 iss91 分支,在 iss91 分支上工作到 C4,然而对于那个问题你又有了新 的想法,于是你再新建一个 iss91v2 分支试图用另一种方法解决那个问题,接 着你回到 master 分支工作了一会儿,你又冒出了一个不太确定的想法,你便 在 C10
    0 码力 | 670 页 | 13.59 MB | 1 年前
    3
  • pdf文档 Manus AI:Agent元年开启

    >$2%AgentFG?@HIJKLM p Workday#$ Agent System of Record ! Workday #$G AI *+«AI Agents¬¥+,-,-G¼½ŒÙ! QŸcC¥+c4ÚC ªÛ®‰ AI *+«AI-powered agents¬,ÜÝÞß*+!. Workday |à÷øc{ã|ü,9!áBâPáâ> ✅ áÛ AI *+G¥+Àã5L"#-"Gõö°¥+
    0 码力 | 23 页 | 4.87 MB | 5 月前
    3
  • pdf文档 KiCad 8.0 Schematic Editor

    The Schematic Editor is an integrated application where all functions of drawing, control, layout, library management and access to the PCB design software are carried out within the editor itself. The lists all the electrical connections, for other packages. The Schematic Editor includes a symbol library editor, which can create and edit symbols and manage libraries. It also integrates the following Initial Configuration When the Schematic Editor is run for the first time, if the the global symbol library table file sym-lib-table is not found in the KiCad configuration folder then KiCad will ask how
    0 码力 | 200 页 | 8.34 MB | 1 年前
    3
  • pdf文档 KiCad 7.1 Schematic Editor

    The Schematic Editor is an integrated application where all functions of drawing, control, layout, library management and access to the PCB design software are carried out within the editor itself. The lists all the electrical connections, for other packages. The Schematic Editor includes a symbol library editor, which can create and edit symbols and manage libraries. It also integrates the following Initial Configuration When the Schematic Editor is run for the first time, if the the global symbol library table file sym-lib-table is not found in the KiCad configuration folder then KiCad will ask how
    0 码力 | 182 页 | 16.47 MB | 1 年前
    3
  • pdf文档 KiCad 5.1 Schematic Editor

    . . . . . . . . . 15 3.2.1 Manage Symbol Library Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.1.1 Add a new library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.1.2 Remove a library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.1.3 Library properties . . . . . . . . . . . . . . . . . . Symbol Libraries 35 5.1 Symbol Library Table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.1.1 Global Symbol Library Table . . . . . . . . . . . . .
    0 码力 | 170 页 | 2.69 MB | 1 年前
    3
共 472 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 48
前往
页
相关搜索词
ProGit2ndEdition2.1413全球开源发展态势洞察2023第八八期第八期中文文版中文版66ManusAIAgent元年开启KiCad8.0SchematicEditor7.15.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩