会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
oktokeep
贵在坚持,坚持很贵。ENERGY FULL 2022。^^
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
26
27
28
29
30
31
32
33
34
···
50
下一页
2022年11月9日
RestApi请求地址支持多路径访问
摘要: RestApi请求地址支持多路径访问 @RestController@RequestMapping("/test") //单路径@RequestMapping(path = {"/test","/public/test"}) //请求地址支持多路径,字符串数组
阅读全文
posted @ 2022-11-09 11:37 oktokeep
阅读(43)
评论(0)
推荐(0)
编辑
2022年11月4日
mysql连接超时的属性设置
摘要: mysql连接超时的属性设置 2022-10-26 11:09:54.128 [http-nio-6788-exec-5] ERROR o.s.t.i.TransactionAspectSupport#completeTransactionAfterThrowing [line:525] - App
阅读全文
posted @ 2022-11-04 18:03 oktokeep
阅读(2383)
评论(1)
推荐(0)
编辑
外部系统对接下单幂等性校验逻辑及事务提交锁表的处理
摘要: 外部系统对接下单幂等性校验逻辑及事务提交锁表的处理 1、如果下单时,已经存在订单,希望能返回外部订单号和本系统订单号,做幂等处理。 2、希望一个外部订单号,只能对应一个有效的本系统订单号 根据请求参数签名来判断是否是同一请求,根据外部订单号来查询。 如果请求参数签名不同,但是外部订单号已经生成订单,
阅读全文
posted @ 2022-11-04 14:59 oktokeep
阅读(143)
评论(1)
推荐(0)
编辑
mysql数据库慢SQL优化
摘要: mysql数据库慢SQL优化优化来源: 阿里云 云数据库RDS 慢sql 或者CAT监控系统中的Transaction SQL or URL根据平均时间反馈来排查,决定是否增加索引,或者调整业务逻辑代码。 1.场景1-业务查询的条件转换 in 转换业务逻辑,最终达到的结果是一致的。比如根据某些条件来
阅读全文
posted @ 2022-11-04 11:54 oktokeep
阅读(107)
评论(0)
推荐(0)
编辑
2022年11月2日
http请求方式GET,POST工具类RestTemplate
摘要: http请求方式GET,POST工具类RestTemplate import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.serializer.SerializerFeature; import com.dianping.cat.Ca
阅读全文
posted @ 2022-11-02 11:44 oktokeep
阅读(292)
评论(0)
推荐(0)
编辑
2022年10月20日
Mysql慢sql优化
摘要: Mysql慢sql优化 index1.MySQL的执行过程2.索引的定义3.MySQL执行计划explain or desc4.索引使用/创建规则5.弊端6.设计规范7.SQL建议 1. MySQL 的执行过程 2.索引的定义 3.MySQL执行计划 explain or desc 3.MySQL执
阅读全文
posted @ 2022-10-20 18:58 oktokeep
阅读(336)
评论(0)
推荐(0)
编辑
2022年10月13日
http请求方式-CloseableHttpClient
摘要: http请求方式-CloseableHttpClient import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.example.core.mydemo.http.OrderReqVO;
阅读全文
posted @ 2022-10-13 19:10 oktokeep
阅读(202)
评论(0)
推荐(0)
编辑
http请求方式-HttpClient 微信退款的接口,需要证书请求 https请求
摘要: http请求方式-HttpClient import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.example.core.mydemo.http.OrderReqVO; import o
阅读全文
posted @ 2022-10-13 19:10 oktokeep
阅读(87)
评论(0)
推荐(0)
编辑
http请求方式-HttpURLConnection
摘要: http请求方式-HttpURLConnection import com.alibaba.fastjson.JSON; import com.example.core.mydemo.http.OrderReqVO; import org.springframework.lang.Nullable;
阅读全文
posted @ 2022-10-13 19:09 oktokeep
阅读(88)
评论(0)
推荐(0)
编辑
http请求方式-OkHttpClient
摘要: http请求方式-OkHttpClient import com.example.core.mydemo.http.OrderReqVO; import okhttp3.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; impor
阅读全文
posted @ 2022-10-13 19:09 oktokeep
阅读(112)
评论(0)
推荐(0)
编辑
上一页
1
···
26
27
28
29
30
31
32
33
34
···
50
下一页