- 博客(425)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注

原创 前端、后端面试集锦
后端面试话术:spring,spring boot、spring cloud、ElasticSeach、rabbitmq、认证授权、Nginx,Redis,activiti、Linux、jvm面试、MySQL、java锁和线程、go和golang;前端面试话术:JavaScript,HTML,CSS、webpack,vue,闭包,原型链,链路提升、typeof类型判断、Event Loop、setTimeout 倒计时误差、高频考点等等;如何做好一份完美的自我介绍
2023-09-01 20:55:13
1718
4

原创 jvm优化技巧,Java堆,old区,Eden区,s0和s1区,老年代,新生代
这里写目录标题jvm 说明性能调优案例jvm 说明jvm既 Java Virtual Machine,既然是虚拟机,其必有存储空间,且不同的存储空间,存储特定的数据,如图所示:虚拟机栈:存储基本数据类型、引用对象的变量、局部变量表等,这是线程私有的,每个线上线程的大小默认为1Mb。程序计数器:存储字节指令的地地址,如果是本地方法栈,则存储undefined。本地方法栈:由于java时表层语言,无法直接访问硬件,需要调用第三方语言,比如C、C++来操作硬件,比如创建内核线程,操作文件等。方法区
2020-09-13 21:32:51
9319
1
原创 前端面试的话术集锦第 25 篇博文——CSS面试题上
介绍标准CSS盒子模型与低版本IE的盒子模型不同。box-sizing属性。CSS选择器的属性和能够继承的属性。css优先级算法。CSS3新增伪类。居中div、居中浮动元素、绝对定位的div居中。display的值及作用。position的值。CSS3新特性。解释CSS3的flexbox(弹性盒布局模型)以及适用场景。纯CSS创建一个三角形的原理。满屏品字布局设计。常见的兼容性问题。为什么初始化CSS样式。containing block计算方式跟正常流有什么不同。
2025-04-19 16:12:40
70
1
原创 完美解决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
198
原创 全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了
全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了
2025-02-14 19:01:47
139
原创 解决ERROR: This version of pnpm requires at least Node.js xxx 的问题
解决ERROR: This version of pnpm requires at least Node.js xxx 的问题
2025-01-08 23:33:33
511
原创 Windows下安装最新版的OpenSSL,并解决OpenSSL不是当前版本的问题,或者安装不正确的问题
Windows下安装最新版的OpenSSL,并解决OpenSSL不是当前版本的问题,或者安装不正确的问题
2025-01-08 23:29:03
481
原创 如何彻底删除gitbash中所有的命令记录、以及彻底删除Windows powerShell或者cmd中的所有命令记录
如何彻底删除gitbash中所有的命令记录、Windows powerShell或者cmd中的所有命令记录
2024-11-01 16:24:47
402
原创 全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
2024-08-17 18:38:04
806
原创 完美解决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
1585
原创 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
729
2
原创 完美解决多种情况下的 java.lang.NullPointerException 的异常
完美解决多种情况下的 java.lang.NullPointerException 的异常
2024-04-17 11:43:27
724
2
原创 多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
2024-04-17 11:18:43
1394
1
原创 多种方法解决Error: could not open `C:Program FilesJavajre1.8.0_311libamd64jvm.cfg‘
多种方法解决Error: could not open `C:\Program Files\Java\jre1.8.0_311\lib\amd64\jvm.cfg'和Error launching IDEA的错误
2024-03-09 10:32:31
2031
1
原创 Error:java: java.lang.OutOfMemoryError: WrappedJavaFileObject[xxx]@pos3465: GC overhead limit exceed
解决Error:java: java.lang.OutOfMemoryError: WrappedJavaFileObject[org.jetbrains.jps.javac.InputFileObject[xxx.java]]@pos3465: GC overhead limit exceeded的错误
2024-02-07 14:46:35
1075
1
原创 全网详细IDEA安装Maven,解决The plugin org.codehaus.mojo:flatten-maven-plugin:1.5.0 requires Maven version 3.5
全网超详细的 IDEA 安装Maven,Failed to execute goal org.codehaus.mojo:flatten-maven-plugin:1.5.0:clean (flatten.clean) on project yudao-dependencies: The plugin org.codehaus.mojo:flatten-maven-plugin:1.5.0 requires Maven version 3.5.4 -> [Help 1]
2023-12-06 11:45:37
4117
1
原创 全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
2023-11-10 11:26:07
2002
原创 解决【spring boot】Process finished with exit code 0的问题
解决【spring boot】Process finished with exit code 0的问题
2023-11-01 09:26:31
9114
4
原创 解决org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error的警告
org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecognized token 'name': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false'); nested exception is com.fasterxml.jackson.core.JsonParse
2023-11-01 09:20:39
1539
原创 多种方法解决Uncaught TypeError: Cannot use ‘in‘ operator to search for ‘[object Array]‘ in xxx的错误
多种方法解决Uncaught TypeError: Cannot use 'in' operator to search for '[object Array]' in xxx的错误
2023-10-31 14:41:01
6288
原创 多种方法解决[Vue warn]: Cannot set reactive property on undefined, null, or primitive value: xxx 的警告
多种方法解决[Vue warn]: Cannot set reactive property on undefined, null, or primitive value: xxx 的警告
2023-10-31 13:28:47
1695
原创 详细解决Vue的警告:Property or method “xxx“ is not defined on the instance but referenced during render
全网详细解决Vue的警告:Property or method "name" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property
2023-10-30 20:26:10
8811
原创 全网超详细解决Uncaught ReferenceError: Vue is not defined的问题,以及dom文档的加载顺序和js ,css,html执行顺序
全网超详细解决Uncaught ReferenceError: Vue is not defined的问题,以及dom文档的加载顺序和js ,css,html执行顺序。$(function(){})和$(document).ready(function(){}的区别。
2023-10-30 15:02:45
5417
原创 idea:解决jsp request.getParameter爆红的问题
idea:解决jsp request.getParameter爆红的问题
2023-10-29 15:57:01
2417
原创 由Job threw an unhandled exception和No qualifying bean of type ‘x‘ available引发对spring jdk和cglib动态代理的思考
由Job threw an unhandled exception和No qualifying bean of type 'x' available的问题引发对spring jdk和cglib动态代理的思考
2023-10-25 11:03:55
397
原创 解决org.quartz.SchedulerException: Job threw an unhandled exception.
解决org.quartz.SchedulerException: Job threw an unhandled exception.
2023-10-25 10:52:39
4391
原创 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
4972
1
原创 org.quartz.SchedulerException: Problem instantiating class ‘com.xxx.CollectionTask‘
org.quartz.SchedulerException: Problem instantiating class ‘com.xxx.CollectionTask‘
2023-10-23 17:50:41
428
原创 详细解决The INFORMATION_SCHEMA.xxx feature is disabled; see the documentation for show_compatibility_56
全网多种方法解决The 'INFORMATION_SCHEMA.GLOBAL_VARIABLES' feature is disabled; see the documentation for 'show_compatibility_56'和ERROR 3167 (HY000): The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled; see the documentation for 'show_compatibility_56'的问题
2023-10-22 17:09:08
963
1
原创 一文读懂java lamda表达式的用法,比如:Optional.ofNullable,ifPresent,orElse,forEach,filter,map,collect,distinct
一文读懂java lamda表达式的用法,比如:Optional.ofNullable,ifPresent,orElse,forEach,filter,map,collect,distinct,Collectors.joining(","),Collectors.toMap等,以及解决`java.lang.NullPointerException`空指针异常和java.lang.IllegalStateException: Duplicate key 16的错误
2023-10-19 16:00:30
1655
原创 解决ERROR: No query specified的错误以及\G 和 \g 的区别
解决ERROR: No query specified的错误以及\G 和 \g 的区别
2023-10-13 19:52:57
3325
原创 解决(conn=298) errCode = 2, detailMessage = String Type should not be used in key column[aa].的多无
解决执行失败: Error Failed to execute sql: java.sql.SQLException: (conn=346) errCode = 2, detailMessage = String Type should not be used in key column[aa].的错误
2023-10-13 09:50:16
870
原创 解决Key columns should be a ordered prefix of the schema. KeyColumns[1] (starts from zero) is xxx, but
执行失败: Error Failed to execute sql: java.sql.SQLException: (conn=293) errCode = 2, detailMessage = Key columns should be a ordered prefix of the schema. KeyColumns[1] (starts from zero) is aa, but corresponding column is bb in the previous columns declarati
2023-10-12 15:48:07
4650
原创 解决Doris中的errCode = 2, detailMessage = String Type should not be used in key column[id].
解决执行失败: Error Failed to execute sql: java.sql.SQLException: (conn=14) errCode = 2, detailMessage = String Type should not be used in key column[id].的问题
2023-10-12 10:59:32
8066
原创 解决mysql去掉字段空格:中间空格,左侧空格,右侧空格,两端空格,水平制表符(tab键或者\t)空格,换行键(\n)空格,回车键(Enter键)空格
解决mysql去掉字段空格:中间空格,左侧空格,右侧空格,两端空格,水平制表符(tab键或者\t)空格,换行键(\n)空格,回车键(Enter键)空格
2023-10-08 11:34:54
2430
RSA加密报出非法字符长度的解决方案
2020-09-28
zbone-imgslide-master.zip
2020-09-16
云原生开发是运维吗?
2022-05-08
TA创建的收藏夹 TA关注的收藏夹
TA关注的人