摘要: Stream的终止操作 终端操作会从流的流水线生成结果。其结果可以是任何不是流的值,例如: List、Integer、甚至是 void。 流进行了终止操作后,不能再次使用。 方法 描述 allMatch(Predicate p) 检查是否匹配所有元素 anyMatch(Predicate p) 检查 阅读全文
posted @ 2022-01-05 22:52 klvchen 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 在所有dashboard节点上安装插件包。 启动 ceph-mgr 的IP为 192.168.123.199 yum install -y ceph-mgr-dashboard -y # 开启插件 ceph mgr module enable dashboard # 禁用SSL。 ceph conf 阅读全文
posted @ 2022-01-05 16:45 klvchen 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 安装 telent-server 防止 openssh 无法登陆,注意开放 23 端口 yum install telnet-server -y systemctl start telnet.socket # 默认情况下 telnet-server 无法使用 root 登陆 useradd test 阅读全文
posted @ 2022-01-05 11:02 klvchen 阅读(100) 评论(0) 推荐(0) 编辑