摘要: # 一、docker服务设置自动启动 ### 查看已启动的服务 systemctl list-units --type=service ### 查看是否设置开机启动 systemctl list-unit-files | grep enable ### 设置开机启动 systemctl enable 阅读全文
posted @ 2023-04-14 15:18 chenzechao 阅读(538) 评论(0) 推荐(0)
摘要: # openjdk所有版本下载地址 https://jdk.java.net/archive/ 阅读全文
posted @ 2023-04-14 15:16 chenzechao 阅读(14316) 评论(0) 推荐(2)