eit

思忖小下1 个月前
框架·eit
梳理你的思路(从OOP到架构设计)_认识框架(Framework) 02目录1、框架是EIT造形的组合2、再来看看Composite设计模式的范例编辑
思忖小下1 个月前
观察者模式·设计模式·eit
梳理你的思路(从OOP到架构设计)_设计模式Observer模式目录1、Observer 模式2、范例: Android + Observer模式
思忖小下1 个月前
设计模式·架构·eit
梳理你的思路(从OOP到架构设计)_介绍GoF设计模式目录GoF的由来GoF的种类接下来将介绍下面几种模式GoF的Template Method模式 GoF的Factory Method模式 GoF的Observer模式 GoF的Composite模式
思忖小下1 个月前
设计模式·组合模式·eit
梳理你的思路(从OOP到架构设计)_设计模式Composite模式Composite 模式
思忖小下1 个月前
设计模式·模板方法模式·eit
梳理你的思路(从OOP到架构设计)_设计模式Template Method模式目录1、Template Method模式2、范例: Android + TM模式3、基于TM模式的扩充:以游戏的绘图循环(Game Loop)为例
思忖小下1 个月前
设计模式·架构·eit
梳理你的思路(从OOP到架构设计)_简介设计模式目录1、 模式(Pattern) 是较大的结构编辑2、 结构形式愈大 通用性愈小编辑3、 从EIT造形 组合出设计模式
思忖小下1 个月前
设计模式·工厂方法模式·eit
梳理你的思路(从OOP到架构设计)_设计模式Factory Method模式目录1、Factory Method模式2、范例: Android + FM(工厂)模式3、Android里处处可见的FM模式的应用