书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 24734 个相关结果.
  • 序言

    2020 2018-03-29 《WorkerMan 3.x 手册》
    序言 本手册作用范围 windows用户(必读) 客户端 序言 PHP 是一种被广泛应用的开源脚本语言,绝大多数开发者使用PHP做基于Web的应用程序,并且有了很多非常知名的Web框架,如laravel、Yii、thinkphp等。 传统的PHP应用程序基本上是在Apache等Web容器中运行的,浏览器与Web容器采用HTTP协议通信,然而在...
  • 初识Swoole

    初识 Swoole 前言 起源 现在 Swoole 能做什么 与传统Web开发的区别 初识 Swoole 前言 在之前的教程当中我们已经了解到了php的几种运行模式: CGI 通用网关接口(Common Gateway Interface) Fast-CGI 是 cgi 的升级版本,用 PHP-FPM(FastCGI Proc...
  • 入门指引

    入门指引 swoole_server swoole_client swoole_event swoole_async swoole_process swoole_buffer swoole_table 入门指引 Swoole虽然是标准的PHP扩展,实际上与普通的扩展不同。普通的扩展只是提供一个库函数。而swoole扩展在运行后会接管PH...
  • 6 Web interface installation

    253 2023-05-03 《Zabbix v6.4 Manual》
    6 Web interface installation Welcome screen Check of pre-requisites Configure DB connection Settings Pre-installation summary Install Log in 6 Web interface installation ...
  • Redis adapter

    Redis adapter How it works Installation Usage Options Common questions Emitter Installation Usage Redis adapter How it works The Redis adapter relies on the Redis Pub/S...
  • How can I add custom stream context options?

    How can I add custom stream context options? How can I add custom stream context options? You can pass custom stream context options using the stream_context key of the reque...
  • 运行机制

    Swoole 的运行模式 Swoole 做了什么 什么是IO事件 Swoole 的运行流程 初始化 Server Start 仅仅如此吗? 待续 Swoole 的运行模式 注: 以下内容主要指 SwooleServer 。 Swoole 做了什么 Swoole 是 php 的一个扩展,但是他又不是普通的扩展,其最明显的特...
  • 运行机制

    Swoole 的运行模式 Swoole 做了什么 什么是IO事件 Swoole 的运行流程 初始化 Server Start 仅仅如此吗? 待续 Swoole 的运行模式 注: 以下内容主要指 SwooleServer 。 Swoole 做了什么 Swoole 是 php 的一个扩展,但是他又不是普通的扩展,其最明显的特...
  • 初识Swoole

    初识 Swoole 前言 起源 现在 Swoole 能做什么 与传统Web开发的区别 初识 Swoole 前言 在之前的教程当中我们已经了解到了php的几种运行模式: CGI 通用网关接口(Common Gateway Interface) Fast-CGI 是 cgi 的升级版本,用 PHP-FPM(FastCGI Pr...
  • tars-config

    tars-config tars-config使用说明 简介 使用说明 tars-config tars-config使用说明 简介 tars-config用来获取从tars管理平台下发的配置。通常使用在下发环境对应的业务配置,例如mysql,redis地址,端口等信息 使用说明 <? php require_on...