04 2019 档案

摘要:1 1:集合 2 Collection(单列集合) 3 List(有序,可重复) 4 ArrayList 5 底层数据结构是数组,查询快,增删慢 6 线程不安全,效率高 7 Vector 8 底层数... 阅读全文
posted @ 2019-04-12 11:10 云晴 阅读(214) 评论(0) 推荐(0) 编辑
摘要:import java.io.Serializable; public class JsonResult implements Serializable{ private static final long serialVersionUID = -4800793124936904868L; public static final int SUCCESS=200; p... 阅读全文
posted @ 2019-04-11 16:29 云晴 阅读(4801) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-04-04 13:47 云晴 阅读(11) 评论(0) 推荐(0) 编辑