
后端开发技术的解决方法
文章平均质量分 84
该专栏是用来记录java开发遇到的相关问题,比如java,spring,spring boot,mybatis等。从复现问题到分析问题,再到解决问题,从而做到知其然,知其所以然。
优惠券已抵扣
余额抵扣
还需支付
¥29.90
¥99.00
购买须知?
本专栏为图文内容,最终完结不会低于15篇文章。
订阅专栏,享有专栏所有文章阅读权限。
本专栏为虚拟商品,基于网络商品和虚拟商品的性质和特征,专栏一经购买无正当理由不予退款,不支持升级,敬请谅解。
互联网全栈开发实战
全栈领域优质创作者!
博客专家认证!
本站粉丝30多万!
阅读量破百万!
你的点赞与关注是我创作的动力!
努力创作出优秀的作品来馈赠粉丝!
展开
-
解决【spring boot】Process finished with exit code 0的问题
解决【spring boot】Process finished with exit code 0的问题原创 2023-11-01 09:26:31 · 8276 阅读 · 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 · 4029 阅读 · 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 · 18630 阅读 · 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 · 7523 阅读 · 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 · 10538 阅读 · 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 · 4821 阅读 · 1 评论 -
如何彻底删除gitbash中所有的命令记录、以及彻底删除Windows powerShell或者cmd中的所有命令记录
如何彻底删除gitbash中所有的命令记录、Windows powerShell或者cmd中的所有命令记录原创 2024-11-01 16:24:47 · 289 阅读 · 0 评论 -
<![CDATA[ ]]>基于实例详述其用法及说明
通过实例详述xml文件中的<![CDATA[ ]]>用法及说明。原创 2023-03-19 07:49:03 · 6148 阅读 · 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 · 2453 阅读 · 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 · 18159 阅读 · 1 评论 -
多种方法解决Failed to load class “org.slf4j.impl.StaticLoggerBinder“.的错误
多种方法解决Failed to load class “org.slf4j.impl.StaticLoggerBinder“.的错误原创 2023-04-12 07:36:03 · 19170 阅读 · 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 · 12586 阅读 · 2 评论 -
使用git config --global设置用户名和邮件,以及git config的全局和局部配置
使用git config --global设置用户名和邮件,以及git config的全局和局部配置原创 2023-09-25 11:04:31 · 8983 阅读 · 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 · 10561 阅读 · 0 评论 -
多种方法解决SLF4J: Defaulting to no-operation (NOP) logger implementation的错误
多种方法解决SLF4J: Defaulting to no-operation (NOP) logger implementation的错误原创 2023-04-16 07:32:33 · 9986 阅读 · 1 评论 -
全网多种方法解决idea中报出的Cannot find declaration to go to的问题
全网多种方法解决idea中报出的Cannot find declaration to go to的问题原创 2023-09-19 09:16:07 · 19145 阅读 · 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 · 5884 阅读 · 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 · 8732 阅读 · 1 评论 -
解决Excel无法打开文件“xxx.xlsx“,因为文件格式或文件扩展名无效。请确定文件未损坏,并且文件扩展名与文件的格式!匹配的问题
解决Excel无法打开文件"xxx.xlsx",因为文件格式或文件扩展名无效。请确定文件未损坏,并且文件扩展名与文件的格式!匹配的问题原创 2023-09-26 14:54:27 · 41139 阅读 · 4 评论 -
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端原创 2024-08-17 18:38:04 · 526 阅读 · 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 · 1184 阅读 · 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 · 15249 阅读 · 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 · 620 阅读 · 2 评论 -
完美解决多种情况下的 java.lang.NullPointerException 的异常
完美解决多种情况下的 java.lang.NullPointerException 的异常原创 2024-04-17 11:43:27 · 694 阅读 · 2 评论 -
解决EasyPoi导入Excel获取不到第一列的问题
解决EasyPoi导入Excel获取不到第一列的问题原创 2024-04-16 11:37:51 · 1181 阅读 · 1 评论 -
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2原创 2024-04-17 11:18:43 · 1212 阅读 · 1 评论 -
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题原创 2023-11-10 11:26:07 · 1805 阅读 · 0 评论 -
idea:解决jsp request.getParameter爆红的问题
idea:解决jsp request.getParameter爆红的问题原创 2023-10-29 15:57:01 · 2232 阅读 · 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 · 380 阅读 · 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 · 4289 阅读 · 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 · 1712 阅读 · 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 · 3395 阅读 · 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 · 3632 阅读 · 0 评论 -
一文优化java.lang.StackOverflowError的堆栈溢出问题及递归引发的java.lang.StackOverflowError错误
一文优化java.lang.StackOverflowError的堆栈溢出问题及递归引发的java.lang.StackOverflowError错误。原创 2023-02-15 21:36:34 · 3422 阅读 · 0 评论 -
解决Failed toString() invocation on an object com.alibaba.fastjson.JSONException: write javaBean error
解决 Failed toString() invocation on an object of type [com.superjson.superjsonmanager.config.jwt.JwtProperties$$EnhancerBySpringCGLIB$$3c58badf]和com.alibaba.fastjson.JSONException: write javaBean error, fastjson version 1.2.70问题原创 2022-08-19 21:20:41 · 2778 阅读 · 0 评论 -
Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported的多种解决方法即详细说明content-type
Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported的多种解决方法即详细说明content-type原创 2023-04-02 06:39:28 · 7994 阅读 · 1 评论 -
Error connecting to MySQL: Too many connections(code 1040)的错误解决方法
Error connecting to MySQL: Too many connections(code 1040)的错误解决方法原创 2023-04-10 07:37:16 · 3599 阅读 · 0 评论 -
全网多种方法解决You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
全网多种方法解决java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xxx ) VALUES(xxx)' at line 1原创 2023-04-13 07:40:28 · 38796 阅读 · 0 评论 -
总结POST、GET @RequestBody和@RequestParam区别 There was an unexpected error (type=Bad Request, status=400)
总结POST、GET @RequestBody和@RequestParam区别 和解决There was an unexpected error (type=Bad Request, status=400)原创 2021-02-02 16:10:51 · 3438 阅读 · 0 评论 -
全网详解如何设计数据库的ER图,即实体关系图
全网详解如何设计数据库的ER图,即实体关系图原创 2023-02-06 17:56:24 · 3880 阅读 · 2 评论