随笔分类 -  Background Development

摘要:1、statement @org.junit.Test public void teststatement() throws Exception { long start = System.currentTimeMillis(); /... 阅读全文
posted @ 2018-03-06 17:03 crr121 阅读(243) 评论(0) 推荐(0)
摘要:ApplicationInfo applicationInfo1 = applicationVo1.getApplicationInfo(); if(applicationInfo1==null){ applic... 阅读全文
posted @ 2018-01-31 11:05 crr121 阅读(225) 评论(0) 推荐(0)
摘要:错误报号为404,并且进不去后台代码,一般都是url地址错了,或者参数的个数没有对应上,或者参数名写错,参数类型错误 阅读全文
posted @ 2018-01-31 10:57 crr121 阅读(263) 评论(0) 推荐(0)
摘要:redis中的token失效失效可能出现的问题:1、在postman测试时报 5002、控制台:### Error updating database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionE... 阅读全文
posted @ 2018-01-31 10:54 crr121 阅读(425) 评论(0) 推荐(0)
摘要:有的时候会由于redis的缓存导致项目运行返回空值清除一下缓存就可以了 阅读全文
posted @ 2018-01-17 16:11 crr121 阅读(124) 评论(0) 推荐(0)
摘要:如下,我们要返回下面的数据格式 { "value": "3", "label": "安徽省", "children": [ { "value": "安庆市", "label": "36"... 阅读全文
posted @ 2018-01-16 18:17 crr121 阅读(365) 评论(0) 推荐(0)
摘要:遇到的问题org.springframework.jdbc.BadSqlGrammarException: ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have ... 阅读全文
posted @ 2018-01-12 19:30 crr121 阅读(242) 评论(0) 推荐(0)