摘要:
public class JudgeCode { public static String getEncoding(String str) { String encode = "GB2312"; try { if (str.equals(new String(str.getBytes(... 阅读全文
摘要:
(function(){ var i= 0; for (;i<value;i=i+1){ (function(j){ var flip_id = "#flip"+i+""; var panel_id = "#panel"+i+"";... 阅读全文
摘要:
微博内容为utf-8编码,但是其中有部分特殊字符,无法存入数据库。先将其写入txt文件,再存入数据库,无错。证明存入txt过程中有转码操作。 用下面转码即可实现。 byte[] b = text.getBytes("utf-8");//编码 text = new String(b, "utf... 阅读全文
摘要:
我的是字段编码和数据库不匹配,是爬的微博数据 阅读全文
摘要:
clean一下工程,选择project->clean->clean project selected blow并且选择build only the selected project 阅读全文