摘要: 步骤一:打开清华镜像站[https://mirrors.tuna.tsinghua.edu.cn/] 步骤二:找到CentOS及对应版本 步骤三:选择isos连接 步骤四:选择对应ios下载 Minimal :精简版,自带的软件少 NetInstall:网络安装镜像 DVD:标准安装版 Everyt 阅读全文
posted @ 2021-03-27 22:28 Ishton 阅读(25345) 评论(0) 推荐(1)
摘要: 本文总结参考[https://mp.weixin.qq.com/s/dDAAH-Vkxi8xoj6uT0XRtg],如有问题,请联系删除! 单例,顾名思义,整个系统其实就只有一个实例存在,不能再多,否则就不叫单例。 一个God类 public class God { } 得保证任何人都不能去创建神的 阅读全文
posted @ 2021-03-27 13:56 Ishton 阅读(105) 评论(0) 推荐(0)