随笔分类 -  Java基础IO部分

IO流,文件的读写,对象的序列化和反序列化
properties集合和io的结合
摘要:一、Properties作为Map集合的使用 public class PropertiesDemo01 { public static void main(String[] args) { //创建集合对象 //Properties<String,String> prop = new Proper 阅读全文

posted @ 2020-05-29 15:51 小菜鸟攻城狮 阅读(171) 评论(0) 推荐(0)

File&IO&递归
摘要:![](https://img2020.cnblogs.com/blog/1834947/202005/1834947-20200529140647932-1849792042.png) 阅读全文

posted @ 2020-05-29 14:07 小菜鸟攻城狮 阅读(118) 评论(0) 推荐(0)

java对象序列化流和反序列化流
摘要:首先创建一个学生类 `import java.io.Serializable; public class Student implements Serializable { private static final long serialVersionUID = 42L; private Strin 阅读全文

posted @ 2020-05-29 13:59 小菜鸟攻城狮 阅读(317) 评论(0) 推荐(0)

导航