03 2020 档案

摘要:生成json代码片段 1 Map < String , Object > jsonMap = new HashMap< String , Object>(); 2 jsonMap.put("a",1); 3 jsonMap.put("b",""); 4 jsonMap.put("c",null); 阅读全文
posted @ 2020-03-20 10:35 海天依色 阅读(1519) 评论(0) 推荐(0) 编辑
摘要:问题发生 ①事务方法中有更新数据 ②而且调用了第三方接口 调用第三方接口的时候,发送了超时,事务没有提交。第二次调用了该方法,发生了 lock wait timeout 异常 阅读全文
posted @ 2020-03-18 10:16 海天依色 阅读(179) 评论(0) 推荐(0) 编辑
摘要:Settings→Editor→General→Auto Import 然后勾选Add unambiguous imports on the fly以及Optimize imports on the fly Add unambiguous imports on the fly:快速添加明确的导入。 阅读全文
posted @ 2020-03-07 14:22 海天依色 阅读(793) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示