文章分类 -  PHP

PHP相关技术资料分享
摘要:1. 安装redis Redis安装流程请移步 https://www.cnblogs.com/IT-Crowd/articles/10626765.html 2. 下载Redis扩展 [root@root php-extension]# wget https://pecl.php.net/get/ 阅读全文
posted @ 2019-03-30 21:16 史亚运 阅读(4205) 评论(0) 推荐(0)
摘要:报错信息: No pool defined. at least one pool section must be specified in config file [11-Mar-2019 23:57:30] ERROR: failed to post process the configurati 阅读全文
posted @ 2019-03-30 13:08 史亚运 阅读(2660) 评论(0) 推荐(0)
摘要:nginx.conf中红框部分修改成你的实际网站根目录 阅读全文
posted @ 2019-03-30 13:05 史亚运 阅读(2244) 评论(0) 推荐(0)
摘要:PHP时区转换函数 阅读全文
posted @ 2018-12-19 11:57 史亚运 阅读(892) 评论(0) 推荐(0)
摘要:以Yii2高级模板配置为例 阅读全文
posted @ 2017-07-10 22:18 史亚运 阅读(173) 评论(0) 推荐(0)
摘要:一、数据格式 $arr = Array ( [0] => Array ( [cat_id] => 1 [cat_name] => 关于我们 [sort_order] => 0 [parent_id] => 0 ) [1] => Array ... 阅读全文
posted @ 2017-02-16 22:22 史亚运 阅读(269) 评论(2) 推荐(0)