摘要: 1.IO概述: 2.FileWriter类: 3.※IO异常处理: 4. FileWriter(String fileName, boolean append) : 5.FileReader: 6.Reader:public int read(char[] cbuf) throws IOExcept 阅读全文
posted @ 2013-05-01 21:48 伊秋 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1.System类 系统属性集: for(String str : prop.stringPropertyNames()) out.println(str); 2.Runtime类: 3.对日期操作: 4.Calendar的set和add方法: 小练习: 5.Math类: 6.保留小数任意位练习: 阅读全文
posted @ 2013-05-01 21:10 伊秋 阅读(386) 评论(0) 推荐(0) 编辑