摘要: import java.io.FileInputStream;import java.io.FileOutputStream;import java.util.Properties;public class PropertiesTest { public static void main(String[] args) { Properties prot=new Properties(); try { prot.load(new FileInputStream("test.txt")); int num=Integer... 阅读全文
posted @ 2012-06-14 19:07 单行线 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Eclipse快捷键大全 阅读全文
posted @ 2012-06-14 18:58 单行线 阅读(219) 评论(0) 推荐(0) 编辑
摘要: ANT自动化构建JAVA工程 阅读全文
posted @ 2012-06-14 18:11 单行线 阅读(363) 评论(0) 推荐(0) 编辑
摘要: Java环境变量配置 阅读全文
posted @ 2012-06-14 18:02 单行线 阅读(90) 评论(0) 推荐(0) 编辑