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

无数据

分类

全部综合其他(362)Weblate(281)Blender(39)KiCad(13)Krita(9)版本控制(7)产品与服务(6)Apache OFBiz(6)人工智能(2)笔试面试(2)

语言

全部英语(232)中文(简体)(116)中文(繁体)(10)日语(2)韩语(1)zh(1)

格式

全部PDF文档 PDF(202)其他文档 其他(159)DOC文档 DOC(1)
 
本次搜索耗时 0.101 秒,为您找到相关结果约 362 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • Krita
  • 版本控制
  • 产品与服务
  • Apache OFBiz
  • 人工智能
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    specific purposes. These are the ones we’ll use in this tutorial. You can find the full list here. –init: is called upon State initialization. If you need to send parameters to the State this is where they’ll different State, how can we pass parameters to another state? The solution is easy: adding an init() method to the state, where you can add all the parameters you want. Let’s add such a method in will use zero if none is passed). Then it will check if it’s the highest and will show it: 1 init: function(score) { 2 var score = score || 0; 3 this.highestScore = this.highestScore || 0;
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Google C++ Style Guide

    be an appropriate error handling response. Oth- erwise, consider a factory function or Init() method. Avoid Init() methods on objects with no other states that affect which public methods may be called Exceptions are the only way for a constructor to fail. We can simulate this with a factory function or an Init() method, but these require heap allocation or a new “invalid” state, respectively. • Exceptions are created with a braced initializer list, known as a braced-init-list in the C++ grammar. Here are a few examples of its use. // Vector takes a braced-init-list of elements. vector v{"foo", "bar"}; //
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 BlenderVR User Manual Release 0.1

    (master HEAD): $ git clone https://github.com/BlenderVR/source.git $ cd source $ git submodule update --init --recursive --remote Note: In old versions of git (1.6x, 1.7x) the –remote option doesn’t exist and Manual, Release 0.1 def __init__(self, parent): super(Processor, self).__init__(parent) elif blendervr.is_console(): class Processor(blendervr.processor.getProcessor()): def __init__(self, console): super(Processor super(Processor, self).__init__(console) Basic Processor File Unlike the Minimum Processor File, this one actually does something (in this case it synchronizes all the objects between the master and the
    0 码力 | 56 页 | 860.89 KB | 1 年前
    3
  • epub文档 BlenderVR User Manual Release 0.1

    (master HEAD): $ git clone https://github.com/BlenderVR/source.git $ cd source $ git submodule update --init --recursive --remote Note In old versions of git (1.6x, 1.7x) the –remote option doesn’t exist and def __init__(self, parent): super(Processor, self).__init__(parent) elif blendervr.is_console(): class Processor(blendervr.processor.getProcessor()): def __init__(self, console): console): super(Processor, self).__init__(console) Basic Processor File Unlike the Minimum Processor File, this one actually does something (in this case it synchronizes all the objects between
    0 码力 | 75 页 | 861.11 KB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    Config git config git config core.editor commands git help Getting and Creating Projects git init git clone Basic Snapshotting git add git status git diff git difftool git commit git reset repository with git init. From Git version 2.28 onwards, you can set a different name for the initial branch. To set main as the default branch name do: $ git config --global init.defaultBranch main macOS: $ cd /Users/user/my_project for Windows: $ cd C:/Users/user/my_project and type: $ git init This creates a new subdirectory named .git that contains all of your necessary repository files
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    repository with git init. From Git version 2.28 onwards, you can set a different name for the initial branch. To set main as the default branch name do: $ git config --global init.defaultBranch main macOS: $ cd /Users/user/my_project for Windows: $ cd C:/Users/user/my_project and type: $ git init This creates a new subdirectory named .git that contains all of your necessary repository files — git add is what will be in the subsequent historical snapshot. You may recall that when you ran git init earlier, you then ran git add — that was to begin tracking files in your directory. The git
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    Config git config git config core.editor commands git help Getting and Creating Projects git init git clone Basic Snapshotting git add git status git diff git difftool git commit git reset repository with git init. From Git version 2.28 onwards, you can set a different name for the initial branch. To set main as the default branch name do: $ git config --global init.defaultBranch main macOS: $ cd /Users/user/my_project for Windows: $ cd C:/Users/user/my_project and type: $ git init This creates a new subdirectory named .git that contains all of your necessary repository files
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    /home/user/my_project 在 macOS 上: $ cd /Users/user/my_project 在 Windows 上: $ cd /c/user/my_project 之后执行: $ git init 该命令将创建一个名为 .git 的子目录,这个子目录含有你初始化的 Git 仓库中所有的必须文件,这些文件是 Git 仓库的骨干。 但是,在这个时候,我们仅仅是做了一个初始化的操作,你的项目里的文件还没有被跟踪。 Changes to be committed 这行下面的,就说明是已暂存状态。 如果此时提交,那么该文件在你运 行 git add 时的版本将被留存在后续的历史记录中。 你可能会想起之前我们使用 git init 后就运行了 git add 命令,开始跟踪当前目录下的文件。 git add 命令使用文件或目录的路径作为参数;如果参 数是目录的路径,该命令将递归地跟踪该目录下的所有文件。 master 分支会在每次提交时自动向前移动。  Git 的 master 分支并不是一个特殊分支。 它就跟其它分支完全没有区别。 之所以几乎每一 个仓库都有 master 分支,是因为 git init 命令默认创建它,并且大多数人都懒得去改动 它。 66 图表 11. 分支及其提交历史 分支创建 Git 是怎么创建新分支的呢? 很简单,它只是为你创建了一个可以移动的新的指针。 比如,创建一个
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
  • epub文档 Pro Git 中文版 第2版 2.1.66

    Further Reading 附录 C: Git 命令 设置与配置 git config git config core.editor 命令 git help 获取与创建项目 git init git clone 快照基础 git add git status git diff git difftool git commit git reset git rm git /home/user/my_project 在 macOS 上: $ cd /Users/user/my_project 在 Windows 上: $ cd /c/user/my_project 之后执行: $ git init 该命令将创建一个名为 .git 的子目录,这个子目录含有你初始化的 Git 仓库 中所有的必须文件,这些文件是 Git 仓库的骨干。 但是,在这个时候,我们仅 仅是做了一个初始化的操作,你的项目里的文件还没有被跟踪。 to be committed 这行下面的,就说明是已暂存状态。 如果 此时提交,那么该文件在你运行 git add 时的版本将被留存在后续的历史记录 中。 你可能会想起之前我们使用 git init 后就运行了 git add 命 令,开始跟踪当前目录下的文件。 git add 命令使用文件或目录的路径作为参 数;如果参数是目录的路径,该命令将递归地跟踪该目录下的所有文件。
    0 码力 | 670 页 | 13.59 MB | 1 年前
    3
  • word文档 git 操作手册

    针 对 单 一 项 目 的 设 置 , 使 用 --local 参 数 , 本 地 设 置 信 息 保 存 在 项 目 目 录/.git/config文件里 # cd 项目目录 # git init #初始化仓库,将在当前路径下生成.git子目录,子目录里有 此git仓库的相关信息 # git config --local user.name cof 推送本地和远程都存在的同名分支 ★仓库操作 # mkdir ~/testgit #创建项目目录 # cd ~/testgit # git init #初始化仓库,将在当前路径下生成.git子目录,子目录里 有此git仓库的相关信息,初始化后要设置当前工作的用户名等相关信息,否则 使用全局设置 --no-merged #查看没有合并到当前分支的分支列表 # git config --global init.defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效) # git branch -m main
    0 码力 | 35 页 | 1.69 MB | 1 年前
    3
共 362 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 37
前往
页
相关搜索词
GameDevelopmentforHumanBeingsGoogleC++StyleGuideBlenderVRUserManualRelease0.1ProGit2ndEdition2.1413中文文版中文版66git操作手册操作手操作手册
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩