
杂七杂八
杂七杂八
qq_41369135
这个作者很懒,什么都没留下…
展开
-
Redis变慢原因查找
你的Redis真的变慢了吗?性能优化如何做原创 2023-04-27 09:22:13 · 134 阅读 · 1 评论 -
记录线上生产事故
案列:项目中把文件服务当成公共工具类,其他微服务都是通过这个工具类上传至文件服务器。某一个微服务某一段时间内上传图片非常频繁,导致该服务连接数占满,服务卡死。优化方案:把所有上传接口拆分成微服务,只管上传,并返回路径。原创 2023-01-30 10:54:30 · 108 阅读 · 0 评论 -
org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character ‘@‘
Application run failed org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '@' that cannot start any token. (Do not use @ for indentation) in 'reader', line 58, column 13: active: @profiles.active@原创 2023-01-11 14:19:18 · 5522 阅读 · 0 评论 -
怎么把开源项目放到自己的github,gitee,gitea上
怎么把开源项目放到自己的github,gitee,gitea上error: src refspec main does not match any error: failed to push some refs to “”原创 2022-11-21 22:16:38 · 1387 阅读 · 0 评论 -
nacos源码编译打包
nacos源码编译打包原创 2022-11-15 17:43:43 · 2303 阅读 · 0 评论 -
Spring Cloud Alibaba 版本对照表,集成nacos,sentinel,seata
Spring Cloud Alibaba 版本对照表,集成nacos,sentinel,seata原创 2022-11-15 17:22:21 · 5329 阅读 · 0 评论 -
压缩图片(java)
压缩图片二、可添水印、设置长宽,等比缩小,添加缩略图等(速度稍微慢点)原创 2022-11-07 16:47:11 · 531 阅读 · 0 评论 -
The dependencies of some of the beans in the application context form a cycle:
The dependencies of some of the beans in the application context form a cycle:使用lombok的@AllArgsConstructor二、使用@AllArgsConstructor(onConstructor_ = {@Lazy, @Autowired})原创 2022-11-02 17:40:38 · 264 阅读 · 0 评论 -
idea javadoc注释模板(没有黄线杠杠提醒那种)
idea javadoc注释模板原创 2022-11-01 15:35:41 · 856 阅读 · 0 评论 -
PageHelper分页失效原因
1.代码(分页失效)分页失效 一直返回所有数据原失效代码段:图1 图2 2.失效原因因为PageHelper官方解释说【设置分页】后应该立马接【列表查询】方法,不然【参数】可能会被提前消费。列如:图1我设置分页后,调了listWarningPage(pa...原创 2021-04-15 12:50:23 · 2008 阅读 · 2 评论 -
Cannot obtain ticket from http://fls.jetbrains-agent.com due to connectivity problem:Connection time
一、版本 idea2019.3二、问题 激活失效Cannot obtain ticket from http://fls.jetbrains-agent.com due to connectivity problem:Connection timed out: connect三、解决办法把http://fls.jetbrains-agent.com粘贴进去执行1,2,3步,就ok了za...原创 2021-05-13 10:18:34 · 21879 阅读 · 33 评论