摘要: 想撤回上次commit就在To Commit栏输入HEAD~1,撤回前两次就是2,依次类推 阅读全文
posted @ 2023-12-11 16:49 能。 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-05 18:28 能。 阅读(53) 评论(0) 推荐(0) 编辑
摘要: java.lang.NullPointerException: null at springfox.documentation.swagger2.mappers.RequestParameterMapper.bodyParameter(RequestParameterMapper.java:264) 阅读全文
posted @ 2023-11-30 13:39 能。 阅读(194) 评论(0) 推荐(0) 编辑
摘要: private static WjyConfiguration WjyConfiguration;static { WjyConfiguration = SpringApplicationContext.getBean(WjyConfiguration.class);}private static 阅读全文
posted @ 2023-11-10 17:06 能。 阅读(30) 评论(0) 推荐(0) 编辑
摘要: @Data@Configuration@RefreshScope@ConfigurationProperties(prefix = "enterprise.remind")public class EnterpriseRemindConfiguration { /** * 余额提醒 短信模版id * 阅读全文
posted @ 2023-11-10 16:46 能。 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Jackson配置转义符的处理 // 忽略未知字段mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES,false);// 允许出现特殊字符和转义符mapper.configure(JsonParser.Feature. 阅读全文
posted @ 2023-11-09 17:03 能。 阅读(217) 评论(0) 推荐(0) 编辑
摘要: /** * @author neng * @description 自定义限流注解 * @date 2020/4/8 13:15 */ @Target({ElementType.METHOD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME 阅读全文
posted @ 2023-10-31 16:54 能。 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 多子模块构建 非核心启动类 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> 阅读全文
posted @ 2023-10-27 13:57 能。 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1.启动Arthascurl -O https://arthas.aliyun.com/arthas-boot.jar java -jar arthas-boot.jar2.选择检测java程序3.查看dashboard 4.thread 进程号 查看 线程堆栈信息 5.jad反编译代码 6.导出d 阅读全文
posted @ 2023-10-26 16:41 能。 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.设置bitmap setbit key 0 1 setbit key 3 1 setbit key 5 1 ->0,3,5为偏移量 ->二进制 100101 2.BITCOUNT:统计被设置的二进制位数量 阅读全文
posted @ 2023-10-26 15:21 能。 阅读(12) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示