- 博客(108)
- 资源 (2)
- 收藏
- 关注
原创 MacOS Ventura EasyConnect 安装提示 “正在等待其他安装完成“
设置 -> 通用 -> 登录项与扩展 -> SANGFOR Technologies Company Limited 打开(如果是打开的,则关闭,然后打开)以上处理完成后,重新安装 EasyConnect 即可。
2025-12-15 09:11:57
212
原创 java.lang.NoSuchMethodError io.swagger.annotations.ApiParam.allowEmptyValue()Z
修改 pom 文件信息,将 swagger-annotations 版本确定为 1.5.22。是低版本(如 1.5.20 或更低),它就没有这个方法,运行时就会抛出。1.5.22(或更高版本)中。,导致运行时找不到方法。
2025-07-30 14:26:19
396
原创 Skipping MapperFactoryBean with name ‘apiAuthMapper‘ and ‘xxx.mapper.xxxMapper‘
是自动扫描 Mapper 接口时的警告,意思是:已经存在一个名为xxxMapper的 Bean,当前扫描器又发现同样的 Mapper 接口xxxMapper,所以它。
2025-07-30 14:24:49
376
原创 GC overhead limit exceeded
java.lang.RuntimeException: java.lang.OutOfMemoryError: GC overhead limit exceeded
2025-07-28 14:48:30
272
原创 Mac (m1) Java 加载本地C共享库函数 .dylib 函数 Unable to load library ‘liblicense‘
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'liblicense':
2025-07-14 10:21:05
543
原创 bound statement (not found) mapper.xx.queryxxx
pom.xml 文件, build 配置中没有,将 src/main/java 下的 xml 文件打包到生成的jar 包中。application.yml 文件 需要配置 mapper-locations。Application 启动类需要添加 @MapperScan。
2025-06-10 10:06:39
210
原创 Cannot convert string ‘month‘ to java.sql.Timestamp value
Cannot convert string 'month' to java.sql.Timestamp value; nested exception is java.sql.SQLDataException: Cannot convert string 'month' to java.sql.Timestamp value
2025-05-22 09:23:35
277
原创 Mac 安装 Flutter 提示 A network error occurred while checking
A network error occurred while checking "https://maven.google.com/": Operation timed out
2024-12-31 08:58:55
1540
原创 TypeError: Cannot read property ‘0‘ of undefined
TypeError: Cannot read property '0' of undefined at Function.isWebpack4 (/Users/mi/IdeaProjects/manage/test-ui/src/test-vue/node_modules/terser-webpack-plugin/dist/index.js:106:28)
2024-12-11 09:16:58
862
原创 TypeError Class extends value undefined is not a constructor or null
TypeError: Class extends value undefined is not a constructor or null at Object. (/Users/mi/IdeaProjects/manage/ui/src/test-vue/nod e_modules/mini-css-extract-plugin/dist/CssDependency.js:12:46)
2024-11-27 09:27:02
624
原创 DBeaver 连接 ClickHouse 提示 Unexpected driver error occurred while connecting to the database
Unexpected driver error occurred while connecting to the database
2024-10-23 09:02:34
1631
原创 返回类型void与xxx.User不兼容
Account中的setOrgName(java.lang.String)无法覆盖xxx.User中的setOrgName(java.lang.Strting) 返回类型void与xxx.User不兼容
2024-10-17 08:52:49
359
原创 RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 send-pack: unexpected disconnect
RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 send-pack: unexpected disconnect while reading sideband packet Total 24410 (delta 14028), reused 20571 (delta 11419), pack-reused 0 the remote end hung up unexpectedly
2024-10-11 17:12:45
3653
原创 npm ERR! Object for dependency “loader-utils“ is empty.
npm ERR! Object for dependency "loader-utils" is empty.npm ERR! Something went wrong. Regenerate the package-lock.json with "npm install".npm ERR! If using a shrinkwrap, regenerate with "npm shrinkwrap".
2024-10-11 08:57:24
528
原创 TypeError Cannot read properties of undefined (reading ‘endsWith‘)
运行 npm run 出现了 TypeError: Cannot read properties of undefined (reading 'endsWith')
2024-10-10 09:03:21
1032
原创 node_modules/.pnpm/esbuild@0.23.1/node_modules/esbuild: ELIFECYCLE Command failed with exit code 1.
node_modules/.pnpm/esbuild@0.23.1/node_modules/esbuild: Running postinstall script, failed in 196ms
2024-09-25 09:02:30
2769
原创 Your connection to this site is not secure
chrome 打开某一个网站的网页地址栏提示Your connection to this site is not secure
2024-09-03 23:05:15
1624
原创 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
2024-07-04 22:24:31
403
原创 ORA-00903: invalid table name\nORA-06512: at line 1\n
ORA-00903: invalid table name\nORA-06512: at line 1\n
2024-06-29 10:22:34
848
原创 PLS-00103: Encountered the symbol “end-of-file“ when expecting one of the following:
ORA-06550: 第 1 行, 第 63 列: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: * & = - + ; < / > at in is mod remainder not rem return returning or != or ~= >=
2024-06-29 10:22:03
1696
原创 FATAL ERROR Ineffective mark-compacts near heap limit Allocation failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
2024-05-22 09:20:46
3939
原创 from binary to utf8mb4
Cause: java.sql.SQLException: Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4; uncategorized SQLException; SQL state [HY000]; error code [3854]; Cannot convert string '\xAC\xED\x00\x05sr...' from binary to utf8mb4; nested exception is
2024-05-22 09:03:31
2556
原创 The plain HTTP request was sent to HTTPS port
The plain HTTP request was sent to HTTPS port
2024-03-21 09:04:22
25024
原创 HTTP Error 400. The request hostname is invalid.
htpp请求报错:HTTP Error 400. The request hostname is invalid.
2024-03-21 08:47:17
3571
原创 Could not create connection to database server. Attempted reconnect 3 times. Giving up.
Could not create connection to database server. Attempted reconnect 3 times. Giving up.
2024-03-20 08:40:41
1116
原创 firewalld 防火墙配置根据某个IP地址(只放行指定IP地址的流量)进行端口开放
firewalld 防火墙配置根据某个IP地址(只放行指定IP地址的流量)进行端口开放
2024-03-19 08:42:07
3333
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1