摘要: public static void main(String[] args) throws IOException { File file = new File("d:/myfolder"); //myfolder文件夹 FileFilter filter = new FileFilter() { 阅读全文
posted @ 2017-01-10 16:59 N神3 阅读(181) 评论(0) 推荐(0)
摘要: 读写带缓存功能 BufferedInputStream/BufferedOutputStream 读写基本数据类型(Integer、String、boolean ...) DataInputStream/DataOutputStream 读写对象类型 (readObject/writeObject) 阅读全文
posted @ 2017-01-10 10:55 N神3 阅读(157) 评论(0) 推荐(0)
摘要: ajax对象创建和使用 阅读全文
posted @ 2017-01-10 08:53 N神3 阅读(251) 评论(0) 推荐(0)