随笔分类 -  Design Pattern

设计模式 C#
摘要:单例 [Singleton] 阅读全文
posted @ 2022-04-21 23:40 wesson2019 阅读(34) 评论(0) 推荐(0)
摘要:抽象工厂 [Abstract Factory] 阅读全文
posted @ 2022-04-21 23:38 wesson2019 阅读(43) 评论(0) 推荐(0)
摘要:工厂方法 [Factory Method] 阅读全文
posted @ 2022-04-21 23:38 wesson2019 阅读(33) 评论(0) 推荐(0)
摘要:Design Pattern,设计模式,模式 阅读全文
posted @ 2022-03-09 01:19 wesson2019 阅读(40) 评论(0) 推荐(0)
摘要:StarUML 阅读全文
posted @ 2021-09-27 11:20 wesson2019 阅读(244) 评论(0) 推荐(0)
摘要:一般用法 public sealed class Singleton { private static readonly Singleton _instance = new Singleton(); static Singleton() { } private Singleton() { } pub 阅读全文
posted @ 2021-01-20 20:14 wesson2019 阅读(62) 评论(0) 推荐(0)
摘要:SOLID C 阅读全文
posted @ 2020-09-27 11:48 wesson2019 阅读(120) 评论(0) 推荐(0)
摘要:工厂模式、 简单工厂、 工厂方法、 抽象工厂 阅读全文
posted @ 2020-09-07 11:06 wesson2019 阅读(126) 评论(0) 推荐(0)