C# 单例模式
摘要:
一、多线程不安全方式实现 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 public sealed class SingleInstance { private static SingleInstance instance; private SingleInstanc 阅读全文
posted @ 2018-11-16 13:39 asdyzh 阅读(204) 评论(0) 推荐(0) 编辑
posted @ 2018-11-16 13:39 asdyzh 阅读(204) 评论(0) 推荐(0) 编辑
posted @ 2018-11-16 13:26 asdyzh 阅读(218) 评论(0) 推荐(0) 编辑