上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: package cn.stat.p2.demo;import java.io.FileNotFoundException;import java.io.IOException;import java.io.RandomAccessFile;public class randomaccessfiled... 阅读全文
posted @ 2015-09-05 19:57 自由无风 阅读(418) 评论(0) 推荐(0)
摘要: package cn.stat.p2.demo;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException... 阅读全文
posted @ 2015-09-04 21:10 自由无风 阅读(253) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import... 阅读全文
posted @ 2015-09-04 20:19 自由无风 阅读(269) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import... 阅读全文
posted @ 2015-09-03 20:06 自由无风 阅读(410) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.io.FilenameFilter;import java.io.IOExc... 阅读全文
posted @ 2015-09-03 19:46 自由无风 阅读(402) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import... 阅读全文
posted @ 2015-09-01 22:13 自由无风 阅读(406) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.File;public class newfilelist { /** * @param args */ public static void main(String[] args) { ... 阅读全文
posted @ 2015-09-01 21:08 自由无风 阅读(579) 评论(0) 推荐(0)
摘要: package cn.stat.p1.file;import java.io.File;public class newfilelist { /** * @param args */ public static void main(String[] args) { ... 阅读全文
posted @ 2015-09-01 19:44 自由无风 阅读(279) 评论(0) 推荐(0)
摘要: BufferedReader buf=new BufferedReader(new InputStreamReader(System.in)); // BufferedWriter buw=new BufferedWriter(new OutputStr... 阅读全文
posted @ 2015-08-29 21:10 自由无风 阅读(192) 评论(0) 推荐(0)
摘要: FileReader fr=new FileReader("D:\\Demo.txt"); char[] ch=new char[2]; int len=0; while((len=fr.read(ch))!=-1) { System.out.print... 阅读全文
posted @ 2015-08-28 19:44 自由无风 阅读(206) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页