摘要: win7示例: 1、下载Redis服务器 : windows维护的redis 库GIT地址:https://github.com/microsoftarchive/redis/releases ; (版本还行) 或者 https://github.com/dmajkic/redis/download 阅读全文
posted @ 2018-03-20 23:24 PHP急先锋 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 微信官网网址:https://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html#.E9.99.84.EF.BC.9A.E6.A3.80.E9.AA.8C.E6.8E.88.E6.9D.83.E5.87.AD.E8.AF.81 阅读全文
posted @ 2018-03-20 18:17 PHP急先锋 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 常用命令: 1、tail 2、cat 阅读全文
posted @ 2018-03-20 17:10 PHP急先锋 阅读(3205) 评论(0) 推荐(0) 编辑
摘要: 准备篇: 1、配置防火墙,开启80端口、3306端口vi /etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #允许80端口通过防火墙-A INPUT -m state --s 阅读全文
posted @ 2018-03-20 16:29 PHP急先锋 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1:查看环境: 1 2 [root@10-4-14-168 html]# cat /etc/redhat-release CentOS release 6.5 (Final) 1 2 [root@10-4-14-168 html]# cat /etc/redhat-release CentOS re 阅读全文
posted @ 2018-03-20 15:24 PHP急先锋 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 转载至:linux公社 https://www.linuxidc.com/Linux/2014-07/104563.htm 阅读全文
posted @ 2018-03-20 15:21 PHP急先锋 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 请一定配合使用null转空字符的方法一起使用:(_unsetNull() 和 _json() 配合使用) 阅读全文
posted @ 2018-03-20 00:38 PHP急先锋 阅读(2078) 评论(0) 推荐(0) 编辑
摘要: PHP获取接口数据: 返回的是json对象,转换成数组:$postArr = json_decode($postStr,TRUE); 阅读全文
posted @ 2018-03-20 00:12 PHP急先锋 阅读(550) 评论(0) 推荐(0) 编辑