摘要: 安装文档 https://nsq.io/deployment/installing.html 打开连接后,根据系统找到对应的二进制包 一般都是linux则下载 https://s3.amazonaws.com/bitly downloads/nsq/nsq 1.1.0.linux amd64.go1 阅读全文
posted @ 2019-08-17 15:48 龙儿自由 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 安装 ====== 按照官方的推荐方式,推荐使用composer方式安装 TP5.1环境要求 PHP = 5.6.0 PDO PHP Extension MBstring PHP Extension 打开命令行执行如下命令 这里 是可以任意修改的,执行完成会在tp5的目录下安装最新版的tp5.1,这 阅读全文
posted @ 2018-05-18 16:44 龙儿自由 阅读(1678) 评论(0) 推荐(0) 编辑
摘要: ``` ; Enable Zend OPcache extension module zend_extension=opcache.so ; Determines if Zend OPCache is enabled opcache.enable=1 ; Determines if Zend OPCache is enabled for the CLI version of PHP ;opca... 阅读全文
posted @ 2018-03-24 12:17 龙儿自由 阅读(293) 评论(0) 推荐(0) 编辑
摘要: ``` ; Start a new pool named 'www'. ; the variable $pool can we used in any directive and will be replaced by the ; pool name ('www' here) [www] ; Per pool prefix ; It only applies on the following d... 阅读全文
posted @ 2018-03-24 12:13 龙儿自由 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 只是做个简单的记录 阅读全文
posted @ 2018-03-24 11:58 龙儿自由 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 实现的基本功能 1. 中文解决乱码问题 2. 鼠标右键原样粘贴 3. 最后一次编辑文件后,鼠标位置的记忆 <! more ~~~ if v:lang =~ "utf8$" || v:lang =~ "UTF 8$" set fileencodings=ucs bom,utf 8,latin1 end 阅读全文
posted @ 2016-08-05 10:36 龙儿自由 阅读(966) 评论(0) 推荐(0) 编辑