上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 82 下一页
摘要: 1.场景: 比较两个json Bean 对象 的不同之处: 之前的处理方式是反射,比较field 值: 依赖: jackson-databind-2.9.3.jar <dependency><groupId>com.flipkart.zjsonpatch</groupId> <artifactId> 阅读全文
posted @ 2019-07-30 17:23 lshan 阅读(1654) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-24 10:55 lshan 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 依赖: 定时任务: 项目中无其他任何其他配置 定时方法: 结果:一直输出: ############################################# 阅读全文
posted @ 2019-07-11 11:39 lshan 阅读(2965) 评论(0) 推荐(0) 编辑
摘要: 业务场景:调用同步接口获取当前全部有效账户,数据库已存在部分账户信息,因此需要筛选同步接口中已存在本地的帐户。 调用接口获取的数据集合 List<AccountVo> list = response.getData().getItems(); 本地查询出来的账户集合 List<Account> to 阅读全文
posted @ 2019-07-09 17:27 lshan 阅读(6385) 评论(2) 推荐(2) 编辑
摘要: 参考:https://1609919154.iteye.com/blog/2400400 参考2 https://www.cnblogs.com/creaky/p/10802950.html 待整理: 结合1 ,2 整理一: 结合注解去比较两个对象的不同:-->只去比较带有注解的字段 Contras 阅读全文
posted @ 2019-07-09 17:20 lshan 阅读(2431) 评论(0) 推荐(0) 编辑
摘要: windows下MongoDB的安装及配置 (来源于博主:https://blog.csdn.net/heshushun/article/details/77776706) 此处仅仅做收藏 2017年09月01日 19:43:43 李子园的梦想 阅读数 140131 windows下MongoDB的 阅读全文
posted @ 2019-07-07 16:46 lshan 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Edgware 版本对应Spring Boot 1.5.x Finchley 版本对应Spring Boot 2.0.x Greenwich 版本对应Spring Boot 2.1.x org.springframework.boot spring-boot-starter-parent 2.1.0.RELEASE ... 阅读全文
posted @ 2019-07-05 18:21 lshan 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/weixin_32916879/article/details/81350968 阅读全文
posted @ 2019-07-03 18:31 lshan 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 避免经常更换证书,或者证书过期问题,在老项目中使用 可以参考:https://www.programcreek.com/java-api-examples/index.php?api=org.apache.http.conn.ssl.SSLConnectionSocketFactory 依赖: <! 阅读全文
posted @ 2019-06-28 15:26 lshan 阅读(1563) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/a905793674/article/details/82083197 阅读全文
posted @ 2019-06-27 16:42 lshan 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 82 下一页