
奇形怪状异常专栏
文章平均质量分 51
eclipse,idea,虚拟机......异常报错信息
架构师Rakic
java疑难杂症?不存在的
展开
-
继承父类的实体对象没打印出来父级属性问题
继承父类的实体没有打印出来父级的属性问题原创 2025-03-20 13:52:40 · 202 阅读 · 0 评论 -
上传大文件异常: 413 Request Entity Too Large
上传大文件异常: 413 Request Entity Too Large原创 2025-02-13 14:13:48 · 451 阅读 · 0 评论 -
Null value was assigned to a property of primitive type setter of 的原因与解决方案
Null value was assigned to a property of primitive type setter of“原因及解决方法原创 2024-12-25 16:34:40 · 465 阅读 · 0 评论 -
CSDN Markdown编辑器
你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。原创 2024-12-25 16:07:01 · 809 阅读 · 0 评论 -
win10系统右下角没有显示网络图标 , 打开或关闭系统图标网络灰色
win10系统右下角没有显示网络图标 , 打开或关闭系统图标网络灰色原创 2024-12-15 17:27:04 · 568 阅读 · 0 评论 -
Springboot启动异常 错误: 找不到或无法加载主类 xxx.Application异常
Springboot启动异常 错误: 找不到或无法加载主类 xxx.Application异常原创 2024-11-21 17:36:00 · 400 阅读 · 0 评论 -
json多层套娃转换
解决使用 restTemplate 调用其它接口时 , 返回对象有多层结构。利用fastjson2的TypeReference方式。json多层套娃转换。原创 2024-11-19 16:23:20 · 188 阅读 · 0 评论 -
IDEA发疯导致maven下载回来的jar不完整zip END header not found 和 error in opening zip file
IDEA发疯导致maven下载回来的jar不完整zip END header not found原创 2024-07-07 18:43:37 · 921 阅读 · 0 评论 -
接口返回异常: cannot deserialize from Object value (no delegate- or property-based Creator)
接口返回异常: cannot deserialize from Object value (no delegate- or property-based Creator)原创 2024-05-30 11:54:41 · 404 阅读 · 0 评论 -
使用VCcode启动vue项目问题- 无法加载文件 C:\Users\HX\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本
VCcode无法运行yarn命令原因及解决方案原创 2024-04-21 10:47:07 · 322 阅读 · 0 评论 -
PLSQL中文乱码问题 + EZDML导入数据库模型乱码
PLSQL中文乱码问题 + EZDML导入数据库模型乱码 解决方案原创 2024-04-16 19:46:56 · 669 阅读 · 0 评论 -
微信开发者工具 git 拉取 failed invalid authentication scheme
微信开发者工具 git 拉取 failed invalid authentication scheme原创 2024-01-27 15:28:22 · 1350 阅读 · 0 评论 -
BindingException: Invalid bound statement (not found): xxMapper.deleteBatchIds
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): xxxxMapper.deleteBatchIds原创 2024-01-22 22:04:36 · 1118 阅读 · 0 评论 -
mybatis 项目启动异常 TypeException: Could not resolve type alias ‘xxxxxBean‘.
Could not resolve type alias...原创 2024-01-21 08:43:22 · 1523 阅读 · 0 评论 -
java: Internal error in the mapping processor: java.lang.NullPointerException
java: Internal error in the mapping processor: java.lang.NullPointerException原创 2024-01-20 11:35:29 · 481 阅读 · 0 评论 -
IDEA在重启springboot项目时没有自动重新build
idea在重启springboot项目时没有自动重新build原创 2024-01-20 10:37:54 · 1929 阅读 · 0 评论 -
Handler dispatch failed; nested exception is java.lang.ExceptionInInitializerError
使用mapstruct做对象转换时发生异常原创 2024-01-20 01:39:38 · 6895 阅读 · 0 评论 -
生产问题: 利用线程Thread预加载数据缓存,其它类全局变量获取缓存偶发加载不到
利用线程Thread预加载数据缓存偶发加载不到原创 2023-12-10 14:42:13 · 852 阅读 · 2 评论 -
使用redis zset zadd方法异常情况:Handler dispatch failed; nested exception is java.lang.StackOverflowError
滑动时间窗口限流 , redisson , zset , zadd , 内存溢出原创 2023-05-24 23:04:18 · 728 阅读 · 1 评论 -
Usage of API documented as @since 1.9+
Usage of API documented as @since 1.9+原创 2023-03-15 23:15:20 · 2679 阅读 · 0 评论 -
java.lang.NoClassDefFoundError:Lorg / apache / logging / log4j / Logger;
java.lang.NoClassDefFoundError:Lorg / apache / logging / log4j / Logger;启动springboot项目的时候,发现这个异常java.lang.NoClassDefFoundError:Lorg / apache / logging / log4j / Logger;然, 查看jar包发现, log4j是存在jar包的,但是不管怎样刷新maven都是这个问题later解决办法:1.重新拉取项目2.添加 log4j 依赖.原创 2022-10-24 23:43:48 · 1293 阅读 · 0 评论 -
使用@Query(value="语句",nativeQuery=true)出现的异常(SQL Error: 1146, SQLState: 42S02)
测试,Hibernate的实体@Entity@Table(name="user_test")public class UserTest implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy=GenerationType.IDEN...原创 2019-05-28 10:55:37 · 2247 阅读 · 0 评论 -
导包失败,导包把长包名导到一起
导包失败,导包把长包名导到一起原因:文件名写的有问题(比如说你写的文件名跟包名的一样), 导致导包失败就想以上一样,类名跟需要导包的名一样,导致导包失败...原创 2019-05-29 15:29:52 · 319 阅读 · 0 评论 -
java.sql.SQLSyntaxErrorException: Table 'wxorderingsystem.hibernate_sequence' doesn't exist
java.sql.SQLSyntaxErrorException: Table ‘wxorderingsystem.hibernate_sequence’ doesn’t exist使用springboot 2.0.5.RELEASE时,spring-boot-starter-data-jpa使用了hibernate5(这个可以看控制台的输出,会看到hibernate是5.3.10)所以本人在...原创 2019-06-18 22:58:00 · 882 阅读 · 0 评论 -
The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone.
java.sql.SQLException: The server time zone value ‘�й���ʱ��’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configu...原创 2019-06-18 22:44:38 · 315 阅读 · 0 评论 -
maven打包异常Failed to execute goal org.apache.maven.plugins
maven打包异常Failed to execute goal org.apache.maven.pluginsmaven异常信息[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ego-service-im...原创 2019-06-02 23:34:04 · 1145 阅读 · 0 评论 -
Fatal error compiling: 无效的标记: -parameters -> [Help 1]
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project springbootdemo: Fatal error compiling: 无效的标记: -parameters -> [Help 1]maven命令打包项目时时候...原创 2019-05-31 16:52:00 · 1010 阅读 · 0 评论 -
解决Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies...
解决Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies could not be resolved的问题[WARNING] Could not transfer metadata org.apache.maven.plugins:maven-archetype-plug...原创 2019-05-31 16:29:57 · 10841 阅读 · 2 评论 -
eclipse启动tomcat报错:Could not load the Tomcat server configuration at ServersTom
解决eclipse启动tomcat报错:Could not load the Tomcat server configuration at \Servers\Tomcat v6.0 Server at localhost-config. The Servers project is closed.如果有一个项目在tomcat里面运行,但是这个项目已经删除,服务器也不能移除解决办法:删除服务器,...原创 2019-04-15 14:35:17 · 1112 阅读 · 0 评论