dependency injection
常见例句
- You hear both Inversion of Control and dependency injection used almost interchangeably.
您听说过控制反转 和依赖注入 几乎可以互换使用。 - Thus, throughout this article and the next, I refer to this style of coding as dependency injection.
所以,贯穿本文和下一篇文章,我都把这种形式的编码称为依赖注入。 - Dependency injection lets you weave together the main layers of your application, which, in turn, lets you produce a loosely coupled application with view, model, and controller layers.
依赖注入让您将应用程序的主要层次编织到一起,从而,这使您产生一个具有视图、模型和控制器层的松散耦合应用程序。 返回 dependency injection