04 2011 档案
摘要:利用下面方法: private String getEncodeStr(String str) throws Exception{ return new String(str.getBytes("iso-8859-1"),"UTF-8"); }
阅读全文
摘要:用.class.getClassLoader().getResourceAsStream可以直接读取当前jar中的文件InputStream is = XmlDataSourceSupportImp.class.getClassLoader().getResourceAsStream("actors.xml");
阅读全文
摘要:ResourceBundle bundle=PropertyResourceBundle.getBundle("server");p.setLotteryName(bundle.getString("lotteryName"));
阅读全文