书栈网 · BookStack 本次搜索耗时 0.065 秒,为您找到 24305 个相关结果.
  • uWSGI 2.0.15

    uWSGI 2.0.15 Issues Changes Availability uWSGI 2.0.15 [20170330] Maintenance release Issues Unfortunately there are still 2 unfixed long standing bugs in this release: ...
  • 1-1 介绍(Introduction)

    介绍 这个指南中,我们将创建一个基本的聊天应用。它几乎不需要node.js 或 socket.io之前的知识,因此它是所有同等知识水平用户的理想选择。 介绍 用流行的web应用栈比如LAMP(PHP)去编写一个聊天应用程序一直非常困难,它涉及到轮询服务器以进行更改,跟踪时间戳,并且应该会慢得很多。 传统上,socket 是大多数实时聊天系统所...
  • RPC

    RPC服务 示例代码 服务端 客户端 原理讲解 服务端 客户端 跨平台调用 PHP示例代码 NodeJs 示例代码 RPC服务 EasySwoole 提供开放式的RPC服务。RPC服务分为三级模式:服务=>服务组=>行为。每个服务可以单独现在Openssl加密。支持超时、成功、失败回调(即最基础的熔断保护和服务降级) 示例代码...
  • Broadcasting

    Broadcasting Introduction Configuration Broadcast Service Provider CSRF Token Driver Prerequisites Pusher Channels Redis Socket.IO Queue Prerequisites Concept Overview Usi...
  • Configuration

    Configuration Migration Paths Custom Migration Base Seed Paths Environments Table Prefix and Suffix Socket Connections External Variables Supported Adapters SQLite SQL Serv...
  • 支持的语言和客户端

    客户端(与redis完全一致,redis支持的pika都支持) ActionScript C C C++ Clojure Common Lisp D Dart emacs lisp Erlang Fancy Go Haskell haXe Io Java Lua Matlab Nimrod Node.js Object...
  • Broadcasting

    Broadcasting Introduction Configuration Broadcast Service Provider CSRF Token Driver Prerequisites Pusher Channels Redis Socket.IO Queue Prerequisites Concept Overview Usi...
  • 附录:Swoole错误码列表

    附录:Swoole错误码列表 附录:Swoole错误码列表 可使用swoole_last_error() 获取当前的错误码 可使用swoole_strerror(int $errno, 9); 将Swoole 底层错误码转换成文字错误信息: echo swoole_strerror ( swoole_last_error (), 9 ) ...
  • 3 SUSE Linux Enterprise Server

    705 2021-03-05 《Zabbix v5.2 Manual》
    3 SUSE Linux Enterprise Server Overview Adding Zabbix repository Server/frontend/agent installation Creating database Importing data Configure database for Zabbix server/proxy...
  • 5.MySQL 连接

    2457 2018-10-22 《MySQL教程》
    MySQL 连接 使用mysql二进制方式连接 实例 使用 PHP 脚本连接 MySQL 语法 语法 实例 MySQL 连接 使用mysql二进制方式连接 您可以使用MySQL二进制方式进入到mysql命令提示符下来连接MySQL数据库。 实例 以下是从命令行中连接mysql服务器的简单实例: [ root@host ]# ...