07 2016 档案

摘要:PrintWriter是一种过滤流,也是一种处理流,即能对字节流和字符流进行处理。 1.查询API后,我们发现,会有八种构造方法。即: PrintWriter(File file) Creates a new PrintWriter, without automatic line flushing, 阅读全文
posted @ 2016-07-05 16:37 laurdawn 阅读(550) 评论(0) 推荐(0)
摘要:1 package com.laurdawn; 2 3 public class Test { 4 5 public static void main(String[] args) { 6 Callbak callback = new Callbak() { 7 8 @Override 9 publi... 阅读全文
posted @ 2016-07-01 09:39 laurdawn 阅读(202) 评论(0) 推荐(0)
摘要:1 package com.laurdawn; 2 3 import java.io.File; 4 import java.util.Date; 5 6 public class Test { 7 8 public static void main(String[] args) { 9 // TODO Auto-generated method ... 阅读全文
posted @ 2016-07-01 09:33 laurdawn 阅读(415) 评论(0) 推荐(0)
摘要:非递归算法 阅读全文
posted @ 2016-07-01 09:31 laurdawn 阅读(361) 评论(0) 推荐(0)
摘要:最终速度取决于硬盘的读写速度 阅读全文
posted @ 2016-07-01 09:26 laurdawn 阅读(632) 评论(0) 推荐(0)