- 博客(424)
- 资源 (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
1707
4

原创 jvm优化技巧,Java堆,old区,Eden区,s0和s1区,老年代,新生代
这里写目录标题jvm 说明性能调优案例jvm 说明jvm既 Java Virtual Machine,既然是虚拟机,其必有存储空间,且不同的存储空间,存储特定的数据,如图所示:虚拟机栈:存储基本数据类型、引用对象的变量、局部变量表等,这是线程私有的,每个线上线程的大小默认为1Mb。程序计数器:存储字节指令的地地址,如果是本地方法栈,则存储undefined。本地方法栈:由于java时表层语言,无法直接访问硬件,需要调用第三方语言,比如C、C++来操作硬件,比如创建内核线程,操作文件等。方法区
2020-09-13 21:32:51
9301
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
131
原创 全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了
全网超详细介绍数据库版本管理工具Liquibase,liquibase这一篇就够了
2025-02-14 19:01:47
84
原创 解决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
379
原创 Windows下安装最新版的OpenSSL,并解决OpenSSL不是当前版本的问题,或者安装不正确的问题
Windows下安装最新版的OpenSSL,并解决OpenSSL不是当前版本的问题,或者安装不正确的问题
2025-01-08 23:29:03
415
原创 如何彻底删除gitbash中所有的命令记录、以及彻底删除Windows powerShell或者cmd中的所有命令记录
如何彻底删除gitbash中所有的命令记录、Windows powerShell或者cmd中的所有命令记录
2024-11-01 16:24:47
365
原创 全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
全网超详细的在Windows系统下安装RocketMQ,以及配置RocketMQ的客户端
2024-08-17 18:38:04
703
原创 完美解决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
1445
原创 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
原创 多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
多种方法完美解决 java.lang.IllegalStateException: Duplicate key 2
2024-04-17 11:18:43
1332
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
1958
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
1057
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
4027
1
原创 全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
全网最新版的超详细的xxl_job教程(2023年),以及解决“调度失败:执行器地址为空”的问题
2023-11-10 11:26:07
1942
原创 解决【spring boot】Process finished with exit code 0的问题
解决【spring boot】Process finished with exit code 0的问题
2023-11-01 09:26:31
8855
3
原创 解决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
1514
原创 多种方法解决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
6146
原创 多种方法解决[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
1675
原创 详细解决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
8722
原创 全网超详细解决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
5388
原创 idea:解决jsp request.getParameter爆红的问题
idea:解决jsp request.getParameter爆红的问题
2023-10-29 15:57:01
2362
原创 由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
392
原创 解决org.quartz.SchedulerException: Job threw an unhandled exception.
解决org.quartz.SchedulerException: Job threw an unhandled exception.
2023-10-25 10:52:39
4282
原创 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
4924
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
411
原创 详细解决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
943
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
1525
原创 解决ERROR: No query specified的错误以及\G 和 \g 的区别
解决ERROR: No query specified的错误以及\G 和 \g 的区别
2023-10-13 19:52:57
3258
原创 解决(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
841
原创 解决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
4565
原创 解决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
7950
原创 解决mysql去掉字段空格:中间空格,左侧空格,右侧空格,两端空格,水平制表符(tab键或者\t)空格,换行键(\n)空格,回车键(Enter键)空格
解决mysql去掉字段空格:中间空格,左侧空格,右侧空格,两端空格,水平制表符(tab键或者\t)空格,换行键(\n)空格,回车键(Enter键)空格
2023-10-08 11:34:54
2407
原创 前端面试的话术集锦第 23 篇博文——高频考点(常考算法题解析)
位运算速度比四则运算快,包括左移、按位与、按位或、按位异或。两个数不使用四则运算得出和。大部分公司的面试,排序已足以应付,故更好的符合大众需求,排序最多。排序包括冒泡排序、插入排序、选择排序、归并排序、快排、堆排序、系统自带排序。[2,0,2,1,1,0]排序成[0,0,1,1,2,2]和找出数组中第K大的元素。链表只反转单向链表。二叉树的先序,中序,后序遍历、递归实现和非递归实现;中序遍历的前驱后继节点:前驱节点、后继节点;树的深度。动态规划、斐波那契数列、0-1背包问题、最长递增子序列
2023-10-07 09:33:08
608
3
RSA加密报出非法字符长度的解决方案
2020-09-28
zbone-imgslide-master.zip
2020-09-16
云原生开发是运维吗?
2022-05-08
TA创建的收藏夹 TA关注的收藏夹
TA关注的人