Loading

随笔分类 -  docker

摘要:为了构建一个集群,我们首先要让 redis 启用集群模式 一个简单的配置文件如下redis.conf # redis.conf file port 6379 cluster-enabled yes cluster-config-file nodes.conf cluster-node-timeout 阅读全文
posted @ 2022-04-27 20:58 AD_milk 阅读(3782) 评论(0) 推荐(1)
摘要:运行简单的Java程序 先在当前目录创建App.java文件 public class App{ public static void main(String[] args){ String os = System.getProperty("os.name"); String osArch = Sy 阅读全文
posted @ 2021-11-24 18:06 AD_milk 阅读(10405) 评论(0) 推荐(6)