会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邹柯
欢迎访问我的个人博客站点:www.zkadmin.cn
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
36
下一页
2018年3月14日
require(): open_basedir restriction in effect. File(/www/wwwroot/xcx/zerg/thinkphp/start.php) is not within the allowed path(s): (/www/wwwroot/xcx/zerg/public/:/tmp/:/proc/) in /www/wwwroot/xcx/zerg/p
摘要: 解决方法: 在如下文件增加一项(如图所示) 在如下文件增加一项(如图所示): 访问项目: 继续配置 圆满解决!!!!!!!!!!!!!! 参考文件: http://blog.csdn.net/leiflyy/article/details/68063423 https://www.iamle.com
阅读全文
posted @ 2018-03-14 14:05 邹柯
阅读(1721)
评论(0)
推荐(0)
2018年2月23日
phpstorm-xdebug的安装
摘要: (1)访问phpinfo,并负责phpinfo信息 (2)将phpinfo网页的源代码拷贝到http://www.xdebug.org/find-binary.php,然后按照指导安装即可。如下图所示: (3)点击Analyse my phpinfo() output,跳转到下一个页面 (4)按照上
阅读全文
posted @ 2018-02-23 18:09 邹柯
阅读(264)
评论(0)
推荐(0)
2018年2月12日
swoole在线聊天学习笔记
摘要: http://192.168.10.31:9501/swoole/chat/chat/http_server.php 运行在nginx服务器 运行在swoole--http_server服务器 设置完成后(daemonize=1时),http_server服务器转入后台作为守护进程运行 ZPHP框架
阅读全文
posted @ 2018-02-12 10:41 邹柯
阅读(709)
评论(0)
推荐(0)
2018年2月11日
18.swoole学习笔记--案例
摘要: on('open',function($ws,$request){ echo "新用户 $request->fd 加入 \n"; //设置用户ID $GLOBALS['fd'][$request->fd]['id']=$request->fd; //设置用户名 $GLOBALS['fd'][$request->fd]['name']='匿名用户'; });...
阅读全文
posted @ 2018-02-11 16:25 邹柯
阅读(236)
评论(0)
推荐(0)
17.swoole学习笔记--异步mysql操作
摘要: '192.168.10.31', 'user'=>'zouke', 'password'=>'zouke369189', 'database'=>'pro', 'charset'=>'utf8' ]; //连接数据库 $db->connect($config,function($db,$r){ if($r===false){ var_dump($d...
阅读全文
posted @ 2018-02-11 16:04 邹柯
阅读(236)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
36
下一页
公告