摘要: Navicat登陆Mysql8.0报caching_sha_password错误 ​​ 官方说明:​https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html 解决方案: 1.使用本地mysql 阅读全文
posted @ 2023-12-01 18:14 安浩阳 阅读(27) 评论(0) 推荐(0)
摘要: Sentinel 微服务保护 ​#Sentinel#​ Sentinel是阿里巴巴开源的一款微服务流量控制组件。官网地址:https://sentinelguard.io/zh-cn/index.html 雪崩问题与解决方式 所谓的雪崩指的是:微服务之间相互调用,调用链中某个微服务出现问题了,导致整 阅读全文
posted @ 2023-12-01 15:01 安浩阳 阅读(205) 评论(0) 推荐(0)