code1Life

导航

 

2020年1月7日

摘要: 一、懒汉式单例模式,解决反射和反序列化漏洞 public static void main(String[] args) throws Exception { SingletonDemo1 sc1 = SingletonDemo1.getInstance(); SingletonDemo1 sc2 阅读全文
posted @ 2020-01-07 08:49 code1Life 阅读(700) 评论(0) 推荐(0)