随笔分类 -  java基础

摘要:byte 转file String filepath="D:\\"+getName(); File file=new File(filepath); if(file.exists()){ file.delete(); } FileOutputStream fos = new FileOutputSt 阅读全文
posted @ 2014-09-28 17:07 你的就是你的 阅读(1746) 评论(0) 推荐(0)
摘要:在com.example包下有一个test.properties文件和测试类PropertyReadTest.java。 test.properties 文件内容: author=zeige team=SUTMOUNTING campus=\u5927\u8FDE\u6C11\u65CF\u5B66 阅读全文
posted @ 2014-02-25 17:46 你的就是你的 阅读(591) 评论(0) 推荐(0)