书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 15863 个相关结果.
  • How to contribute

    How to contribute Email and chat Getting started Reporting bugs and creating issues Contribution flow Code style Format of the commit message How to contribute Kubeedge i...
  • 6. Deploy Your Site

    6. Deploy Your Site On this page Deploy to Netlify Set up Git repository 1. Create a new repository 2. Initialize your local directory 3. Add your local files 4. Commit your lo...
  • git reset

    9217 2018-02-27 《阮一峰 Git 教程》
    git reset 参数 git reset git reset 命令用于将当前分支指向另一个位置。 # 将当期分支的指针倒退三个 commit, # 并且会改变暂存区 $ git reset HEAD ~ 3 # 倒退指针的同时,不改变暂存区 $ git reset -- soft HEAD ~ 3 # 倒退指针的...
  • TRANSACTION

    描述 格式 参数解释 示例 描述 该语句用于开启事务。 数据库事务(Database Transaction)是指作为单个逻辑工作单元执行的一系列操作。事务处理可以用来维护数据库的完整性,保证成批的SQL操作全部执行或全部不执行。 显示事务是用户自定义或用户指定的事务。通过 BEGIN TRANSACTION,或 BEGIN 和 BEGIN...
  • TRANSACTION

    描述 格式 参数解释 示例 描述 该语句用于开启事务。 数据库事务(Database Transaction)是指作为单个逻辑工作单元执行的一系列操作。事务处理可以用来维护数据库的完整性,保证成批的 SQL 操作全部执行或全部不执行。 显示事务是用户自定义或用户指定的事务。通过 BEGIN TRANSACTION,或 BEGIN 和 BEG...
  • Webhook

    Webhook Parameters Configuration Examples Set Github commit status Start Jenkins Job Send form-data Send Slack Webhook The webhook notification service allows sending a g...
  • 事务

    禁用默认事务 事务 嵌套事务 手动事务 一个特殊的示例 SavePoint、RollbackTo 禁用默认事务 为了确保数据一致性,GORM 会在事务里执行写入操作(创建、更新、删除)。如果没有这方面的要求,您可以在初始化时禁用它,这将获得大约 30%+ 性能提升。 // 全局禁用 db , err := gorm . Open ...
  • Contributing to the Upstream Kubernetes Code

    Contributing to the Upstream Kubernetes Code Before you begin The big picture Cloning the Kubernetes repository Editing the Kubernetes source code Making changes to the upstream...
  • Contributing to the Upstream Kubernetes Code

    Contributing to the Upstream Kubernetes Code Before you begin The big picture Cloning the Kubernetes repository Editing the Kubernetes source code Making changes to the upstream...
  • branch

    NAME SYNOPSIS DESCRIPTION OPTIONS CONFIGURATION EXAMPLES NOTES SEE ALSO GIT NAME git-branch - List, create, or delete branches SYNOPSIS git branch [-- color [=< wh...