书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 18098 个相关结果.
  • 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...
  • Date & Time

    Date & Time Creating Time Instances Manipulation Formatting Setting the Default Locale and Format String Formatting Relative Times Conversion Comparing With the Present Comp...
  • Restrict a Container’s Syscalls with seccomp

    Restrict a Container’s Syscalls with seccomp Objectives Before you begin Enable the use of RuntimeDefault as the default seccomp profile for all workloads Create Seccomp Profil...
  • Requests

    Requests Request Methods Request URI Scheme Host Port Path Query string Requests Requests are sent from a client to a server. Requests include the method to be applied t...
  • Authentication

    Authentication Sentry::authenticate() Example Exceptions Sentry::authenticateAndRemember() Example Sentry::login() Example Exceptions Sentry::loginAndRemember() Example S...
  • fishshell - 比 bash 更好用的 shell

    fishshell - 比 bash 更好用的 shell 安装 启动与帮助 彩色显示 自动建议 自动补全 脚本语法 if 语句 switch 语句 while 循环 for 循环 函数 提示符 配置 参考资料 fishshell - 比 bash 更好用的 shell 比 bash 更好用的 shell 安装 # ...
  • WikiStat

    WikiStat WikiStat See: http://dumps.wikimedia.org/other/pagecounts-raw/ Creating a table: CREATE TABLE wikistat ( date Date , time DateTime , project ...
  • Using Responses

    Using Responses Using Responses In the previous examples, we retrieved a $response variable or we were delivered a response from a promise. The response object implements a PS...
  • 5. Shell脚本语法

    5. Shell脚本语法 5.1. 条件测试:test [ 5.2. if/then/elif/else/fi 5.3. case/esac 5.4. for/do/done 5.5. while/do/done 习题 5.6. 位置参数和特殊变量 5.7. 函数 5. Shell脚本语法 5.1. 条件测试:test [ 命令t...