书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 16087 个相关结果.
  • Editing

    Editing Adding items Fetching generated row keys Version column requirement Auto-commit mode Modified state Editing Editing the items ( RowItem#s) of SQLContainer can be d...
  • Releasing

    Release Guide Prerequisites MacOS users Major and Minor releases Before starting 1. Create and push a release commit 2. Create and merge a new PR 3. Unlock the master branch...
  • Pull Requests and Changes

    Pull Requests and Changes Change Process Pull Request Tips Commit and PR message conventions Type Scope Subject Body Footer Feature Proposals Requests For Change Pull ...
  • Using the SurfaceTool

    Using the SurfaceTool Using the SurfaceTool The SurfaceTool provides a useful interface for constructing geometry. The interface is similar to the ImmediateGeometry node. You ...
  • Glossary

    492 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION SEE ALSO GIT NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository ...
  • 7.12 打包

    7.12 Git 工具 - 打包 打包 7.12 Git 工具 - 打包 打包 虽然我们已经了解了网络传输 Git 数据的常用方法(如 HTTP,SSH 等),但还有另外一种不太常见却又十分有用的方式。 Git 可以将它的数据 “打包” 到一个文件中。这在许多场景中都很有用。有可能你的网络中断了,但你又希望将你的提交传给你的合作者们。可能你不...
  • SQLite 事务

    689 2020-07-20 《SQLite 教程》
    SQLite 事务 事务的属性 事务控制 BEGIN TRANSACTION 命令 COMMIT 命令 ROLLBACK 命令 实例 SQLite 事务 事务(Transaction)是一个对数据库执行工作单元。事务(Transaction)是以逻辑顺序完成的工作单位或序列,可以是由用户手动操作完成,也可以是由某种数据库程序自动完成。 ...
  • 使用 Git 和 GitHub 工作

    使用 Git 和 GitHub 工作 安装 Git 设置本地仓库 在工单上工作 发布工作成果 分支变基 在上游发生变化之后 审阅之后 Working on a patch 概览 使用 Git 和 GitHub 工作 This section explains how the community can contribute code ...
  • git - 是目前世界上最先进的分布式版本控制系统

    git - 是目前世界上最先进的分布式版本控制系统 补充说明 语法 选项 例子 配置 修改项目中的个人信息 配置自动换行 常见使用场景 创建SSH密钥 多账号ssh配置 免密码登录远程服务器 https协议下提交代码免密码 文件推向3个git库 修改远程仓库地址 撤销远程记录 放弃本地的文件修改 最简单放弃本地修改内容 回滚到...
  • git 是目前世界上最先进的分布式版本控制系统

    git 补充说明 语法 选项 例子 配置 修改项目中的个人信息 配置自动换行 常见使用场景 创建SSH密钥 多账号ssh配置 免密码登录远程服务器 https协议下提交代码免密码 文件推向3个git库 修改远程仓库地址 撤销远程记录 放弃本地的文件修改 最简单放弃本地修改内容 回滚到某个commit提交 回退到某一个版本 ...