2022年5月7日
摘要: 5/7知识清单 单例模式 饿汉单例设计模式 public class SingleInstance { private static SingleInstance instance = new SingleInstance(); private SingleInstance() {} public 阅读全文
posted @ 2022-05-07 18:22 .爱学习的小青年 阅读(35) 评论(0) 推荐(0)