摘要: https://blog.csdn.net/qdujunjie/article/details/38415033 找到php.ini 其中找到xdebug扩展加载处: extension=/usr/local/Cellar/php54-xdebug/2.2.5/xdebug.so 修改为: zend 阅读全文
posted @ 2020-03-22 21:28 程序生(Codey) 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 用于解析爬取的网页 下载:https://sourceforge.net/p/simplehtmldom/news/ 使用:https://www.jb51.net/article/27942.htm phputf-8和GB2312相互转换 $qiphon= iconv("utf-8","gb231 阅读全文
posted @ 2020-03-22 21:21 程序生(Codey) 阅读(325) 评论(0) 推荐(0) 编辑