摘要: https://square.github.io/okhttp/ https://www.jianshu.com/p/da4a806e599b https://www.cnblogs.com/wzk 0000/p/10955406.html 阅读全文
posted @ 2019-09-19 09:01 脚本小娃子 阅读(584) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/clwydjgs/p/9317849.html 阅读全文
posted @ 2019-09-19 08:59 脚本小娃子 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/entomb/article/details/86477199 阅读全文
posted @ 2019-09-19 08:58 脚本小娃子 阅读(129) 评论(0) 推荐(0) 编辑
摘要: "来源" 注意不同类型的数据库支持不同 "强调:需要强调的是,命名规则也不适合delete insert update. 只适合简单查询" 默认Java对象的驼峰式命名对应数据库的下划线命名,如图: + fileFullPath对应file_full_path + belongNodeId对应bel 阅读全文
posted @ 2019-09-19 08:57 脚本小娃子 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: 这里的入参nodeId对应占位符?1,入参severity对应?2;缺点是,序号必须是顺序的,按参数顺序严格对应 @Modifying @Transactional @Query(value = "delete from warning_detail where node_id=?1 and sev 阅读全文
posted @ 2019-09-19 08:36 脚本小娃子 阅读(1321) 评论(0) 推荐(1) 编辑