摘要: 转载:https://blog.csdn.net/OB1JADI/article/details/104070274 阅读全文
posted @ 2020-07-23 15:23 路要一步一步走 阅读(4909) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/deepwishly/article/details/54645022 阅读全文
posted @ 2020-07-23 13:44 路要一步一步走 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 转载:https://segmentfault.com/a/1190000016807723 阅读全文
posted @ 2020-07-23 13:05 路要一步一步走 阅读(103) 评论(0) 推荐(0) 编辑
摘要: spring boot 2.0以后,findById 返回类型变为了 @NoRepositoryBeanpublic interface CrudRepository<T, ID> extends Repository<T, ID> { <S extends T> S save(S var1); < 阅读全文
posted @ 2020-07-23 11:25 路要一步一步走 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/xfx_1994/article/details/103579870 阅读全文
posted @ 2020-07-23 10:08 路要一步一步走 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 1.HashMap、Hashtable不是有序的; 2.TreeMap和LinkedHashMap是有序的(TreeMap 默认排序规则:按照key的字典顺序来排序(升序),LinkedHashMap则记录了插入顺序)。 转载:https://www.cnblogs.com/chen-lhx/p/8 阅读全文
posted @ 2020-07-23 09:29 路要一步一步走 阅读(792) 评论(0) 推荐(0) 编辑
摘要: Map: 1、Map集合一次存储两个对象,一个键对象,一个值对象2、键对象在集合中是唯一的,可以通过键来查找值 使用哈希算法对键去重复,效率高,但无序 HashTable 底层数组+链表实现,无论key还是value都不能为null,线程安全,实现线程安全的方式是在修改数据时锁住整个HashTabl 阅读全文
posted @ 2020-07-23 09:28 路要一步一步走 阅读(1875) 评论(0) 推荐(0) 编辑
摘要: 查看方法描述:ctrl+Q 查看类继承关系:ctrl+H 复制当前行到下一行:ctrl+D 批量修改变量名/包名/类名:shift+F6 自动生成返回值:ctrl+alt+v 生成try/catch:crtl+alt+t 整理格式:ctrl+alt+L 大小写切换:ctr+shift+u 上移/下移 阅读全文
posted @ 2020-07-23 09:02 路要一步一步走 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.cnblogs.com/telwanggs/category/1463254.html 阅读全文
posted @ 2020-07-22 16:42 路要一步一步走 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_35387940/article/details/100514134 阅读全文
posted @ 2020-07-22 16:16 路要一步一步走 阅读(94) 评论(0) 推荐(0) 编辑