摘要:
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
单行线
阅读(147)
评论(0)
推荐(0)
摘要:
Eclipse快捷键大全 阅读全文
posted @ 2012-06-14 18:58
单行线
阅读(221)
评论(0)
推荐(0)
摘要:
ANT自动化构建JAVA工程 阅读全文
posted @ 2012-06-14 18:11
单行线
阅读(373)
评论(0)
推荐(0)
摘要:
Java环境变量配置 阅读全文
posted @ 2012-06-14 18:02
单行线
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号