上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 118 下一页
摘要: /// <summary> /// Summary description for Observer. /// Observer Pattern 观察者 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public interface Ob 阅读全文
posted @ 2022-09-30 21:24 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0)
摘要: /// <summary> /// Summary description for Rectangle. /// Mediator Pattern中介者模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public class Rect 阅读全文
posted @ 2022-09-30 14:34 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 访问者模式 Visitor Pattern * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改:dat 阅读全文
posted @ 2022-09-30 08:32 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 状态模式 State Pattern * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改:date * 阅读全文
posted @ 2022-09-30 08:24 ®Geovin Du Dream Park™ 阅读(40) 评论(0) 推荐(0)
摘要: /// <summary> /// A simple file handlng class /// Iterator Patterns 迭代器模式 /// 20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public class csFile { 阅读全文
posted @ 2022-09-29 22:42 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /// <summary> /// defines Command interface /// Command Patterns命令模式 /// 20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public interface Command { 阅读全文
posted @ 2022-09-28 23:48 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 备忘录模式 Memento Pattern/Snapshot Pattern/Token Pattern * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-1 阅读全文
posted @ 2022-09-28 21:56 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: /// <summary> /// Chain of Responsibility Patterns 责任链模式 /// 20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public abstract class Chain { /// <sum 阅读全文
posted @ 2022-09-27 22:57 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * 命令模式 Command Patterns * 历史版本: JDK 14.02 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改:dat 阅读全文
posted @ 2022-09-27 22:25 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0)
摘要: /// <summary> /// Proxy Patterns 代理模式 ///20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public interface DuImager { Image getImage(); } /// <summa 阅读全文
posted @ 2022-09-27 00:14 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 118 下一页