08 2022 档案

摘要:如果改了nacos,重启一下nacos就行了。 阅读全文
posted @ 2022-08-30 08:51 changlinlo 阅读(27) 评论(0) 推荐(0) 编辑
摘要:【问题】Error:(1, 1) java: 非法字符: '\ufeff' Error:(1, 10) java: 需要class, interface或enum 【原因】编译问题 因为程序编译时是按照UTF-8的格式来编译运行,但是当前文件格式是UTF-8-BOM编码的,编辑器不能识别文件头部的\ 阅读全文
posted @ 2022-08-22 15:03 changlinlo 阅读(239) 评论(0) 推荐(0) 编辑
摘要:【问题】正则表达式匹配国际手机号:+xx xxxxxxxxxxx 格式,结果报错 【原因】\xa0 空格 【方法一】换成 键盘上的空格,让前端传的参数改一下 结果是可以的,但是前端既然会传这个参数,那坑定会有用,所有也可以改正则表达式,来实现匹配效验规则。 【方法二】改后端正则表达式 结果也是可以的 阅读全文
posted @ 2022-08-16 09:03 changlinlo 阅读(201) 评论(1) 推荐(0) 编辑
摘要:java中整数前进行'0'填充: DecimalFormat df=new DecimalFormat("0000"); Integer last = categories.size() + 1; System.out.println("流水号:"+df.format(last)); code = 阅读全文
posted @ 2022-08-11 14:27 changlinlo 阅读(639) 评论(0) 推荐(0) 编辑
摘要:【问题】excel导入响应msg内容乱码问题 其他导入没问题 【解决】通过idea配置修改文件编码 【结果】OK 阅读全文
posted @ 2022-08-04 08:05 changlinlo 阅读(40) 评论(0) 推荐(0) 编辑
摘要:【问题】 *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the app 阅读全文
posted @ 2022-08-02 09:52 changlinlo 阅读(1478) 评论(7) 推荐(0) 编辑

点击右上角即可分享
微信分享提示