如果jivejdon从数据库提取数据出现中文问题的解决办法很简单
String huyjTemp = new String( subject.getBytes("GB2312"), "ISO-8859-1");
subject = huyjTemp;