摘要:
1.安装 https://www.runoob.com/mysql/mysql-install.html 2.授权 在linux登录mysql,输入下面的命令: create user 'root'@'%' identified by '6993258';grant all on *.* to 'r 阅读全文
摘要:
redis推荐的客户端 有Jedis Redisson和lettuce jedis线程不安全,案例如下 public static void main(String[] args) { Jedis jedis = new Jedis("localhost"); int inti = 0; new T 阅读全文