Error
报错
LunarLogic
这个作者很懒,什么都没留下…
展开
-
【Spring依赖编译报错】Could not resolve all files for configuration ‘:classpath‘.
Could not resolve all files for configuration ':classpath'.原创 2023-06-21 12:08:32 · 4378 阅读 · 0 评论 -
【Java 下载SFTP文件服务器文件中断 异常处理】
org.apache.catalina.connector.ClientAbortException: java.io.IOException: 远程主机强迫关闭了一个现有的连接。 at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353) at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java原创 2023-04-26 16:16:29 · 1053 阅读 · 0 评论 -
SpringBoot+Maven项目编译失败报错
java: 无法访问org.springframework.web.bind.annotation.PostMapping 错误的类文件: /E:/apache-maven-3.3.9/repository/org/springframework/spring-web/6.0.2/spring-web-6.0.2.jar!/org/springframework/web/bind/annotation/PostMapping.class 类文件具有错误的版本 61.0, 应为 55.0原创 2023-02-21 14:43:52 · 1426 阅读 · 0 评论 -
Exception in thread “main“ java.lang.IllegalArgumentException: Incorrect length for hybrid encoding
Exception in thread "main" java.lang.IllegalArgumentException: Incorrect length for hybrid encoding at org.bouncycastle.math.ec.ECCurve.decodePoint(ECCurve.java:428) at com.qz.tms.face.util.SM2Util.verify(SM2Util.java:177) at com.qz.tms.face.util.SM2Uti原创 2023-02-04 16:19:21 · 434 阅读 · 0 评论 -
vue3+element-plus 弹框表单重置(resetFields)失效、无效解决
一个弹框同时实现新增、修改功能。点击修改时赋值到弹框里面的表单,点击新增弹框里面表单都是无值,表单修改再新增重置无效原创 2022-10-13 11:38:53 · 5875 阅读 · 1 评论 -
OutputStreamWriter生成CSV,JavaMail发送邮件标题附件乱码
附件乱码解决:// 这里使用ByteArrayOutputStream是因为长度是自动拓展, 而byte[]必须指定大小var os = new ByteArrayOutputStream();// 只需要在这里指定charsetName为指定的编码格式即可,我这里是因为用Office打开csv附件// Office的excel默认为GB2312,具体那个软件用啥编码格式可以自行百度,保持一致就可以了Writer writer = new OutputStreamWriter(os, "GB231原创 2022-04-19 14:47:39 · 699 阅读 · 0 评论 -
Run with --stacktrace option to get the stack trace. Run with --info or --debug
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.原创 2022-01-21 17:48:54 · 20265 阅读 · 1 评论 -
Config启动报错:If you are using the git profile, you need to set a Git URI in your configuration.
If you are using the git profile, you need to set a Git URI in your configuration. If you are using a native profile and have spring.cloud.config.server.bootstrap=true, you need to use a composite configuration.原创 2021-10-18 17:02:28 · 3551 阅读 · 1 评论 -
1640 EFrror rumning ‘RknittaceMplcation‘: comnd line is too log. Shorten comnd line for Reuittancebm
报错信息如下解决方法如下点击锤子旁边的 Edit configurations找到Shorten commad line 选择 JAR mainfest如果报下面的错就是端口被占用,需要查看配置端口的文件并修改重新加载配置文件原创 2021-08-26 11:40:07 · 112 阅读 · 0 评论