2021年6月28日

模板方法模式

摘要: 模板方法模式结构: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 阅读全文

posted @ 2021-06-28 16:47 HowieGo 阅读(41) 评论(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 De 阅读全文

posted @ 2021-06-28 15:59 HowieGo 阅读(48) 评论(0) 推荐(0)

享元模式

摘要: 享元模式结构: 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)

导航