摘要:
#### IOC 实现 ##### IOC 的理念和实现 ###### 理解 IOC 控制反转(Inversion of Control,IoC)是一种设计模式,它将对象的创建和对象之间的依赖关系的管理从应用程序代码中转移到外部容器或框架中。这种模式的目的是减少应用程序代码的耦合度,使代码更加灵活和 阅读全文
摘要:
RESTful Web Service 基本概念 REST 伪全称:Representational State Transfer REST 真实全称:Application States Transfer among the resource's representation 资源表示(名词)之间 阅读全文