摘要: 1、 饿汉模式 线程安全 public class SingleInstance1 { private static SingleInstance1 single=new SingleInstance1(); private SingleInstance1(){ } public static Si 阅读全文
posted @ 2021-11-01 20:46 微笑带你去 阅读(35) 评论(0) 推荐(0)