上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页
摘要: nginx启动报错:Nginx报 host not found in upstream "localhost"错误 解决参考: https://copyfuture.com/blogs-details/20210109103222511b 阅读全文
posted @ 2022-09-08 09:49 northli 阅读(170) 评论(0) 推荐(0) 编辑
摘要: // map遍历 Map<Integer, Integer> map = new HashMap<Integer, Integer>(); map.put(1, 2); // 1. entrySet遍历,在键和值都需要时使用(最常用) for (Map.Entry<Integer, Integer> 阅读全文
posted @ 2022-09-07 20:00 northli 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 管理员运行cmd,执行sc delete MySQL 阅读全文
posted @ 2022-09-05 09:57 northli 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 导入.sql文件报错,Unknown collation: ‘utf8mb4_0900_ai_ci‘,解决方案: https://blog.csdn.net/qq_36205206/article/details/125759668 阅读全文
posted @ 2022-09-03 17:30 northli 阅读(18) 评论(0) 推荐(0) 编辑
摘要: springboot启动报错Description:Field stationInformationService in com.htkj.aicheck.service.TrainCheckService required a bean of type 'com.htkj.ai.server.se 阅读全文
posted @ 2022-09-02 16:27 northli 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 打开防火墙端口https://blog.csdn.net/qq_29864051/article/details/124134716 阅读全文
posted @ 2022-08-31 18:22 northli 阅读(8) 评论(0) 推荐(0) 编辑
摘要: idea mvn项目编译报错mvn的路径不能有中文, https://www.cnblogs.com/xiaofengshan/p/14944181.html 阅读全文
posted @ 2022-08-31 17:57 northli 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 找不到或无法加载主类com.xxx.xxx.Applicationhttps://blog.csdn.net/qq_53314126/article/details/118939259 dependencies.dependency.systemPath' for com.sun:tools:jar 阅读全文
posted @ 2022-08-31 17:32 northli 阅读(74) 评论(0) 推荐(0) 编辑
摘要: nginx安装 https://blog.csdn.net/cjw12581/article/details/107404047 阅读全文
posted @ 2022-08-31 16:50 northli 阅读(8) 评论(0) 推荐(0) 编辑
摘要: rabbitmq安装 https://blog.csdn.net/tirster/article/details/121938987 阅读全文
posted @ 2022-08-31 16:14 northli 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页