会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
oktokeep
贵在坚持,坚持很贵。ENERGY FULL 2022。^^
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
50
下一页
2022年5月9日
redisTemplate缓存方法template code
摘要: import com.alibaba.fastjson.JSONObject; @Autowired private RedisTemplate redisTemplate; String PREFIX = "项目名称:模块名称:方法名称:唯一条件key:"; Integer EX = 15; //
阅读全文
posted @ 2022-05-09 15:01 oktokeep
阅读(200)
评论(0)
推荐(0)
编辑
2022年5月5日
skywalking需要引入的背景(查询调用链),传统的日志查询方法, 引入EFK日志搜索重要性
摘要: 1.根据两次请求日志的关键点来截取日志,缩小日志的范围。tail -f orderApi.log | grep "orderKeyWordSubmit" 确定两次异常请求的时间点sed -n /"2022-05-05 11:14:15.616/",/"2022-05-05 11:14:30.585/
阅读全文
posted @ 2022-05-05 12:10 oktokeep
阅读(334)
评论(0)
推荐(0)
编辑
2022年4月26日
Apollo config配置中心 配置列表和map DEMO
摘要: Apollo config配置中心 配置列表和map DEMO#支持可扩展 Apollo配置 apollo中配置如下: defaultId = 100,200 chooseId = {"300":"A","400":"B","500":"C"} callback.url = http://local
阅读全文
posted @ 2022-04-26 18:57 oktokeep
阅读(1170)
评论(3)
推荐(0)
编辑
2022年3月25日
高德地图查询结果返回INVALID_USER_IP错误解决
摘要: 高德地图查询结果返回INVALID_USER_IP错误解决 方法是添加白名单。IP白名单出错,发送请求的服务器IP不在IP白名单内开发者在LBS官网控制台设置的IP白名单不正确。白名单中未添加对应服务器的出口IP。可到"控制台>配置" 中设定IP白名单。提供的IP是公网IP. 请求地址:(密钥串替换
阅读全文
posted @ 2022-03-25 20:01 oktokeep
阅读(1440)
评论(0)
推荐(0)
编辑
Java代码规范及异常汇总 非空异常 NullPointerException
摘要: Java规范及异常汇总1.java.lang.NullPointerException: nullorderReq.getId() != -1 修改为: orderReq.getId() != null && orderReq.getId() != -1 orderReq.getId() == -1
阅读全文
posted @ 2022-03-25 19:58 oktokeep
阅读(108)
评论(2)
推荐(0)
编辑
2022年3月24日
postman Could not get any response 无法请求
摘要: 外网访问接口地址,刚开始考虑到是阿里云服务器上面的ECS网络安全策略拦截,添加了白名单, 首先在浏览器中回车访问,页面有反应。 但是在postman中请求,仍然返回 Could not get any response 最终在检查的时候,发现是postman请求的http:/www.test.com
阅读全文
posted @ 2022-03-24 08:58 oktokeep
阅读(421)
评论(1)
推荐(0)
编辑
2022年3月23日
FeignClient接口格式
摘要: FeignClient接口格式报错信息:{"timestamp":1648015711758,"status":404,"error":"Not Found","message":"No message available","path":"/getDto"} /order/getDto 完整的地址
阅读全文
posted @ 2022-03-23 16:38 oktokeep
阅读(364)
评论(0)
推荐(0)
编辑
2022年3月22日
ES Elasticsearch exception [type=search_phase_execution_exception, reason=all shards failed
摘要: 查看日志切分:sed -n '/2022-03-21 01:50:11.785/,/2022-03-21 02:25:01.130/p' test-2022-03-21-1.log > 220321.txt 2022-03-21 01:55:01.153 [http-nio-1374-exec-9]
阅读全文
posted @ 2022-03-22 11:35 oktokeep
阅读(4067)
评论(0)
推荐(0)
编辑
支付宝APP支付 订单已付款成功,请勿重复提交 和 微信H5支付 INVALID_REQUEST 201 商户订单号重复
摘要: 支付宝APP支付 返回请求给前端SDK 提示报错"订单已付款成功,请勿重复提交” 产生原因:存在商家订单号已经支付成功,重复再次请求的情况。每一笔的支付项目商家订单号是唯一的,如果存在同一支付项目多笔支付的情况,需要在原来的商家订单号尾部通过递增等自增长的方式来处理,避免重复。 //扩展3位 if(
阅读全文
posted @ 2022-03-22 11:33 oktokeep
阅读(1012)
评论(2)
推荐(0)
编辑
2022年3月20日
linux nginx命令 查找目录和重启
摘要: #查看nginx进程 [root@LinuxServer]$ps -aux | grep nginx root 3229 0.0 0.0 112812 972 pts/0 S+ 16:50 0:00 grep --color=auto nginx root 15919 1.5 0.4 122856
阅读全文
posted @ 2022-03-20 17:08 oktokeep
阅读(1119)
评论(2)
推荐(0)
编辑
上一页
1
···
37
38
39
40
41
42
43
44
45
···
50
下一页