03 2022 档案

摘要:问题说明 解决方式 pom 文件中有些依赖没有指定版本号 如果是微服务项目, 要确认所有子模块中的依赖是不是指定了版本号 阅读全文
posted @ 2022-03-31 23:30 kmswilliam 阅读(234) 评论(0) 推荐(0)
摘要:报错内容 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 报错环境 使用 MySQL 自带的客户端连接数据库时报错 原因 在 MySQL 服务 阅读全文
posted @ 2022-03-29 17:17 kmswilliam 阅读(181) 评论(0) 推荐(0)
摘要:CentOS cat /dev/null > /var/log/wtmp cat /dev/null > /var/log/btmp cat /dev/null > /var/log/lastlog cat /dev/null > /var/log/secure history -cw Ubuntu 阅读全文
posted @ 2022-03-27 22:38 kmswilliam 阅读(126) 评论(0) 推荐(0)
摘要:报错内容 ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module o 阅读全文
posted @ 2022-03-15 20:57 kmswilliam 阅读(337) 评论(0) 推荐(0)
摘要:报错内容 Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: baseTopic 排查方向 第一种,Broker模块不支持自动创 阅读全文
posted @ 2022-03-12 19:02 kmswilliam 阅读(2124) 评论(0) 推荐(0)