啥也没写
发布时间:2014-10-29 12:41:51
转换数据库编码wget http://www.pablowe.net/convert_charsetperl convert_charset --host 192.168.100.253 -user kysd --password xxxx --database hwdd导出表结构mysqldump -h 192.168.100.253 -ukysd -p --default-character-set=utf8 -d hwdd >hwdd.sql这时应该都是utf8了,而不是latin1编码导出数据m.........【阅读全文】
发布时间:2014-10-14 10:55:01
http://blog.itpub.net/405749/viewspace-1298130/......【阅读全文】
发布时间:2014-09-10 16:11:49
代码如下:#载入RCrullibrary(RCurl)#修改clientheadermyheader=c("User-Agent"="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36","Accept"="*/*","Accept-Language"="zh-CN,zh;q=0.8","Connection"="keep-alive")#调试使用,老师给的那个h.........【阅读全文】