using lazy initialization to instantiate the object the first time it is requested (lazy initialization pattern)
come from :http://en.wikipedia.org/wiki/Lazy_initialization_pattern
come from :http://en.wikipedia.org/wiki/Lazy_initialization_pattern
本文介绍了懒加载模式,这是一种软件设计模式,在对象首次被请求时才进行实例化,从而提高程序性能。该模式常用于减少内存占用及加快启动速度。
545

被折叠的 条评论
为什么被折叠?



