书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 13524 个相关结果.
  • Queues

    Queues Introduction Configuration Driver Prerequisites Database Other Queue Dependencies Writing Job Classes Generating Job Classes Job Class Structure When Things Go Wrong ...
  • HorizontalPodAutoscaler Walkthrough

    HorizontalPodAutoscaler Walkthrough Before you begin Run and expose php-apache server Create the HorizontalPodAutoscaler Increase the load Stop generating load Autoscaling on ...
  • HorizontalPodAutoscaler Walkthrough

    HorizontalPodAutoscaler Walkthrough Before you begin Run and expose php-apache server Create the HorizontalPodAutoscaler Increase the load Stop generating load Autoscaling on ...
  • 快速开始

    快速开始 控制器 场景验证器 模型层、服务层 层级调用 快速开始 提示 因为mochat构建在hyperf之上,所以我们假定您对hyperf已经基本熟悉 控制器 快速生成 php bin / hyperf . php mcGen : action Foo 命令行会帮你自动生成Foo 相关的控制器,并生成相应的注解路由与继承等...
  • Migrations & Seeding

    Migrations & Seeding Introduction Creating Migrations Running Migrations Running All Outstanding Migrations Running All Outstanding Migrations For A Path Running All Outstandin...
  • 静态编译

    5.3 静态编译 在*nix上执行静态编译 Building Statically Under Windows links 5.3 静态编译 我们检查一下PHP语言中get_loaded_extensions()函数的输出,会发现有一些扩展并没有php.ini文件中调用,而它们确实也已经加载到PHP里去了,可以让我们在PHP语言中使用,如sta...
  • 3.12. Visitor

    463 2019-05-16 《DesignPatternsPHP》
    3.12. Visitor 3.12.1. Purpose 3.12.2. UML Diagram 3.12.3. Code 3.12.4. Test 3.12. Visitor 3.12.1. Purpose The Visitor Pattern lets you outsource operations on objects to ...
  • 动态类型

    动态类型 初始化变量 改变变量 做一些处理 Array 必须使用方形大括号来定义数组 必须使用双冒号来定义哈希键 Boolean 浮点型/双精度浮点 Integer 整数溢出 对象 String 动态类型 动态变量与PHP中的变量完全相同。 它们可以不受限制地分配和重新分配到不同的类型。 动态变量必须声明为关键字var 。 ...
  • Abstract class Phalcon\Session\Adapter

    451 2021-02-20 《Phalcon v2.0 文档》
    Abstract class Phalcon\Session\Adapter Methods Abstract class Phalcon\Session\Adapter Base class for Phalcon\Session adapters Methods public __construct ([unknown $optio...
  • 示例

    示例 示例 1:用户自定义选择 & 目录式 示例 2:内部加载文件 & 嵌入式 示例 3:读取配置文件 & 加载式 示例 4:保存设置 & 配置式 示例 5:数据库 & 数组式 示例 6:独立版 & 便携式 示例 包括:用户自定义选择目录式、内部加载文件嵌入式、读取配置文件加载式。 示例 1:用户自定义选择 & 目录式 首次运行后转...