
后端开发技术的解决方法
文章平均质量分 84
该专栏是用来记录java开发遇到的相关问题,比如java,spring,spring boot,mybatis等。从复现问题到分析问题,再到解决问题,从而做到知其然,知其所以然。
优惠券已抵扣
余额抵扣
还需支付
¥29.90
¥99.00
购买须知?
本专栏为图文内容,最终完结不会低于15篇文章。
订阅专栏,享有专栏所有文章阅读权限。
本专栏为虚拟商品,基于网络商品和虚拟商品的性质和特征,专栏一经购买无正当理由不予退款,不支持升级,敬请谅解。
互联网全栈开发实战
全栈领域优质创作者!
博客专家认证!
本站粉丝30多万!
阅读量破百万!
你的点赞与关注是我创作的动力!
努力创作出优秀的作品来馈赠粉丝!
展开
-
nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token ‘xxx‘错误的详细解决方法
nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'xxx': was expecting ('true', 'false' or 'null')的错误的详细解决方法。原创 2023-03-22 17:18:13 · 8425 阅读 · 0 评论 -
完美解决liquibase.exception.MigrationFailedException: Migration failed for changeset错误
liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CommandExecutionException: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset config/liquibase/changelog/xxx::xxx::xxx:原创 2025-02-14 19:02:07 · 128 阅读 · 0 评论 -
全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了
全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了原创 2025-02-14 19:01:47 · 78 阅读 · 0 评论 -
解决No validator could be found for constraint ‘javax.validation.constraints.NotBlank‘ validating type
解决javax.validation.UnexpectedTypeException: HV000030: No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating type 'java.lang.Long'. Check configuration for 'id'问题,补充Knife4j介绍,@NotEmpty、@NotBlank等注解的正确使用和ChatGPT的介绍等文章。原创 2023-02-17 09:27:09 · 5466 阅读 · 0 评论 -
Cause: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long错误的详细解决方法
Cause: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long错误的详细解决方法原创 2023-03-30 07:46:45 · 8657 阅读 · 0 评论 -
全网详细介绍MySQL中的show variables like ‘%xxx%’、show global status like ‘%xxx%’ 和 set global ‘xxx’=value
全网详细介绍MySQL中的show variables like '%xxx%'、show global status like '%xxx%' 和 set global ‘xxx’=value。比如show variables like 'max_connections';show global status like 'Thread%'; show variables like 'thread_cache_size';show global status like 'qcache%';原创 2023-04-11 07:32:07 · 4314 阅读 · 0 评论 -
解决【spring boot】Process finished with exit code 0的问题
解决【spring boot】Process finished with exit code 0的问题原创 2023-11-01 09:26:31 · 8844 阅读 · 2 评论 -
全网详述Mysql查看连接总数、活跃数、最大并发数,以及show status和show global status区别,show status like ‘%变量名%‘;
全网详述Mysql查看连接总数、活跃数、最大并发数,以及show status和show global status区别,show status like '%变量名%';show variables like 'xxx';原创 2023-04-18 07:32:44 · 4119 阅读 · 0 评论 -
一文详解jvm之-Xms -Xmx -Xmn -Xss -XX:PermSize -XX:MaxPermSize等参数的设置和优化以及如何选择垃圾回收器
一文详解jvm之-Xms -Xmx -Xmn -Xss -XX:PermSize -XX:MaxPermSize等参数的设置和优化以及如何选择垃圾回收器原创 2023-02-13 12:07:12 · 19042 阅读 · 0 评论 -
多种方法解决There is no tracking information for the current branch的错误
多种方法解决There is no tracking information for the current branch的错误原创 2023-05-09 07:33:09 · 7691 阅读 · 0 评论 -
解决Cause: java.sql.SQLException: sql injection violation, dbType mysql ... token IDENTIFIER deleted错误
Cause: java.sql.SQLException: sql injection violation, dbType mysql, , druid-version 1.2.11, syntax error: not supported.pos 86, line 1, column 79, token IDENTIFIER deleted : xxx详细的解决方法以及建表的命名规范。原创 2023-03-21 07:49:16 · 10739 阅读 · 0 评论 -
springframework.beans.factory.NoSuchBeanDefinitionException:No qualifying bean of type ‘x‘ available
全网详细解决org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.xxx.CollectionTaskServiceImpl' available的问题原创 2023-10-24 16:28:48 · 4923 阅读 · 1 评论 -
如何彻底删除gitbash中所有的命令记录、以及彻底删除Windows powerShell或者cmd中的所有命令记录
如何彻底删除gitbash中所有的命令记录、Windows powerShell或者cmd中的所有命令记录原创 2024-11-01 16:24:47 · 364 阅读 · 0 评论 -
<![CDATA[ ]]>基于实例详述其用法及说明
通过实例详述xml文件中的<![CDATA[ ]]>用法及说明。原创 2023-03-19 07:49:03 · 6290 阅读 · 1 评论 -
一文详说Spring Boot集成RabbitMQ,细说消息队列常用5种模式,消息持久化,两种延迟发送的机制以及解决Spring Boot集成RabbitMQ的常见问题
一文详说Spring Boot集成RabbitMQ,细说消息队列常用5种模式,消息持久化,两种延迟发送的机制以及解决Spring Boot集成RabbitMQ的常见问题,比如Not management user(Login failed),ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN,Error: unable to perform an operation on node ‘rabbit@DESKTOP-x原创 2022-09-02 17:54:41 · 2512 阅读 · 0 评论 -
一文详解Windows安装配置RabbitMQ教程及RabbitMQ常用命令及解决Erlang Could not be detected.you must install Erlang before
一文详解Windows安装RabbitMQ教程,同时解决在安装过程中出现的问题,并说明rabbitMq对应的erlang版本,又把rabbitMq和erlang存储到我的百度云盘和微云中,读者可以直接下载即可。原创 2022-09-01 13:43:19 · 18440 阅读 · 1 评论 -
多种方法解决Failed to load class “org.slf4j.impl.StaticLoggerBinder“.的错误
多种方法解决Failed to load class “org.slf4j.impl.StaticLoggerBinder“.的错误原创 2023-04-12 07:36:03 · 19498 阅读 · 3 评论 -
详细解决redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool的多种详细的解决方法原创 2023-03-18 07:36:36 · 12826 阅读 · 2 评论 -
使用git config --global设置用户名和邮件,以及git config的全局和局部配置
使用git config --global设置用户名和邮件,以及git config的全局和局部配置原创 2023-09-25 11:04:31 · 9705 阅读 · 0 评论 -
多种方法解决Error querying database. Cause: java.sql.SQLException: No value specified for parameter 1
多种方法解决Error querying database. Cause: java.sql.SQLException: No value specified for parameter 1原创 2023-02-18 07:42:33 · 10890 阅读 · 0 评论 -
多种方法解决SLF4J: Defaulting to no-operation (NOP) logger implementation的错误
多种方法解决SLF4J: Defaulting to no-operation (NOP) logger implementation的错误原创 2023-04-16 07:32:33 · 10397 阅读 · 1 评论 -
全网多种方法解决idea中报出的Cannot find declaration to go to的问题
全网多种方法解决idea中报出的Cannot find declaration to go to的问题原创 2023-09-19 09:16:07 · 20002 阅读 · 2 评论 -
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in t
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize,原创 2023-04-07 07:34:53 · 6126 阅读 · 1 评论 -
解决org.springframework.transaction.UnexpectedRollbackException: Transaction silently rolled back beca
解决org.springframework.transaction.UnexpectedRollbackException: Transaction silently rolled back because it has been marked as rollback-only的问题,并通过该错误来分析来分析spring boot的事务机制。原创 2023-03-02 07:38:33 · 8802 阅读 · 1 评论 -
解决Excel无法打开文件“xxx.xlsx“,因为文件格式或文件扩展名无效。请确定文件未损坏,并且文件扩展名与文件的格式!匹配的问题
解决Excel无法打开文件"xxx.xlsx",因为文件格式或文件扩展名无效。请确定文件未损坏,并且文件扩展名与文件的格式!匹配的问题原创 2023-09-26 14:54:27 · 43092 阅读 · 4 评论 -
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端原创 2024-08-17 18:38:04 · 702 阅读 · 0 评论 -
完美解决unknown failed to transfer from http://0.0.0.0/ during a previous attempt的错误
完美解决unknown failed to transfer from http://0.0.0.0/ during a previous attempt的错误原创 2024-07-20 16:02:30 · 1439 阅读 · 0 评论 -
全网详细解说:java对象转JSONObject和JSONString、JSONObject转java对象和JSONString,JSONString转JSONObject和java对象
全网详细解说:java对象转JSONObject和JSONString、JSONObject转java对象和JSONString,JSONString转JSONObject和java对象原创 2023-04-08 07:24:03 · 15645 阅读 · 1 评论 -
Command line is too long. Shorten command line for DatamapApplication or also for Spring Boot defaul
全网详细解决Command line is too long. Shorten command line for xxxApplication or also for Spring Boot default configuration.的问题原创 2024-05-05 20:33:18 · 710 阅读 · 2 评论 -
完美解决多种情况下的 java.lang.NullPointerException 的异常
完美解决多种情况下的 java.lang.NullPointerException 的异常原创 2024-04-17 11:43:27 · 720 阅读 · 2 评论 -
解决EasyPoi导入Excel获取不到第一列的问题
解决EasyPoi导入Excel获取不到第一列的问题原创 2024-04-16 11:37:51 · 1247 阅读 · 1 评论 -
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2原创 2024-04-17 11:18:43 · 1330 阅读 · 1 评论 -
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题原创 2023-11-10 11:26:07 · 1938 阅读 · 0 评论 -
idea:解决jsp request.getParameter爆红的问题
idea:解决jsp request.getParameter爆红的问题原创 2023-10-29 15:57:01 · 2362 阅读 · 0 评论 -
org.quartz.SchedulerException: Problem instantiating class ‘com.xxx.CollectionTask‘
org.quartz.SchedulerException: Problem instantiating class ‘com.xxx.CollectionTask‘原创 2023-10-23 17:50:41 · 411 阅读 · 0 评论 -
解决无法访问org.springframework.boot.SpringApplication,类文件具有错误的版本xxx, 应为xxx,请删除该文件或确保该文件位于正确的类路径子目录中。
解决无法访问org.springframework.boot.SpringApplication,类文件具有错误的版本xxx, 应为xxx,请删除该文件或确保该文件位于正确的类路径子目录中。比如无法访问org.springframework.boot.SpringApplication,类文件具有错误的版本61.0, 应为52.0,请删除该文件或确保该文件位于正确的类路径子目录中。原创 2023-06-16 07:39:59 · 4383 阅读 · 0 评论 -
mysql的auto_incremnet操作 解决Invalid default value for ‘xxx‘的问题 查询表结构
在堆mysql数据库创建表时,如果我们把某个属性设置为auto_increment,也就是自动增长,我们在不要某行数数据时,当然是要删除该数据了,但是,有一个问题,摆在我们面前,数据时删除了,而新插入的数据的该属性值,不是在原来的基础上增加的,而是在删除的基础上增加的,这让人很不舒服。此外,如果同时使用default和auto_increment会报出这个问题:Invalid default value for 'xxx'。......原创 2017-12-08 17:18:28 · 1737 阅读 · 0 评论 -
多种方法o.jsonwebtoken.ExpiredJwtException: JWT expired at xxx. Current time: xxx的错误
多种方法o.jsonwebtoken.ExpiredJwtException: JWT expired at xxx. Current time: xxx的错误,比如io.jsonwebtoken.ExpiredJwtException: JWT expired at 2023-04-11T14:59:18+0800. Current time: 2023-04-11T15:16:30+0800原创 2023-04-14 07:31:21 · 3466 阅读 · 0 评论 -
nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for propert
全网多种方法解决nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'xxx' in 'class com.xxx'的错误原创 2023-03-23 07:51:44 · 3724 阅读 · 0 评论 -
一文优化java.lang.StackOverflowError的堆栈溢出问题及递归引发的java.lang.StackOverflowError错误
一文优化java.lang.StackOverflowError的堆栈溢出问题及递归引发的java.lang.StackOverflowError错误。原创 2023-02-15 21:36:34 · 3557 阅读 · 0 评论