书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 15863 个相关结果.
  • 事务

    事务的使用 开启事务 提交事务 回滚事务 v2.7.7起新增transaction方法 事务的使用 开启事务 $this -> db ()-> startTransAction (); 提交事务 $this -> db ()-> commit (); 回滚事务 $this -> db ()-> rollBack...
  • puppet代码与版本控制系统的结合

    927 2018-04-22 《puppet运维实战》
    Puppet扩展篇7-puppet代码与版本控制系统的结合 一、介绍 二、环境介绍 三、部署流程 1 SVN Server端部署 2 通过Apache+ssl安全认证访问SVN服务器 3 整合puppet server端 4 部署SVN hooks 5 SVN Client端部署测试 Puppet扩展篇7-puppet代码与版本控制系...
  • Handle Transaction Errors

    Handle Transaction Errors Deadlocks Solution 1: avoid deadlocks Solution 2: reduce transaction granularity Solution 3: use optimistic transactions Solution 4: retry Applicatio...
  • Code Contribution Guide

    Code Contribution Guide 版本:v1.8 Code Contribution Guide You will learn the following things in the code contribution guide: How to Run KubeVela Locally How to Run VelaUX Loc...
  • 5.6.29. Dgit

    5.6.29. Dgit 5.6.29. Dgit Folded field containing a single git commit hash, presented in full, followed optionally by whitespace and other data to be defined in future extens...
  • Git引用

    940 2019-04-08 《Git的核心概念》
    Git引用 Git引用 现在再来看引用,就会很简单了。如果我们想要看某个提交记录之前的完整历史,就必须记住这个提交ID,但提交ID是一个40位的 SHA-1 校验和,难记。所以引用就是SHA-1 校验和的别名,存储在.git/refs 文件夹中。 最常见的引用也许就是master 了,因为这是Git默认创建的(可以修改,但一般不修改),它始终指向你...
  • 05.06 SQL 数据库

    SQL 数据库 SQL 数据库 Python 提供了一系列标准的数据库的 API,这里我们介绍 sqlite 数据库的用法,其他的数据库的用法大同小异: In [1]: import sqlite3 as db 首先我们要建立或者连接到一个数据库上: In [2]: connection ...
  • Contributing to Antrea

    Developer Guide Getting Started Accounts Setup Contribute Git Client Hooks GitHub Workflow Getting reviewers Getting your PR verified by CI Cherry-picks to release branches ...
  • Seata BASE transaction

    Seata BASE transaction Init Seata Engine Transaction Begin Execute actual sharding SQL Commit or Rollback Seata BASE transaction When integrating Seata AT transaction, we ne...
  • Git

    Git Git Pull Requests Git Git This document explains some conventions and specificities in the way we manage the Symfony code with Git. Pull Requests Whenever a pull req...