上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 118 下一页
摘要: #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™ 阅读(29) 评论(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™ 阅读(25) 评论(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™ 阅读(23) 评论(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™ 阅读(27) 评论(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™ 阅读(26) 评论(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™ 阅读(125) 评论(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™ 阅读(42) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 解释器模式 Interpreter Pattern * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改 阅读全文
posted @ 2022-10-01 18:14 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: /// <summary> /// A simple file handlng class /// Strategy Pattern 策略模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public class csFile { pr 阅读全文
posted @ 2022-10-01 14:45 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: /// <summary> ///empty base class containing State methods to override /// State Patterns状态模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> pu 阅读全文
posted @ 2022-09-30 22:24 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 118 下一页