
架构设计
文章平均质量分 83
su9257_海澜
这个作者很懒,什么都没留下…
展开
-
玩转Unity资源、对象及序列化(上)(下)
本文将从Unity编辑器和运行时两个角度出发,主要探讨以下两方面内容:Unity序列化系统内部细节以及Unity如何维护不同对象之间的强引用。另外还会讨论对象与资源的技术实现差别。 本文内容是理解在Unity中如何高效加载和卸载资源的基础。正确的资源管理对缩短加载时间并减少内存占用来说至关重要。 深入理解资源和对象 在理解Unity如何确保万无一失地管理数据之前,转载 2016-12-16 10:52:29 · 4435 阅读 · 0 评论 -
设计模式之一:单例模式
设计模式之一:单例模式 http://www.taidous.com/thread-47727-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 单例模式(Singleton Pattern): 定义:Ensure a class has only instance , and provide a global point of转载 2017-04-17 13:19:48 · 236 阅读 · 0 评论 -
设计模式之三:抽象工厂模式
设计模式之三:抽象工厂模式 http://www.taidous.com/thread-48169-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 抽象工厂模式(Abstract Factory Pattern): 定义:Provide an interface for creating families of转载 2017-04-17 13:56:45 · 315 阅读 · 0 评论 -
设计模式之二:工厂方法模式
设计模式之二:工厂方法模式 http://www.taidous.com/thread-47813-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 工厂方法模式(Factory Method): 定义:Define an interface for creating an object, but let subclasses转载 2017-04-17 13:31:03 · 266 阅读 · 0 评论 -
设计模式从零到一 之六大原则
转载自:设计模式从零到一 之六大原则 http://www.taidous.com/thread-46535-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 一、单一职责原则(Single Responsibility Principe)简称是SRP。 单一职责原则的好处: 1、类的转载 2017-04-17 11:19:36 · 323 阅读 · 0 评论 -
设计模式之八:中介者模式
设计模式之八:中介者模式 http://www.taidous.com/thread-49600-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 中介者模式(Mediator Pattern): 定义:Define an object that encapsulates how a set of objects int转载 2017-04-18 11:39:38 · 266 阅读 · 0 评论 -
设计模式之七:原型模式
设计模式之七:原型模式 http://www.taidous.com/thread-49589-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 原型模式(Prototype Pattern): 定义:Specify the kinds of objects to create using a prot转载 2017-04-17 18:12:38 · 309 阅读 · 0 评论 -
设计模式之六:代理模式
设计模式之六:代理模式 http://www.taidous.com/thread-49559-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 代理模式(Proxy Pattern)又称委托模式: 定义:Provide a surrogate or placeholder for another object to contr转载 2017-04-17 17:32:52 · 345 阅读 · 0 评论 -
设计模式之五:建造者模式
设计模式之五:建造者模式 http://www.taidous.com/thread-49124-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 建造者模式(Builder Pattern)也叫生成器模式: 定义:Separate the construction of a complex obje转载 2017-04-17 17:08:27 · 331 阅读 · 0 评论 -
设计模式之四:模板方法模式
设计模式之四:模板方法模式 http://www.taidous.com/thread-48604-1-1.html (出处: 【泰斗社区】-专注互联网游戏和应用的开发者平台) 模板方法模式(Template Method Pattern): 定义:Define the skeleton of an algorithm in an转载 2017-04-17 15:51:27 · 253 阅读 · 0 评论