书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 16087 个相关结果.
  • 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 ...
  • Transactions

    Model Transactions Manual Transactions Implicit Transactions Isolated Transactions Model Transactions When a process performs multiple database operations, it might be im...
  • Continuous Integration (CI)

    Continuous Integration (CI) Troubleshooting CI checks Can I retrigger the checks without pushing a new commit? Why does the build step fail? Why does the codegen step fail? Why ...
  • SQLite 事务

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

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

    使用 Git 和 GitHub 工作 安装 Git 设置本地仓库 在工单上工作 发布工作成果 分支变基 在上游发生变化之后 审阅之后 Working on a patch 概览 使用 Git 和 GitHub 工作 This section explains how the community can contribute code ...
  • Working with multiple databases

    Working with multiple databases Working with multiple databases Pony can work with several databases simultaneously. In the example below we use PostgreSQL for storing user info...
  • Functions

    Functions time strings sync repo Functions time Time related functions. time.Now() Time Executes function built-in Golang time.Now function. Returns an instance ...
  • 管理修改

    管理修改 小结 读后有收获可以支付宝请作者喝咖啡: 管理修改 现在,假定你已经完全掌握了暂存区的概念。下面,我们要讨论的就是,为什么Git比其他版本控制系统设计得优秀,因为Git跟踪并管理的是修改,而非文件。 你会问,什么是修改?比如你新增了一行,这就是一个修改,删除了一行,也是一个修改,更改了某些字符,也是一个修改,删了一些又加了一些,也是一...