自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

边城刀声

生活就象一把刀,只有不断的奋力拼杀才能印证自己的存在.

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 学习笔记I/O篇之七

  import java.io.*;class ObjectSerialTest...{ public static void main(String[] args) throws Exception ...{  Employee e1=new Employee("zhangsan",25,3000.50);  Employee e2=new Employee("lisi",24,320

2007-05-31 15:29:00 490

原创 学习笔记I/O篇之六

 import java.io.*;class RandomFileTest...{ public static void main(String[] args) throws Exception ...{  Student s1=new Student(1,"zhangsan",98.5);  Student s2=new Student(2,"lisi",96.5);  Student

2007-05-31 15:27:00 495

原创 学习笔记I/O篇之五

 import java.util.*;import java.io.*;import java.nio.charset.*;public class  CharsetTest...{    public static  void  main(String args[]) throws IOException    ...{       //获取各种编码格式        /** *//*

2007-05-31 15:23:00 560

原创 学习笔记I/O篇之四

 import java.io.*;public class IOStreamTest...{     public static void main(String args[]) throws IOException     ...{          /** *//**FileOutputStream fos=new  FileOutputStream("hello123.txt");

2007-05-31 14:59:00 731

原创 学习笔记I/O篇之三

 import java.io.*;public class PipeStreamTest...{ public static void main(String args[]) ...{    PipedOutputStream pos=new PipedOutputStream();    PipedInputStream  pis= new PipedInputStream();   

2007-05-31 14:10:00 449

原创 学习笔记I/O篇之二

 import java.io.*;public class StreamTest...{    public static void main(String args[]) throws  IOException    ...{       /** *//**int data;        while((data=System.in.read())!=-1)        {     

2007-05-31 13:27:00 489

原创 学习笔记I/O篇之一

 import java.io.*;public class FileList...{    public static void main(String args[])    ...{                   /** *//**File f=new File("1.txt");          f.createNewFile();         f.mkDir();   

2007-05-31 12:27:00 527

tytg

fdsg

2007-06-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除