2021年6月28日

享元模式

摘要: 享元模式结构: 1 using Newtonsoft.Json; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threadin 阅读全文

posted @ 2021-06-28 11:32 HowieGo 阅读(62) 评论(0) 推荐(0)

2021年6月25日

外观模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 17:24 HowieGo 阅读(33) 评论(0) 推荐(0)

组合模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 16:29 HowieGo 阅读(39) 评论(0) 推荐(0)

装饰器模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 13:43 HowieGo 阅读(42) 评论(0) 推荐(0)

适配器模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 11:50 HowieGo 阅读(37) 评论(0) 推荐(0)

桥接模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Data.SqlClient; 4 using System.Linq; 5 using System.Text; 6 using System.Threading. 阅读全文

posted @ 2021-06-25 11:48 HowieGo 阅读(46) 评论(0) 推荐(0)

原型模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 11:47 HowieGo 阅读(27) 评论(0) 推荐(0)

建造者模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 11:45 HowieGo 阅读(31) 评论(0) 推荐(0)

抽象工厂模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 11:42 HowieGo 阅读(36) 评论(0) 推荐(0)

工厂方法模式

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt 阅读全文

posted @ 2021-06-25 11:37 HowieGo 阅读(40) 评论(0) 推荐(0)

导航