
设计模式
文章平均质量分 61
根据《Design Patterns》Elements of Reusable Object-Oriented Software一书,对三大类23种设计模式进行深度的实战讲解;专栏中所有示例均以JAVA语言来实现。
qxsorz
精通MT4/MT5多账户同步跟仓的资深解决方案专家,擅长稳定低延迟的EA编程与风控系统搭建。
展开
-
个人对设计模式的一些体会
我们先来解答这个问题。Design Pattern这个概念是什么时候开始提出的!“GoF(“四人帮”,又称Gang of Four,即Erich Gamma、Richard Helm、Ralph Johnson和John Vlissides四人)的《设计模式》,原名《Design Patterns: Elements of Reusable Object-Oriented Software》(1995年出版,出版社:Addison Wesly Longman.Inc),第一次将设计模式提...原创 2013-01-26 22:20:25 · 1256 阅读 · 0 评论 -
【创建模式-原型(蓝本)模式(Prototype Pattern)】
唐.李商隐君问归期未有期,巴山夜雨涨秋池。何当共剪西窗烛,却话巴山夜雨时。原创 2025-02-19 12:58:58 · 929 阅读 · 0 评论 -
结构模式-适配器模式
适配器模式。原创 2022-11-17 14:01:45 · 134 阅读 · 0 评论 -
创建模式-抽象工厂模式(Abstract Factory Pattern)
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.原创 2014-07-11 10:49:22 · 865 阅读 · 0 评论 -
创建模式-工厂方法模式(Factory Method Pattern)
Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.原创 2022-01-27 16:40:36 · 217 阅读 · 0 评论