上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 107 下一页
摘要: /// <summary> /// Abstract class Subject /// 代理模式 Proxy Pattern /// Structural Design Patterns /// geovindu, Geovin Du edit /// </summary> public abst 阅读全文
posted @ 2022-10-04 21:24 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Abstract Factory抽像工厂 /// geovindu,Geovin Du eidt /// </summary> public interface IShape { void Draw(); } /// <summary> /// /// </sum 阅读全文
posted @ 2022-10-04 17:19 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// geovindu, Geovin Du,涂聚文 Edit /// </summary> public class DuModel { private string name; private int price, quantity; /// <summary> / 阅读全文
posted @ 2022-10-04 13:41 ®Geovin Du Dream Park™ 阅读(161) 评论(0) 推荐(0) 编辑
摘要: #region Animal Hierarchy /* * Both the Dog and Tiger classes will * implement the IAnimal interface method. */ /// <summary> /// 工厂方法模式 Factory Method 阅读全文
posted @ 2022-10-04 12:16 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Car is a ConcreteBuilder /// 生成器 Builder Pattern /// geovindu eidit /// </summary> class Car : IBuilder { /// <summary> /// /// </su 阅读全文
posted @ 2022-10-03 22:45 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Prototype Pattern原型设计模式 /// </summary> public abstract class BasicCar { /// <summary> /// /// </summary> public int basePrice = 0, o 阅读全文
posted @ 2022-10-03 16:25 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Summary description for Employee. /// Visitor Pattern 访问者模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public class Emplo 阅读全文
posted @ 2022-10-02 19:25 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Summary description for Triangle. /// Template Method Pattern 模板方法模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public ab 阅读全文
posted @ 2022-10-02 16:11 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: javascript: <script type="text/javascript"> console.log(navigator.userAgent) console.log(navigator.appVersion) console.log(navigator.platform) //Win10 阅读全文
posted @ 2022-10-02 15:10 ®Geovin Du Dream Park™ 阅读(97) 评论(0) 推荐(0) 编辑
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 中介者模式/调停者模式 Mediator Pattern * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 阅读全文
posted @ 2022-10-01 21:25 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 107 下一页