- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 文件内容统计
public static void getFilesTpye(String BasePath) { String s, str = new String(); try { BufferedReader in = new BufferedReader(new FileReader(BasePath)); while ((s = in.readLine()) != null) {
2013-04-19 18:49:28
384
原创 清除String乱码
public static String checkXmlString(String xml) { if (xml == null) { return "null"; } StringBuilder buffer = new StringBuilder(xm
2013-04-16 19:15:40
809
原创 文件读取20130416
//逐行读取file内容 public String readFile(String filePath,boolean isdefault) { String newfilePath=new String(); if (isdefault) { newfilePath="./"+filePath; }else { newfilePath=filePath;
2013-04-16 19:00:19
408
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅