会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
saintdingtheGreat
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
13
14
15
16
17
18
19
20
21
···
38
下一页
2019年6月6日
把task加入websocket服务端程序
摘要: 服务端代码 运行结果 打印: 来自1的连接已经建立cpu数量:4finish标识符 1--opcode:1 fd:标识符1Array( [0] => Array ( [name] => 陈培昌 [age] => 22 ) ) 10秒后又打印 0就绪,并返回结果 想去找小烤肠练巴西柔术
阅读全文
posted @ 2019-06-06 00:16 saintdingtheGreat
阅读(397)
评论(0)
推荐(0)
2019年6月5日
PHP swoole websocket协议上机指南
摘要: 这一上机实验的开发环境用的是jetbrain公司的phpstorm 上级步骤如下: 创建websocket服务端 准备一个html页面,并在页面中附上websocket协议脚本 在phpstorm中运行写好的前端页面 右键点击要运行的html标签页,运行Run index.html 运行结果 如果运
阅读全文
posted @ 2019-06-05 17:36 saintdingtheGreat
阅读(316)
评论(0)
推荐(0)
PHP Swoole websocket协议实现
摘要:
阅读全文
posted @ 2019-06-05 15:16 saintdingtheGreat
阅读(263)
评论(0)
推荐(0)
PHP swoole UDP服务端和客户端
摘要: 服务端 客户端
阅读全文
posted @ 2019-06-05 02:06 saintdingtheGreat
阅读(288)
评论(0)
推荐(0)
PHP swoole TCP服务端和客户端
摘要: 服务端 客户端
阅读全文
posted @ 2019-06-05 02:04 saintdingtheGreat
阅读(967)
评论(0)
推荐(0)
2019年6月4日
centos7编译安装php7.3
摘要: 处理问题 解决php configure: error: Cannot find ldap libraries in /usr/lib.错误 Please reinstall the libzip distribution off_t undefined; check your library co
阅读全文
posted @ 2019-06-04 11:27 saintdingtheGreat
阅读(322)
评论(0)
推荐(0)
2019年6月3日
php类知识---try catch
摘要: 输出结果: 比赛开始获取错误信息:哇呀呀~运动员摔倒了 自定义异常类 输出结果: 比赛开始40哎呀运动员摔倒了快把运动员扶起来比赛结束 使用自定义myexception的重要原则 输出结果: 比赛开始运动员被绊了一跤20上述是原生exception 输出结果: 比赛开始运动员被绊了一跤20快把运动员
阅读全文
posted @ 2019-06-03 00:54 saintdingtheGreat
阅读(221)
评论(0)
推荐(0)
2019年6月2日
php类知识----特别用法
摘要: spl_autoload_register注册 输出结果: trainningplan2\cj\mycoach call_user_func 通过在参数中输入实例对象名,对象方法名,参数达到执行函数的目的 call_user_func_array([对象名,方法名],对象方法参数) 输出结果: go
阅读全文
posted @ 2019-06-02 22:38 saintdingtheGreat
阅读(186)
评论(0)
推荐(0)
php类知识---命名空间
摘要: 输出结果: 腹肌,腰肌力量,无氧运动,有氧运动,摔跤,地面搏击技术 输出结果: 力量练习,腿法,拳法,抗击打能力 如果另有一trainning1.php文件想引用wenwa.php文件中命名空间trainningplan2\cj下的类mycoach 定义方法如下: 输出结果如下: 腹肌,腰肌力量,无
阅读全文
posted @ 2019-06-02 20:49 saintdingtheGreat
阅读(295)
评论(0)
推荐(0)
php类知识---trait特性
摘要: 输出结果: 诶~~嘿嘿~
阅读全文
posted @ 2019-06-02 19:50 saintdingtheGreat
阅读(247)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
38
下一页
公告