• 可测试模式控制反转分离表现

    Testability patterns: Inversion of Control, Separated Presentation

    youdao

  • 发现控制反转这个术语包含面广

    I find the term Inversion of Control too all-encompassing.

    youdao

  • Swiz的核心是个简单控制反转框架

    At his core, Swiz is a simple inversion of control framework.

    youdao

  • IOC(控制反转)减少耦合度主要策略

    IOC (inversion of control) is a key strategy for reducing coupling.

    youdao

  • 绝对一个控制反转策略模式

    This is definitely a case for Inversion of Control or Strategy Pattern.

    youdao

  • 听说过控制反转依赖注入几乎可以互换使用

    You hear both Inversion of Control and dependency injection used almost interchangeably.

    youdao

  • 理解控制反转简单方式就是实际应用。

    The easiest way to understand inversion of control is to see it in action.

    youdao

  • 使工作流逻辑集中抽象控制反转例子

    The centralization of workflow logic into the abstract superclass is an example of inversion of control.

    youdao

  • 这种情况到了。NET 3.0有所改变,依赖注入控制反转都是一种特定要求

    This has changed with.net 3.0, where dependency injection and inversion of control containers are specifically called for.

    youdao

  • 功能方面Seam框架胜于JSF基本控制反转 (IOC)容器

    The Seam framework far outclasses JSF's basic inversion of control (IOC) container in terms of functionality.

    youdao

  • 控制反转(IoC)依赖项注入(DI)两种引起极大关注模式(参见参考资料)。

    Inversion of Control (IoC) and Dependency Injection (DI) are patterns that draw a lot of attention (see Resources).

    youdao

  • 控制反转模式(称作依赖性介入)基本概念创建对象但是描述创建它们方式

    The basic concept of the Inversion of Control pattern (also known as dependency injection) is that you do not create your objects but describe how they should be created.

    youdao

  • NETMVC框架支持使用依赖项注入(DI)控制反转(IOC)容器模型

    NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models.

    youdao

  • Castle首先以控制反转(IoC)容器开始大概记得好像2003到2004之间

    Castle started as home for the Inversion of Control container I had in my mind for like an year, between 2003 and 2004.

    youdao

  • DS组件需要OSGi接口这样,它可以其他控制反转模式(spring)里模拟测试使用

    Ds components needs no OSGi interfaces, and as such, can be mocked for testing or used in other inversion of control patterns like Spring.

    youdao

  • NK控制反转仅仅一种思想各种依赖注入(无论有无框架)都取决设计软件是否抱有控制反转目的

    NK: inversion of control is a mindset, and dependency injection of any kind (with or without a framework) relies on your software being designed with the goals of inversion of control in mind.

    youdao

  • 通过控制反转技术降低了组件之间耦合,使框架更加易于扩展,实际应用中取得良好的效果。

    A inversion of control technique is used to give the benefit of loose coupling and higher extensibility in application.

    youdao

  • NK:只有项目中的所有开发人员都使用控制反转参与其中,算得上成功正如所说完全心态问题。

    NK: Inversion of control is something that all of the developers on a project have to buy into and participate in to be successfullike I said, it's really a different mindset.

    youdao

  • 内心建立控制反转编写软件思想,使得进行单元测试更加容易因为可以替换真实实现而在测试进行模拟。

    Writing your software with inversion of control in mind also makes unit testing much, much easier, because you can swap out real implementations for mocks in your tests.

    youdao

  • 经验来看,一旦一次重构变得实现版本以及修改绑定一样简单,那么控制反转价值变得更加明显了。

    In my experience, once that "big refactoring" becomes as simple as implementing the new version and altering your bindings, the value of inversion of control starts to become more apparent.

    youdao

  • 这个系列前一中,介绍了Spring框架的7个模块包括Spring AOP控制反转(IOC)容器

    In the previous installment of this series, I introduced the seven modules of the Spring framework, including Spring AOP and the inversion of control (IOC) container.

    youdao

  • 后者著名控制反转(inversionof control,IOC)模式实现用于连接委托对象

    The latter is an implementation of the well-known inversion of control (IOC) pattern and can be used to tie in delegate objects.

    youdao

  • BeanFactory 使用控制反转IOC模式应用程序配置依赖性规范实际的应用程序代码分开。

    The BeanFactory applies the Inversion of Control (IOC) pattern to separate an application's configuration and dependency specification from the actual application code.

    youdao

  • Geronimo基于使用控制反转(Inversionof Control,IoC)技术组件服务解耦的架构

    Geronimo is based on an architecture that USES Inversion of Control (IoC) techniques to decouple components and services.

    youdao

  • 这个由两部分构成系列中,讨论DI概念(叫做控制反转IoC),然后演示ApacheGeronimo中的实现方式

    In this two-part article series, I discuss the concepts of di (also known as Inversion of Control, or IoC), then demonstrate how it's implemented in Apache Geronimo.

    youdao

  • 软件具有控制反转反模式越多,那么使用Ninject代码进行优化困难——应该说任何一种依赖注入技术对于这种情况都难以应对。

    The more of these inversion-of-control anti-patterns the software has, the more difficult it will be to reshape it to work with Ninject -- or any dependency injection technique, for that matter.

    youdao

  • 真正使 Geronimo 的体系结构与众不同在内部使用了大量称为控制反转(Inversionof Control,IOC)的概念

    What really makes the architecture special is its heavy internal use of a concept called Inversion of Control (IOC).

    youdao

  • 工厂抽象工厂类能够用做依赖框架但是已经专门的框架,称为反转控制容器

    Factories and Abstract Factories can be used as dependency frameworks, but there are specialized frameworks for that, known as Inversion of Control Container.

    youdao

  • 一个使用反转控制(IOC)模式进行配置示例,因此自然适合方面

    This is an example of using the Inversion of Control (IOC) pattern for configuration and is a natural fit with aspects.

    youdao

  • 一个使用反转控制(IOC)模式进行配置示例,因此自然适合方面

    This is an example of using the Inversion of Control (IOC) pattern for configuration and is a natural fit with aspects.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定