上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 50 下一页

2022年3月24日

使用Redis zset做消息队列

摘要: 目录 背景实现思路执行效果结语和代码 背景 按理来说,Redis做消息队列应该使用Stream。没错,但那是5.0及以上的功能,... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(238) 评论(0) 推荐(0) 编辑

多字段关联校验

摘要: 目录 背景代码实现最终效果结语和代码地址更新2022年3月16日21:34:10 一个字段支持重复注解(@Repeatable) ... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(325) 评论(0) 推荐(0) 编辑

java.lang.NoSuchMethodError: org.springframework.core.CollectionFactory.createLinkedMapIfPossible(I)

摘要: Spring Boot 测试用例报错 java.lang.NoSuchMethodError: org.springframewor... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(408) 评论(0) 推荐(0) 编辑

deploy上传到私服配置注意事项(踩坑经验)

摘要: 目录 deploy时报错Deployment failed: repository element was not specifi... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(2116) 评论(0) 推荐(0) 编辑

cglib获取不到接口注解

摘要: 目录 背景解决方案参考 背景 我想实现的是获取interface类上的注解,代理使用的是cglib。这是我的注解 @Target... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(135) 评论(0) 推荐(0) 编辑

deploy发布的jar包中文乱码

摘要: 背景 使用mvn clean package deploy -DskipTests发布的jar包。源码显示正常 打包时出现Using... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(44) 评论(0) 推荐(0) 编辑

Spring Boot 事务回滚不成功可能原因

摘要: 1、是否使用EnableTransactionManagement注解 2、被调用的方法是否直接(注解方式间接的方法不行哦)使用注解... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(594) 评论(0) 推荐(0) 编辑

解决Redis java.lang.IllegalStateException: Cannot connect, Event executor group is terminated

摘要: 目录 问题产生背景问题分析解决方案 问题产生背景 写了个基于zset的消息队列(因为公司redis还是3.2.9的,没法用st... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(4116) 评论(0) 推荐(0) 编辑

The request was rejected because the URL contained a potentially malicious String “//“

摘要: 报错详情 org.springframework.security.web.firewall.RequestRejectedEx... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(1781) 评论(0) 推荐(0) 编辑

绕过反调试fuck-debugger

摘要: 目录 前言所需工具安装whistle配置SwitchyOmegaSwitchyOmega没有SwitchyOmega 保存和修... 阅读全文

posted @ 2022-03-24 18:01 愤怒的苹果ext 阅读(159) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 50 下一页

导航