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

    560 2020-08-22 《Rook 1.4 Document》
    Contributing Prerequisites Initial Setup Create a Fork Clone Your Fork Build Development Settings Add Upstream Remote Layout Development Design Document Create a Branch U...
  • Contributing

    629 2020-05-08 《Rook 0.9 Document》
    Contributing Prerequisites Initial Setup Create a Fork Clone Your Fork Add Upstream Remote Layout Development Design Document Create a Branch Updating Your Fork Submittin...
  • MySQL · 源码分析 · 内部 XA 和组提交

    2146 2020-08-13 《数据库内核月报》
    XA 两阶段提交 提交协议 prepare 阶段 commit 阶段 优缺点 MySQL 内部 XA 协调器对象 两阶段提交过程 崩溃恢复过程 组提交 group commit 事务提交的顺序 早期解决方法 组提交 5.7 组提交优化: 代码分析 Flush 阶段 Sync 阶段 Commit 阶段 XA 两阶段提交 ...
  • 标签管理

    标签管理 读后有收获可以支付宝请作者喝咖啡: 标签管理 发布一个版本时,我们通常先在版本库中打一个标签(tag),这样,就唯一确定了打标签时刻的版本。将来无论什么时候,取某个标签的版本,就是把那个打标签的时刻的历史版本取出来。所以,标签也是版本库的一个快照。 Git的标签虽然是版本库的快照,但其实它就是指向某个commit的指针(跟分支很像对不对...
  • Using transactions in dbstl

    Using transactions in dbstl Using transactions in dbstl When using transactions with dbstl, you must call the dbstl transaction functions instead of the corresponding methods f...
  • Transaction

    Explicit and Implicit Transactions Explicit Transactions Implicit Transactions Transaction Operations Start a Transaction Commit a Transaction Rollback a Transaction Transac...
  • GitHub Submit PR

    GitHub Submit PR GitHub Remote Repository Git Contribution Guide GitHub Commit PR Merge PR Reject PR GitHub Submit PR This article walks you through contributing RocketMQ t...
  • 6. Flushing

    6. Flushing 6.1. AUTO flush 6.1.1. AUTO flush on commit 6.1.2. AUTO flush on JPQL/HQL query 6.1.3. AUTO flush on native SQL query 6.2. COMMIT flush 6.3. ALWAYS flush 6....
  • GitHub Submit PR

    GitHub Submit PR GitHub Remote Repository Git Contribution Guide GitHub Commit PR Merge PR Reject PR GitHub Submit PR This article walks you through contributing RocketMQ t...
  • Transactions

    Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Transactions Peewee provides several interfaces for w...