随笔分类 - java
摘要:LambdaUpdateWrapper<Goods> updateWrapper = new LambdaUpdateWrapper<>(); updateWrapper.set(Goods::getUpdateTime, new Date()); updateWrapper.setSql("goo
阅读全文
摘要:三角+实现=继承(泛化关系) 三角+虚线=继承 抽象类 和 实现 接口 都属于实现关系
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:https://blog.csdn.net/doubletigersmile/article/details/51442465
阅读全文
摘要:https://blog.csdn.net/ruoxiyun/article/details/88256928
阅读全文
摘要: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%
阅读全文
摘要:https://blog.csdn.net/qq_43227967/article/details/90511084
阅读全文
摘要: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
阅读全文
摘要:https://blog.csdn.net/weixin_43133824/article/details/83787446
阅读全文
摘要:public <P, T> List<String> deleteBatch(List<P> params, Function<P, String> paramsComparator, Function<T, String> comparator, List<T> oldLevelList) { L
阅读全文
摘要:使用hibernate validator出现上面的错误, 需要 注意 @NotNull 和 @NotEmpty 和@NotBlank 区别 @NotEmpty 用在集合类上面@NotBlank 用在String上面@NotNull 用在基本类型上
阅读全文
摘要:https://blog.csdn.net/datastructure18/article/details/120208842
阅读全文
摘要:https://www.jianshu.com/p/da9d051dcc3d https://javaguide.cn/home.html#%E5%BF%85%E7%9C%8B%E4%B8%93%E6%A0%8F
阅读全文
摘要:https://blog.51cto.com/u_14286115/3326281 https://blog.csdn.net/xinbaobaoer/article/details/54907793 https://www.jianshu.com/p/c176969ad0c1 https://bl
阅读全文
摘要:https://zhuanlan.zhihu.com/p/58387104
阅读全文
摘要:类的成员分两类,静态成员(static member)和实例成员(instance menber),静态成员属于类,实例成员则属于对象,即类的实例。 我们知道,静态字段和静态方法的调用都是通过类来调用的,静态方法不会对特定的实例操作,只能调用调用类中的其他属性和静态方法,不能调用类中的非静态属性和非
阅读全文
摘要:https://blog.csdn.net/bieliwotaijin/article/details/106607934 https://www.cnblogs.com/itiaotiao/p/12651573.html
阅读全文
摘要:https://blog.csdn.net/Shockang/article/details/118559080 https://blog.csdn.net/qq_39241239/article/details/87030142
阅读全文