随笔分类 -  java

上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要:https://blog.csdn.net/qq_41291945/article/details/108308730 为什么HashMap使用高16位异或低16位计算Hash值? https://zhuanlan.zhihu.com/p/458305988 阅读全文
posted @ 2022-07-29 14:44 八英里 阅读(157) 评论(0) 推荐(0)
摘要:<org.mapstruct.version>1.4.2.Final</org.mapstruct.version> <!--mapstruct--> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artif 阅读全文
posted @ 2022-07-15 11:35 八英里 阅读(270) 评论(0) 推荐(0)
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument>-parameters</com 阅读全文
posted @ 2022-07-13 14:19 八英里 阅读(137) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u014323907/article/details/121304009?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7 阅读全文
posted @ 2022-07-11 15:23 八英里 阅读(1975) 评论(0) 推荐(0)
摘要:LambdaUpdateWrapper<Goods> updateWrapper = new LambdaUpdateWrapper<>(); updateWrapper.set(Goods::getUpdateTime, new Date()); updateWrapper.setSql("goo 阅读全文
posted @ 2022-07-08 10:22 八英里 阅读(198) 评论(0) 推荐(0)
摘要:三角+实现=继承(泛化关系) 三角+虚线=继承 抽象类 和 实现 接口 都属于实现关系 阅读全文
posted @ 2022-06-30 10:38 八英里 阅读(26) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/hy_coming/article/details/80741717?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EC 阅读全文
posted @ 2022-06-30 10:24 八英里 阅读(298) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_44804750/article/details/106124423?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault 阅读全文
posted @ 2022-06-29 16:28 八英里 阅读(23) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/doubletigersmile/article/details/51442465 阅读全文
posted @ 2022-06-29 15:51 八英里 阅读(30) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/ruoxiyun/article/details/88256928 阅读全文
posted @ 2022-06-29 09:36 八英里 阅读(25) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zla85/article/details/77970152?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST% 阅读全文
posted @ 2022-06-27 16:08 八英里 阅读(21) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_43227967/article/details/90511084 阅读全文
posted @ 2022-06-27 16:03 八英里 阅读(43) 评论(0) 推荐(0)
摘要:https://javaguide.cn/ 阅读全文
posted @ 2022-06-27 10:06 八英里 阅读(13) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/xinyuezitang/article/details/86154763?spm=1001.2101.3001.6650.14&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7E 阅读全文
posted @ 2022-06-24 10:39 八英里 阅读(227) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_43133824/article/details/83787446 阅读全文
posted @ 2022-06-15 11:00 八英里 阅读(19) 评论(0) 推荐(0)
摘要:public <P, T> List<String> deleteBatch(List<P> params, Function<P, String> paramsComparator, Function<T, String> comparator, List<T> oldLevelList) { L 阅读全文
posted @ 2022-06-13 21:54 八英里 阅读(235) 评论(0) 推荐(0)
摘要:使用hibernate validator出现上面的错误, 需要 注意 @NotNull 和 @NotEmpty 和@NotBlank 区别 @NotEmpty 用在集合类上面@NotBlank 用在String上面@NotNull 用在基本类型上 阅读全文
posted @ 2022-06-10 10:36 八英里 阅读(374) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/datastructure18/article/details/120208842 阅读全文
posted @ 2022-06-08 17:13 八英里 阅读(60) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/da9d051dcc3d https://javaguide.cn/home.html#%E5%BF%85%E7%9C%8B%E4%B8%93%E6%A0%8F 阅读全文
posted @ 2022-06-06 17:52 八英里 阅读(44) 评论(0) 推荐(0)
摘要:https://blog.51cto.com/u_14286115/3326281 https://blog.csdn.net/xinbaobaoer/article/details/54907793 https://www.jianshu.com/p/c176969ad0c1 https://bl 阅读全文
posted @ 2022-05-25 11:27 八英里 阅读(241) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页