摘要:
Mysql安装 安装:忘记咋安装了,反正安装的版本是8.0.25 出现了以下问题 mark一下: 启动失败,先去确认启动失败,查看端口起来没: lsof -i 3306 如果没有,则查看mysql的状态: service mysqld status 当发现启动失败,即出现failed to star 阅读全文
摘要:
加分布式锁 public class RedisTool { private static final String LOCK_SUCCESS = "OK"; private static final String SET_IF_NOT_EXIST = "NX"; private static fi 阅读全文