上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 63 下一页
  2023年9月14日
摘要: 高德的API来查询行政区域查询 1.api接口文档地址 https://lbs.amap.com/api/webservice/guide/api/district GET https://restapi.amap.com/v3/config/district?keywords=贵阳&subdist 阅读全文
posted @ 2023-09-14 23:18 oktokeep 阅读(1816) 评论(0) 推荐(0)
  2023年9月8日
摘要: Unknown initial character set index '255' received from server. Initial client character 解决方法 mysql连接数据库时报此错误: //String url = "jdbc:mysql://localhost: 阅读全文
posted @ 2023-09-08 18:43 oktokeep 阅读(343) 评论(0) 推荐(0)
摘要: AnnotationTransactionAttributeSource is only available on Java 1.5 and higher和windows同时安装jdk7和jdk8 出错原因: 因为spring core org.springframework.core.JdkVer 阅读全文
posted @ 2023-09-08 18:42 oktokeep 阅读(216) 评论(1) 推荐(0)
摘要: Eclipse build js卡死 Eclipse 编译太卡,耗时太长解决 问题描述:编译停止在js编译中,原来是js的问题 1、首选项-javaScript-Validator-Errors/Warning 里面的 Enable javaScript semantic valudation已经关 阅读全文
posted @ 2023-09-08 18:41 oktokeep 阅读(560) 评论(0) 推荐(0)
摘要: 报错解决 :Resolved [org.springframework.web.bind.MissingServletRequestParameterException 解决方法:RequestParam注解加上required = false属性。这样请求参数可以传null对象。 如果没有加上re 阅读全文
posted @ 2023-09-08 18:40 oktokeep 阅读(2139) 评论(0) 推荐(0)
摘要: ConcurrentModificationException异常原因和解决方法 public static void main(String[] args) { List<Integer> list = new ArrayList<Integer>(){ { add(1); add(2); add 阅读全文
posted @ 2023-09-08 18:39 oktokeep 阅读(956) 评论(0) 推荐(0)
摘要: Java泛型对象在http请求和响应对象中的封装 public class MySystemBaseResVo<T> { //注意:类的后面需要带上<T>,否则数据无法封装 private String err_no; private String err_tips; private T data; 阅读全文
posted @ 2023-09-08 18:38 oktokeep 阅读(213) 评论(0) 推荐(0)
  2023年8月31日
摘要: 查看es结构,es _search查询基础语法 http://xx.xx.xx.xx:9200/ ES地址 car_info/_search POST {} POST { "query": { "match": { "carNo":"573702440" } } } { "query": { "te 阅读全文
posted @ 2023-08-31 18:28 oktokeep 阅读(96) 评论(0) 推荐(0)
  2023年8月30日
摘要: 外部系统对接下单幂等性校验逻辑及接口超时处理feign.RetryableException: Read timed out executing POST 接上篇:外部系统对接下单幂等性校验逻辑及事务提交锁表的处理https://www.cnblogs.com/oktokeep/p/16857819 阅读全文
posted @ 2023-08-30 18:32 oktokeep 阅读(89) 评论(1) 推荐(0)
  2023年8月29日
摘要: logback日志格式模板,基于TraceId搜索完整的请求链路日志 日志打印格式:(可以基于TraceId:4d484c2a110eae9d来搜索完整的请求链路日志2023-08-28 15:06:53.635 [http-nio-8081-exec-37][myProject,4d484c2a1 阅读全文
posted @ 2023-08-29 09:57 oktokeep 阅读(500) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 63 下一页