摘要:
1.启动cron工具[ps:使用root权限] centos启动cron两种方式 a) /etc/init.d/crond start b) service crond start ubuntu启动cron两种方式 a) /etc/init.d/cron start b) service cron 阅读全文
摘要:
1.preg_match_all中的字符串的编码必须和文本编码一致,常见于网页抓取中出现; 2.GB2312是中国规定的汉字编码,也可以说是简体中文的字符集编码;GBK 是 GB2312的扩展 ,除了兼容GB2312外,它还能显示繁体中文,还有日文的假名 3,if(codition) continu 阅读全文