摘要:
spring 中单例:spring针对一个IOC容器维持一个bean实例,这个单一实例会被存储到单例缓存(singleton cache)中,并且所有针对该bean的后续请求和引用都将返回被缓存的对象实例;public class HelloController implements Control... 阅读全文
摘要:
'use strict';//Declare app level module which depends on filters, and servicesdefine(['controllers/index', 'controllers/topic', 'controllers/s... 阅读全文