书栈网 · BookStack 本次搜索耗时 0.093 秒,为您找到 1026 个相关结果.
  • SpringBoot 和 MyBatis 基础示例

    SpringBoot 和 MyBatis 基础示例 开始之前 配置环境 1. 安装构建 MatrixOne 2. 使用 IntelliJ IDEA 创建一个新的 Spring Boot 项目 3. 修改 application.properties 文件 编写代码 1. UserController.java 2. User.java 3. U...
  • Optimistic and Pessimistic Transactions

    Optimistic Transactions and Pessimistic Transactions Pessimistic transactions Write a pessimistic transaction example An example that does not involve overselling An example that...
  • v0.72.3 Emperor (pending release)

    534 2020-12-05 《Ceph v15.2 Document》
    v0.72.3 Emperor (pending release) Upgrading v0.72.2 Emperor Upgrading Changes v0.72.1 Emperor Important Note Changes v0.72 Emperor Important Note Highlights Upgrade seque...
  • 乐观事务和悲观事务

    乐观事务和悲观事务 悲观事务 1. 编写悲观事务示例 2. 运行不涉及超卖的例子 3. 运行防止超卖的例子 乐观事务 1. 编写乐观事务示例 2. 运行不涉及超卖的例子 3. 运行防止超卖的例子 乐观事务和悲观事务 简单的讲,乐观事务 模型就是直接提交,遇到冲突就回滚,悲观事务 模型就是在真正提交事务前,先尝试对需要修改的资源上锁,只有...
  • How to deploy Maven projects to Artifactory with GitLab CI/CD

    1276 2020-07-27 《Gitlab 中文文档》
    How to deploy Maven projects to Artifactory with GitLab CI/CD How to deploy Maven projects to Artifactory with GitLab CI/CD Introduction Create the simple Maven dependency Prepar...
  • 使用 SpringBoot 和 MyBatis 构建一个 CRUD 示例

    使用 SpringBoot 和 MyBatis 构建一个 CRUD 示例 开始之前 配置环境 1. 安装构建 MatrixOne 2. 使用 IntelliJ IDEA 创建一个新的 Spring Boot 项目 3. 修改 application.properties 文件 编写代码 1. UserController.java 2. User...
  • 测试您的代码

    测试您的代码 基本 单元测试 文档测试 工具 py.test Hypothesis tox Unittest2 mock 测试您的代码 测试您的代码非常重要。 常常将测试代码和运行代码一起写是一种非常好的习惯。聪明地使用这种方法将会帮助您更加精确地定义代码的含义,并且代码的耦合性更低。 测试的通用规则: 测试单元应该集中于小...
  • Optimistic and Pessimistic Transactions

    Optimistic Transactions and Pessimistic Transactions Pessimistic transactions Write a pessimistic transaction example An example that does not involve overselling An example that...
  • API 开放鉴权

    API 开放鉴权 流量入口管理 创建流量入口 调用者授权 调用量控制 调用方凭证管理 签名认证算法 HMAC 签名认证(推荐) Authorization 请求头构成 签名算法 参数签名认证 基于 URL 参数的签名 基于 Body 的签名 加上时间戳的签名(可选) 代码示例 API 开放鉴权 流量入口管理 创建流量入口...
  • API 开放鉴权

    API 开放鉴权 流量入口管理 创建流量入口 调用者授权 调用量控制 调用方凭证管理 签名认证算法 HMAC 签名认证(推荐) Authorization 请求头构成 签名算法 参数签名认证 基于 URL 参数的签名 基于 Body 的签名 加上时间戳的签名(可选) 代码示例 API 开放鉴权 流量入口管理 创建流量入口...