上一页 1 ··· 3 4 5 6 7
摘要: 服务端代码 static void Main(string[] args) { UdpClient client = null; string receiveString = null; byte[] receiveData = null; //实例化一个远程端点,IP和端口可以随意指定,等调用cl 阅读全文
posted @ 2017-01-05 10:39 longzhankunlun 阅读(12259) 评论(0) 推荐(0) 编辑
摘要: *****************************************【安装】***************************************** 下载地址https://getcomposer.org/Composer-Setup.exe 一路next,默认安装在C:\U 阅读全文
posted @ 2017-01-02 12:48 longzhankunlun 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 进入nginx安装目录(我的是/usr/local/nginx-1.7.8/) 进入sbin目录,输入 ./nginx -t查看nginx配置文件路径以及该文件语法是否正确 ./nginx -v查看nginx版本 阅读全文
posted @ 2016-12-15 12:53 longzhankunlun 阅读(45114) 评论(0) 推荐(0) 编辑
摘要: 在vendor\yiisoft\yii2\widgets路径下新增文件ListViewtest,将下列代码粘贴并保存 <?php namespace yii\widgets; use Yii;use yii\helpers\ArrayHelper;use yii\helpers\Html; clas 阅读全文
posted @ 2016-11-30 10:51 longzhankunlun 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 【yum安装nginx】 yum clean all(这步不执行会出现no more mirrors to try错误) cd /etc/yum.repos.d/ vi nginx.repo 填写 [nginx]name=nginx repobaseurl=http://nginx.org/pack 阅读全文
posted @ 2016-11-29 18:41 longzhankunlun 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7