2020年5月29日

多线程思维导图

摘要: ![](https://img2020.cnblogs.com/blog/1834947/202005/1834947-20200529172059441-786539721.png) 阅读全文

posted @ 2020-05-29 17:22 小菜鸟攻城狮 阅读(438) 评论(0) 推荐(0) 编辑

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 小菜鸟攻城狮 阅读(165) 评论(0) 推荐(0) 编辑

File&IO&递归

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

posted @ 2020-05-29 14:07 小菜鸟攻城狮 阅读(114) 评论(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 小菜鸟攻城狮 阅读(309) 评论(0) 推荐(0) 编辑

导航