排错bug
Smile sea breeze
人生不是百米冲刺,是马拉松赛跑,不是跑的快,而是跑的远
展开
-
后端代码和数据库中没有定义属性是否必填,而导出的数据中某些属性值是空白的,可能有以下几种原因
后端代码和数据库中没有定义属性是否必填,而导出的数据中某些属性值是空白的,可能有以下几种原因原创 2024-10-26 03:12:28 · 247 阅读 · 0 评论 -
本地启动的keyclock 端口如何设置8081端口
本地启动的keyclock 端口如何设置8081端口原创 2024-10-17 01:37:48 · 233 阅读 · 0 评论 -
java.lang.NullPointerException: Cannot invoke “com.example.springdata.repository.UserRepository.save
java.lang.NullPointerException: Cannot invoke "com.example.springdata.repository.UserRepository.save原创 2024-10-15 02:42:16 · 136 阅读 · 0 评论 -
设置了 Keycloak 用户、分配了权限,并配置了 Spring Boot 应用,但仍然遇到 “Bad credentials“ 问题
设置了 Keycloak 用户、分配了权限,并配置了 Spring Boot 应用,但仍然遇到 "Bad credentials" 问题原创 2024-10-10 02:49:53 · 617 阅读 · 0 评论 -
Keycloak 的role和Users的区别是什么
Keycloak 的role和Users的区别是什么原创 2024-10-10 02:22:51 · 250 阅读 · 0 评论 -
Keycloak 10.0 版本没 “Credentials” 选项卡,哪里可以查看 Client Secret
Keycloak 10.0 版本没 “Credentials” 选项卡,哪里可以查看 Client Secret原创 2024-10-10 02:19:07 · 306 阅读 · 0 评论 -
The command StartSonar.bat was not found, but does exist in the current location. Windows PowerShell
The command StartSonar.bat was not found, but does exist in the current location. Windows PowerShell原创 2024-10-04 22:16:06 · 295 阅读 · 0 评论 -
Node.js version v16.15.0 detected. The Angular CLI requires a minimum Node.js version of v18.19.
Node.js version v16.15.0 detected.The Angular CLI requires a minimum Node.js version of v18.19.原创 2024-10-04 10:12:22 · 349 阅读 · 0 评论 -
npm error C:\Enviroment\node-v20.17.0\_logs\2024-10-04T01_46_46_358Z-eresolve-report.txt
npm error C:\Enviroment\node-v20.17.0\_logs\2024-10-04T01_46_46_358Z-eresolve-report.txt原创 2024-10-04 09:50:24 · 226 阅读 · 0 评论 -
Error: Could not find the ‘@angular-devkit/build-angular:dev-server‘ builder‘s node package.
Error: Could not find the '@angular-devkit/build-angular:dev-server' builder's node package.原创 2024-10-04 09:46:23 · 375 阅读 · 0 评论 -
× Migration failed: Incompatible peer dependencies found. Peer dependency warnings when installing d
× Migration failed: Incompatible peer dependencies found. Peer dependency warnings when installing d原创 2024-10-04 09:21:49 · 327 阅读 · 0 评论 -
输入ng update @angular/core @angular/cli 出现这个问题ng update @angular/core @angular/cli Error: Repository
输入ng update @angular/core @angular/cli 出现这个问题ng update @angular/core @angular/cli Error: Repository原创 2024-10-04 08:51:55 · 380 阅读 · 0 评论 -
× Migration failed: Incompatible peer dependencies found. Peer dependency warnings when installing d
× Migration failed: Incompatible peer dependencies found.Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.You can use the '--force' option to ignore incompatible peer dependencies and i原创 2024-10-04 08:46:57 · 331 阅读 · 0 评论 -
Updating multiple major versions of ‘@angular/core‘ at once is not supported. Please migrate each ma
这个错误提示表明你尝试直接从 Angular 14 升级到最新版本(Angular 18),但 Angular 不支持一次跨越多个主要版本的升级。需要逐个主要版本进行升级。你当前的 Angular 版本是 14.3.0,因此你首先需要将其升级到 Angular 15,然后再逐步升级到更高版本,直到最终与 Node.js 18.x 兼容的版本(即 Angular 16 及以上版本)。解决步骤:首先升级到 Angular 15:运行以下命令,将 Angular 从 14 升级到 15:bash原创 2024-10-04 08:42:10 · 419 阅读 · 0 评论 -
Angular: 14.3.0 升级到符合Node: 18.20.4支持的版本,如何做
Angular: 14.3.0 升级到符合Node: 18.20.4支持的版本,如何做原创 2024-10-04 08:35:52 · 431 阅读 · 0 评论 -
npm list -g @angular/cli发现在之前删掉旧版的自动生成 的node文件夹下 如何指定在新版本的node 文件夹下安装 npm install -g @angular/cli
npm list -g @angular/cli发现在之前删掉旧版的自动生成 的node文件夹下 如何指定在新版本的node 文件夹下安装 npm install -g @angular/cli原创 2024-10-03 22:56:56 · 1078 阅读 · 0 评论 -
CategoryInfo: ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifie
CategoryInfo: ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifie原创 2024-10-03 22:17:02 · 517 阅读 · 0 评论 -
问题解决ng : File C:\Enviroment\node-v20.17.0\ng.ps1 cannot be loaded because running scripts is disable
问题解决ng : File C:\Enviroment\node-v20.17.0\ng.ps1 cannot be loaded because running scripts is disable原创 2024-10-03 04:52:06 · 468 阅读 · 0 评论 -
npm install -g @angular/cli npm error code EPERM npm error syscall mkdir npm error path C:\Enviromen
npm install -g @angular/cli npm error code EPERM npm error syscall mkdir npm error path C:\Enviromen原创 2024-10-03 04:38:39 · 480 阅读 · 0 评论 -
Liquibase could not start correctly, your database is NOT ready: java.sql.SQLException: Access deni
Liquibase could not start correctly, your database is NOT ready: java.sql.SQLException: Access deni原创 2024-10-03 02:19:57 · 1156 阅读 · 0 评论 -
java: error: release version 5 not supported Module itheima_spring_mvc SDK 19 does not support sour
java: error: release version 5 not supported Module itheima_spring_mvc SDK 19 does not support sour原创 2024-09-25 23:52:19 · 344 阅读 · 0 评论 -
Description: Web server failed to start. Port 80 was already in use. Action: Identify 解决方法
Description: Web server failed to start. Port 80 was already in use. Action: Identify 解决方法原创 2024-05-30 21:30:03 · 627 阅读 · 0 评论 -
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13问题解决
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13问题解决原创 2024-05-30 19:11:38 · 976 阅读 · 1 评论 -
java: diamond operator is not supported in -source 1.6 (use -source 7 or higher to enable diamond
java: diamond operator is not supported in -source 1.6 (use -source 7 or higher to enable diamond原创 2024-05-30 18:52:59 · 658 阅读 · 0 评论 -
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could原创 2023-12-11 00:51:20 · 354 阅读 · 0 评论 -
Springboot的poml 文件:Unresolved dependency: ‘com.mysql:mysql-connector-j:jar:unknown‘
Springboot的poml 文件:Unresolved dependency: 'com.mysql:mysql-connector-j:jar:unknown'原创 2023-12-11 00:36:00 · 994 阅读 · 0 评论 -
Swagger2:Unable to infer base url. This is common when using dynamic servlet registration
Swagger2:Unable to infer base url. This is common when using dynamic servlet registration原创 2023-10-27 02:30:23 · 1335 阅读 · 0 评论 -
SpringBoot自定义Start导入出现omitted for duplicate 问题解决
SpringBoot自定义Start导入出现omitted for duplicate 问题解决原创 2023-10-10 03:14:24 · 1386 阅读 · 0 评论 -
class file has wrong version 61.0, should be 52.0问题解决方法
class file has wrong version 61.0, should be 52.0问题解决方法原创 2023-10-10 01:58:15 · 629 阅读 · 0 评论 -
error Couldn‘t find a package.json file in “/Users/hxm“ info Visit https://yarnpkg.com/en/docs/cli/r
error Couldn't find a package.json file in "/Users/hxm" info Visit https://yarnpkg.com/en/docs/cli/r原创 2023-06-26 02:42:41 · 288 阅读 · 0 评论 -
error An unexpected error occurred: “EPERM: operation not permitted
error An unexpected error occurred: "EPERM: operation not permitted原创 2023-06-26 02:27:10 · 2843 阅读 · 1 评论 -
error Incorrect integrity when fetching from the cache for “antd“.
error Incorrect integrity when fetching from the cache for "antd".原创 2023-06-26 02:20:22 · 142 阅读 · 0 评论 -
安装yum install:Loaded plugins: fastestmirror 问题解决
安装yum install:Loaded plugins: fastestmirror 问题解决原创 2023-04-24 01:18:09 · 6873 阅读 · 1 评论 -
Jenkin:Failed to start Jenkins Continuous Integration Server问题解决
Jenkin:Failed to start Jenkins Continuous Integration Server问题解决原创 2023-04-23 19:18:20 · 6329 阅读 · 0 评论 -
Caused by: org.elasticsearch.action.search.SearchPhaseExecutionException: Search rejected due to mis
Caused by: org.elasticsearch.action.search.SearchPhaseExecutionException: Search rejected due to mis原创 2023-04-03 03:39:13 · 1493 阅读 · 0 评论 -
jdbc连接本地mysql数据库Caused by: java.net.UnknownHostException: mysql
jdbc连接本地mysql数据库Caused by: java.net.UnknownHostException: mysql原创 2023-03-31 04:23:44 · 1620 阅读 · 0 评论 -
Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException
Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException原创 2023-03-31 04:08:44 · 3404 阅读 · 1 评论 -
Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj.jdb
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdb原创 2023-03-30 08:38:10 · 94 阅读 · 0 评论 -
Kibana 无法连接elasticsearch: No living connections,Unable to revive connection
Kibana 无法连接elasticsearch: No living connections,Unable to revive connection原创 2023-03-30 04:52:44 · 592 阅读 · 0 评论 -
docker 启动问题:iptables failed:No chain/target/match by that name.
docker 启动问题:iptables failed:No chain/target/match by that name.原创 2023-03-29 23:14:09 · 395 阅读 · 0 评论
分享