书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 296 个相关结果.
  • github-actions plugin

    github-actions plugin Usage github-actions plugin This plugin is used to create Github Workflows in your project. Usage YAML tools : # name of the tool - name : gi...
  • 秒杀

    秒杀 现有秒杀系统的问题 整体架构 原子操作 核心代码 性能 代码示例 秒杀性能测试详情 准备Redis 准备dtm 运行测试 获取结果 小结 秒杀 本文介绍一种全新的秒杀架构,完全解决了秒杀架构中的核心痛点。该架构能够支持每秒超万单精准扣库存,并且保证创建订单和扣减库存的数据最终严格一致。 现有秒杀系统的问题 现有的秒杀架...
  • 秒杀

    秒杀 现有秒杀系统的问题 整体架构 原子操作 核心代码 性能 代码示例 秒杀性能测试详情 准备Redis 准备dtm 运行测试 获取结果 小结 秒杀 本文介绍一种全新的秒杀架构,完全解决了秒杀架构中的核心痛点。该架构能够支持每秒超万单精准扣库存,并且保证创建订单和扣减库存的数据最终严格一致。 现有秒杀系统的问题 现有的秒杀架...
  • Build

    Build Build cd path / to / devstream make clean make build - j8 # multi-threaded build This builds everything: dtm and all the plugins. We also support the following ...
  • Build

    Build Build cd path / to / devstream make clean make build - j8 # multi-threaded build This builds everything: dtm and all the plugins. We also support the following ...
  • 二阶消息

    二阶段消息 概述 HTTP 接入 成功流程 提交后宕机流程 提交前宕机流程 易用性 二阶段消息 vs 本地消息表 二阶段消息 vs 事务消息 更多的优点 二阶段消息的应用 回查原理剖析 普通消息 小结 二阶段消息 概述 本文提出的二阶段消息,可以完美替代现有的事务消息或本地消息表架构。无论从复杂度、便利性、性能,还是代码量,...
  • devlake-config plugin

    devlake-config plugin Usage devlake-config plugin TODO(dtm): Add your document here. Usage YAML tools : # name of the tool - name : devlake - config # id of th...
  • github-actions 插件

    github-actions 插件 用例 English github-actions 插件 该插件用于在项目中创建 Github Action Workflows。 用例 下面的内容是一个示例配置文件用于创建 Github Workflows: YAML tools : # name of the tool - name :...
  • 秒杀

    秒杀 现有秒杀系统的问题 整体架构 原子操作 核心代码 性能 代码示例 秒杀性能测试详情 准备Redis 准备dtm 运行测试 获取结果 小结 秒杀 本文介绍一种全新的秒杀架构,完全解决了秒杀架构中的核心痛点。该架构能够支持每秒超万单精准扣库存,并且保证创建订单和扣减库存的数据最终严格一致。 现有秒杀系统的问题 现有的秒杀架...
  • 创建一个插件

    创建一个插件 0 感谢你的贡献! 1 自动建立新插件的代码框架 /cmd/plugin/YOUR-PLUGIN-NAME/main.go /docs/plugins/YOUR-PLUGIN-NAME.md /internal/pkg/plugin/YOUR-PLUGIN-NAME/ 2 接口 2.1 定义 2.2 返回值 3 插件是如何工作的...