
Swool学习笔记
今天一点也不冷
拿的起,放得下,点滴积累学习
展开
-
Linux环境下安装编译Swoole扩展---学习笔记(1)
Swoole文档地址 https://www.swoole.com/pcel安装方式原创 2018-06-01 08:54:37 · 747 阅读 · 0 评论 -
Swoole 安装支持异步Redis客户端---学习笔记(2)
- 编译安装hiredis ``` hiredis下载地址:https://github.com/redis/hiredis/releases原创 2018-05-31 09:07:09 · 849 阅读 · 0 评论 -
swoole创建基于tcp的服务端和客户端---学习笔记(3)
swoole创建基于tcp的服务端和客户端--原创 2018-05-28 10:52:12 · 573 阅读 · 0 评论 -
Swoole创建基于HttpServer与基于WebSocket服务器---学习笔记(4)
启动HttpServer服务端<?php$http = new swoole_http_server("0.0.0.0", 8888);$http->set([ 'enable_static_handler'=>true, 'document_root' => '/home/wwwroot/default /swool/demo/server/dat...原创 2018-06-10 15:54:07 · 2060 阅读 · 0 评论 -
Tp5.1+版本与Swoole结合---学习笔记(5)
tp框架5.1版本http://www.thinkphp.cn/down.html使用Swoole<?php$http = new swoole_http_server("0.0.0.0", 9501);$http->set([ 'enable_static_handler'=>true, 'document_root' => '/h...原创 2018-06-10 16:19:49 · 4855 阅读 · 0 评论