06 2018 档案

摘要:打开浏览器保持与服务器握手的websocket 之前用workerman接过很花时间,现在workerman对其代码做了优化-》https://www.workerman.net/web-sender 下载后 Demo: 效果1: 接收消息页面:http://demos.workerman.net/ 阅读全文
posted @ 2018-06-28 20:03 程序生(Codey) 阅读(3762) 评论(0) 推荐(0) 编辑
摘要:GridView::widget文档 http://demos.krajee.com/grid GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'options' => ['id' => 'grid'], 'filt... 阅读全文
posted @ 2018-06-25 18:04 程序生(Codey) 阅读(795) 评论(0) 推荐(0) 编辑
摘要:文件夹下查询哪些文件含有abc内容: find .|xargs grep -ri "abc" 阅读全文
posted @ 2018-06-21 14:43 程序生(Codey) 阅读(169) 评论(0) 推荐(0) 编辑
摘要:http://www.layui.com/doc/ 演示地址:https://www.layui.com/admin/std/dist/views/?from=bejson 阅读全文
posted @ 2018-06-13 10:52 程序生(Codey) 阅读(326) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/9abffc905645 https://www.cnblogs.com/ajianbeyourself/p/5534737.html https://blog.csdn.net/shudaqi2010/article/details/511539 阅读全文
posted @ 2018-06-08 14:24 程序生(Codey) 阅读(694) 评论(0) 推荐(0) 编辑
摘要:http://www.yiichina.com/doc/guide/2.0/tutorial-i18n config/main.php 外层加 简单使用 config同级目录下建messages目录 阅读全文
posted @ 2018-06-06 12:21 程序生(Codey) 阅读(244) 评论(0) 推荐(0) 编辑
摘要:Phpstorm除了能直接打开localhost文件之外,还可以连接FTP,除了完成正常的数据传递任务之外,还可以进行本地文件与服务端文件的异同比较,同一文件自动匹配目录上传,下载,这些功能是平常IDE,FTP软件中少见的,而且是很耗工作时间的一个操作。换句话说,在Webstorm/Phpstorm 阅读全文
posted @ 2018-06-04 11:38 程序生(Codey) 阅读(115) 评论(0) 推荐(0) 编辑
摘要:查看nginx/error.log 报错:primary script unknown nginx 修改nginx网站的配置 nginx的config启动文件:ps -ef | grep nginx -v 显示 nginx 的版本 -V 显示 nginx 的版本,编译器版本和配置参数。 查找ngin 阅读全文
posted @ 2018-06-03 23:01 程序生(Codey) 阅读(679) 评论(0) 推荐(0) 编辑
摘要:入门参考 http://www.runoob.com/docker/docker-install-nginx.html 十大常用命令玩转docker 1、 #从官网拉取镜像 docker pull <镜像名:tag> 如:docker pull centos(拉取centos的镜像到本机) 2、#搜 阅读全文
posted @ 2018-06-03 22:04 程序生(Codey) 阅读(657) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示