摘要: 1.1 下载安装 1、环境准备 ZooKeeper服务器是用Java创建的,它运行在JVM之上。需要安装JDK 7或更高版本。 2、上传 将下载的ZooKeeper放到/opt/ZooKeeper目录下 ​#上传zookeeper alt+pput f:/setup/apache-zookeeper 阅读全文
posted @ 2022-11-03 21:43 yydssc 阅读(127) 评论(0) 推荐(0)
摘要: package com.itheima.util; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; import j 阅读全文
posted @ 2022-11-03 21:42 yydssc 阅读(32) 评论(0) 推荐(0)