书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 573 个相关结果.
  • 3.10. Strategy

    511 2019-05-16 《DesignPatternsPHP》
    3.10. Strategy 3.10.1. Terminology: 3.10.2. Purpose 3.10.3. Examples 3.10.4. UML Diagram 3.10.5. Code 3.10.6. Test 3.10. Strategy 3.10.1. Terminology: Context Strategy...
  • Directory Structure

    Directory Structure Introduction Where Is The Models Directory? The Root Directory The App Directory The Bootstrap Directory The Config Directory The Database Directory The ...
  • Directory Structure

    Directory Structure Introduction Where Is The Models Directory? The Root Directory The App Directory The Bootstrap Directory The Config Directory The Database Directory The ...
  • 运行原理

    运行原理 原理 Git 构建 分发 SSH信任 运行原理 原理 Syncd通过 git-ssh 方式创建仓库本地副本,通过运行项目构建脚本来生成可发布的代码包,使用 scp 串行/并行地向生产服务器分发并解包部署。 Syncd与生产服务器通过ssh交互,因此Syncd运行用户的 ssh-key 必须加入到目标主机的用户ssh-ke...
  • 2.7. Facade

    458 2019-05-16 《DesignPatternsPHP》
    2.7. Facade 2.7.1. Purpose 2.7.2. UML Diagram 2.7.3. Code 2.7.4. Test 2.7. Facade 2.7.1. Purpose The primary goal of a Facade Pattern is not to avoid you having to read t...
  • 2.3. Composite

    560 2019-05-16 《DesignPatternsPHP》
    2.3. Composite 2.3.1. Purpose 2.3.2. Examples 2.3.3. UML Diagram 2.3.4. Code 2.3.5. Test 2.3. Composite 2.3.1. Purpose To treat a group of objects the same way as a sing...
  • 1.5. Pool

    469 2019-05-16 《DesignPatternsPHP》
    1.5. Pool 1.5.1. Purpose 1.5.2. UML Diagram 1.5.3. Code 1.5.4. Test 1.5. Pool 1.5.1. Purpose The object pool pattern is a software creational design pattern thatuses a s...
  • 2.9. Flyweight

    498 2019-05-16 《DesignPatternsPHP》
    2.9. Flyweight 2.9.1. Purpose 2.9.2. UML Diagram 2.9.3. Code 2.9.4. Test 2.9. Flyweight 2.9.1. Purpose To minimise memory usage, a Flyweight shares as much as possible me...
  • 就绪等待

    ReadyScheduler 基础测试使用 EasySwoole服务中使用 ReadyScheduler Easyswoole 基础组件1.8.7版本起,提供了一个基于Swoole Table实现的就绪计划程序,用于解决主服务启动时,部分子服务未就绪问题。 基础测试使用 namespace EasySwoole \Component\T...
  • 开发者

    如何成为 QueryPHP 开发者 克隆 queryphp 仓库 搭建后台 API 端 搭建前端 运行测试用例 统一团队代码风格 格式化后的 PHP 格式化后的 JavaScript 回滚测试提交 克隆 framework 仓库将框架替换为开发版本 运行框架核心测试用例 统一框架核心团队代码风格 格式化后的 PHP 克隆 queryp...