IOC的意思
「IOC」經常作為「Inversion Of Control」的縮寫來使用,中文意思:「控制反轉」。
IOC(控制反轉)詳細解釋
- 英文縮寫詞:IOC
- 英文單詞:Inversion Of Control
- 中文簡要解釋:控制反轉
- 流行度:2121
- 分類:Computing
- 領域:Software
英文縮寫IOC的擴展資料
- A inversion of control technique is used to give the benefit of loose coupling and higher extensibility in application.通過控制反轉(IOC)技術,降低了組件之間的耦合,使框架更加易于擴展,在實際應用中取得了良好的效果。
- You hear both Inversion of Control and dependency injection used almost interchangeably.您聽說過控制反轉(IOC)和依賴注入幾乎可以互換使用。
- At his core, Swiz is a simple inversion of control framework.Swiz的核心是個簡單的控制反轉(IOC)框架。
- Dependency Injection is just one part of Inversion of Control ( now ten years old as a pattern ).依賴注入只是控制反轉(IOC)(作為模式現在已經有10年歷史了)的一部分。
- It uses Inversion of Control ( IoC ) to externalize the creation and management of component dependencies.它使用InversionofControl(IoC)具體化組件依賴關系的創建和管理。