
报错
你的意义luuuu
这个作者很懒,什么都没留下…
展开
-
Error: Failed to download metadata for repo ‘appstream‘: Cannot prepare internal mirrorlist: No URLs
✨那么第二种情况,便是 CentOS 已经停止维护的问题。2020 年 12 月 8 号,CentOS 官方宣布了停止维护 CentOS Linux 的计划,并推出了 CentOS Stream 项目,CentOS Linux 8 作为 RHEL 8 的复刻版本,生命周期缩短,于 2021 年 12 月 31 日停止更新并停止维护(EOL),更多的信息可以查看 CentOS 官方公告。✨上面的报错信息意思是,从仓库 ‘appstream’ 下载元数据失败:由于镜像列表中没有 URL,不能准备内部镜像列表。原创 2024-01-18 11:13:58 · 732 阅读 · 0 评论 -
[ERROR] COLLATION ‘utf8_unicode_ci‘ is not valid for CHARACTER SET ‘latin1‘
错误来源是:跟着b站的谷粒商城项目做,前面的视频中设置了数据库的字符集编码,但是后面自己发现了MySQL容器重启报错,不停的在重启查看log信息可以使用命令:docker logs 容器id错误如下:也就是说,前面我在设置的如下字符集编码内容是有问题删除my.cnf文件MySQL容器又可以正常启动。原创 2023-10-13 16:06:58 · 1339 阅读 · 1 评论 -
Can‘t read dir of ‘/etc/mysql/conf.d/‘ (OS errno 2 - No such file or directory)解决方法
遇到问题不要慌,我们先通过查看没有启动起来的容器的id,然后查看这个容器的报错日志,查找容器的报错日志位置通过cat命令查看报错日志内容完整过程如下。原创 2023-10-08 16:20:23 · 1797 阅读 · 1 评论 -
Mysql 解决1251- Client does not support authentication protocol requested by server的问题
使用Navicat客户端连接本地mysql,报错:1251- Client does not support authentication protocol requested by server;原创 2023-07-16 19:09:33 · 450 阅读 · 0 评论 -
jps在window中无法使用,报不是内部或外部命令
jps在window中无法使用,报不是内部或外部命令原创 2023-04-13 09:42:29 · 736 阅读 · 0 评论 -
java: 无效的目标发行版: 17
java: 无效的目标发行版: 17原创 2023-04-11 10:05:46 · 1815 阅读 · 0 评论 -
Could not find artifact com.alibaba.spring.boot:dubbo-spring-boot-starter:pom:2.7.8 in central (http
Could not find artifact com.alibaba.spring.boot:dubbo-spring-boot-starter:pom:2.7.8 in central (https://repo.maven.apache.org/maven2)原创 2023-04-11 08:40:35 · 1451 阅读 · 0 评论 -
3.18bug
Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed原创 2023-03-18 19:02:04 · 108 阅读 · 0 评论