04 2015 档案

摘要:设置mysql连接用的字符编码,要用uft8,而不是uft-8mysqli_query($conn,"set names utf8"); 阅读全文
posted @ 2015-04-24 15:10 souroot 阅读(223) 评论(0) 推荐(0)
摘要:用simple_html_dom下载地址:https://github.com/samacs/simple_html_dom解析超链接描述1 $html = file_get_html('http://www.baidu.com/');2 3 // find all link4 foreach($h... 阅读全文
posted @ 2015-04-24 13:14 souroot 阅读(640) 评论(0) 推荐(0)
摘要:参考此http://blog.chinaunix.net/uid-23842323-id-2656572.html然后makefile中要加上:define Package/apcp SECTION:=net CATEGORY:=Network DEPENDS:=+libpthreadTARG... 阅读全文
posted @ 2015-04-22 17:53 souroot 阅读(1565) 评论(0) 推荐(0)
摘要:会用和工作有很大的差距。 阅读全文
posted @ 2015-04-20 10:51 souroot 阅读(124) 评论(0) 推荐(0)