博主首页
上一页 1 2 3 4 5 6 7 8 9 10 ··· 44 下一页
摘要: 要么配置了多个java环境变量,要么就是没有配置java环境变量、配置完环境变量需要重启电脑 阅读全文
posted @ 2023-06-05 14:37 笑~笑 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 去掉了lombok版本号,那么SpringBoot2.5.4版本默认使用的是lombok的1.18.20。然后执行代码,一切正常,问题解决了。 阅读全文
posted @ 2023-06-05 13:56 笑~笑 阅读(138) 评论(0) 推荐(0) 编辑
摘要: @Bean public Jackson2ObjectMapperBuilderCustomizer jackson2ObjectMapperBuilderCustomizer() { Map<Class<?>, JsonSerializer<?>> map = new HashMap<>(); m 阅读全文
posted @ 2023-05-23 17:41 笑~笑 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Annotation-specified bean name 'datahubServiceImpl' for bean class [com.peony.common.service.impl.DatahubServiceImpl] conflicts with existing, non-com 阅读全文
posted @ 2023-05-22 18:01 笑~笑 阅读(1645) 评论(0) 推荐(0) 编辑
摘要: redis内存在数据类型与你取数据的类型不匹配 ,比如你存的数据是键值对字符串 ,然后你使用list类型的方法去获取数据 阅读全文
posted @ 2023-05-22 10:03 笑~笑 阅读(202) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { String a="0.3330000"; BigDecimal bigDecimal = new BigDecimal(a); String s = bigDecimal.stripTrailingZeros().t 阅读全文
posted @ 2023-04-28 10:40 笑~笑 阅读(73) 评论(0) 推荐(0) 编辑
摘要: file.transferTo(fileThu.getAbsoluteFile()); 采用绝对路径即可 阅读全文
posted @ 2023-04-26 18:05 笑~笑 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 上传文件 private final AliyunOssProperties aliyunOssProperties; private final ClientBuilderConfiguration config; public static OSS getOssClient(AliyunOssP 阅读全文
posted @ 2023-04-26 16:22 笑~笑 阅读(35) 评论(0) 推荐(0) 编辑
摘要: vk = {'5': 205, 'c': 503, 'n': 506, 'z': 501, '3': 203, '1': 201, 'd': 403, '0': 210, 'l': 409, '8': 208, 'w': 302, 'u': 307, '4': 204, 'e': 303, '[': 阅读全文
posted @ 2023-03-31 14:04 笑~笑 阅读(625) 评论(0) 推荐(0) 编辑
摘要: @Column(name ="`exc_status`") @ApiModelProperty(value = "执行状态:字典(0101020302)") private String excStatus; @Column(name ="`exc_status`", insertable = fa 阅读全文
posted @ 2023-03-28 18:07 笑~笑 阅读(59) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 44 下一页