摘要:        
class FilesDemo2{	public static void main(String[] args){ try(FileWriter fw = new FileWriter("D:\\java\\iotest\\Stream.txt"); BufferedWriter bw = new     阅读全文
posted @ 2017-04-19 20:30
负零度
阅读(175)
评论(0)
推荐(0)
        
            
        
        
摘要:        
class student implements Serializable{	String name;	int age;	static int num;	transient String sex;	student(){}	student(String name,int age,int num,Str    阅读全文
posted @ 2017-04-19 20:29
负零度
阅读(156)
评论(0)
推荐(0)
        
            
        
        
摘要:        
import java.util.*;import java.util.regex.*;class FilesDemo2{	public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.    阅读全文
posted @ 2017-04-19 20:26
负零度
阅读(211)
评论(0)
推荐(0)
        
            
        
        
摘要:        
class FilesDemo2{	public static void main(String[] args){ try(FileOutputStream fos = new FileOutputStream("D:\\test.properties"); FileInputStream fis     阅读全文
posted @ 2017-04-19 20:25
负零度
阅读(998)
评论(0)
推荐(0)
        
            
        
        
摘要:        
class FilesDemo2{public static void main(String[] args){	File ff = new File("D:\\file.txt");	try(RandomAccessFile f = new RandomAccessFile("D:\\Stream    阅读全文
posted @ 2017-04-19 20:24
负零度
阅读(241)
评论(0)
推荐(0)
        

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号