书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 17661 个相关结果.
  • Url 助手(Url)

    Url 助手类(Url Helper) " level="2">获得通用 URL(Getting Common URLs) " level="2">创建 URLs(Creating URLs) " level="2">记住 URLs(Remember URLs) " level="2">检查相对 URLs(Checking Relative...
  • Overview

    Spinnaker Architecture Overview Spinnaker microservices System dependencies Port mappings Spinnaker Architecture Overview Spinnaker microservices, system dependencies, and po...
  • MFA setup

    kOps & MFA The Workaround #1 Usage The Workaround #2 kOps & MFA You can secure kops with MFA by creating an AWS role & policy that requires MFA to access to the KOPS_STATE_S...
  • MFA setup

    kops & MFA The Workaround #1 Usage The Workaround #2 kops & MFA You can secure kops with MFA by creating an AWS role & policy that requires MFA to access to the KOPS_STATE_...
  • AOP面向切面编程(Aspect Oriented Programming)

    AOP面向切面编程(Aspect Oriented Programming) 使用 AOP 实现业务层读写分离 AOP面向切面编程(Aspect Oriented Programming) Phalcon\Aop 是一个通用组件,以非侵入的方式将系统级的功能代码切入到目标类的指定方法、成员变量上。 <? php   class My...
  • 1.9.14 使用异步客户端超时机制

    TCP客户端 Http客户端 早期的Swoole客户端不支持连接超时检测,即使在connect 方法中传入了超时时间在异步客户端中也是无效的。所以需要客户端自行添加定时器来检测连接是否超时。1.9.14版本底层增加了超时机制,应用不再需要添加定时器。 TCP客户端 $client = new Swoole \Client ( SWOOL...
  • WikiStat

    WikiStat WikiStat See: http://dumps.wikimedia.org/other/pagecounts-raw/ Creating a table: CREATE TABLE wikistat ( date Date , time DateTime , project ...
  • Inflector 辅助函数

    Inflector 辅助函数 装载辅助函数 singular() plural() camelize() underscore() humanize() Inflector 辅助函数 Inflector 辅助函数文件包含允许你把单词更改为复数、单数或骆驼拼写法等形式的函数。 装载辅助函数 使用以下代码装载辅助函数: $this -...
  • 存储配置

    自定义Ceph存储部署 4. 配置 ceph osd 自定义Ceph存储部署 4. 配置 ceph osd 在stack用户目录下建立templates 目录 mkdir ~/ templates 复制ceph 配置文件到templates目录中 cp / usr / share / openstack - tripleo - ...
  • Try语句

    Try语句 Try语句 try 语句处理异常: from strutils import parseInt   # 读取应包含数字的文本文件的前两行并尝试添加 var f : File if open ( f , "numbers.txt" ): try : let a = readLine ...