• 抽象不要依赖细节,细节依赖抽象

    Abstractions should not depend on details. Details should depend on abstractions.

    youdao

  • 依赖抽象不要依赖具体

    Depend upon Abstractions. Do not depend upon concretions.

    youdao

  • 高层应该依赖底层模块两者应该抽象(无法被实例话的接口,类啥的);抽象不应该依赖细节;细节应该反而依赖抽象,换句话说也就是面向接口编程。

    High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions.

    youdao

  • 他们都应该依赖抽象

    Both should depend on abstractions.

    youdao

  • 细节应该依赖抽象

    Details should depend on abstractions.

    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

  • 业务功能抽象定义(可以通过一个WSDL中的端口类型描述)并不依赖使用协议

    The abstract definition of a business function, describable via a port type in WSDL, is not dependent on the protocol used.

    youdao

  • 然后程序功能渐渐抽象服务通过依赖注射来管理的,位于合适的服务中。

    Then, gradually, application functionality can be abstracted into services, which are managed via dependency injection and which reside in a proper service layer.

    youdao

  • 依赖倒置原则声明我们应该高层模块低层模块解偶,在高层类低层类之间引入一个抽象

    Dependency Inversion Principle states that we should decouple high level modules from low level modules, introducing an abstraction layer between the high level classes and low level classes.

    youdao

  • 直觉可能引发的错误显而易见尤其如此特别是正确答案依赖逻辑和抽象推理时——这些能力IQ测试测量得很好

    This is particularly true when any intuitive pitfalls are obvious, especially if a correct answer depends on logic or abstract reasoning - abilities that IQ tests measure well.

    youdao

  • 任何依赖自然现象抽象概念以及自然规律的发明都不能授予专利。

    Anything that relies on natural phenomena, abstract ideas or the laws of nature does not qualify.

    youdao

  • 我们应该信任抽象理论推理能力呢,还是应该依赖更加直接的情感反应

    Should we be putting our faith in our capacity for abstract theoretical reasoning, or should we be relying on our more immediate emotional responses?

    youdao

  • 2应用程序中,GUI依赖抽象——一个数据访问对象DAO

    In the application shown in Figure 2, the GUI relies on an abstractiona data access object or DAO.

    youdao

  • GUI对某个实现(不是抽象)的依赖会对系统造成限制

    The GUI's dependence on an implementation rather than an abstraction limits the system.

    youdao

  • 实践am团队宁愿迟些使用抽象通过重构依赖自动化测试允许变更

    Teams practicing am would rather hold off on the abstractions and allow for change by relying on automated tests to enable refactoring.

    youdao

  • 不要抽象消费者依赖于除那个抽象公共契约任何东西。

    Don't let the consumer of an abstraction depend on anything but the public contract of that abstraction.

    youdao

  • 高层模块应该依赖底层模块,两者都应该依赖抽象

    High level modules should not depend upon low level modules. Rather, both should depend upon abstractions.

    youdao

  • 是因为GWT宿主环境底层正则表达式机制依赖也是不完美抽象带来问题一个例子

    This is because of GWT's reliance on the host environment's underlying regexp mechanism and is an example of the trouble that imperfect abstractions can land you in.

    youdao

  • 松散耦合应用程序中的组件依赖各种接口抽象,而紧密耦合的系统之相反,其组件依赖于各种具体

    Its components rely on interfaces and abstract classes as opposed to concrete ones, as they would in a tightly coupled system.

    youdao

  • 返回消息使用依赖建模具体/抽象程度

    The use of return messages depends on the level of detail/abstraction that is being modeled.

    youdao

  • 因为dao无法通过接口抽象隐藏注入细节所以任何更改都可能影响依赖组件

    Because dao is unable to hide implantation details through interfaces or abstract classes, any changes could then impact on its dependent components.

    youdao

  • 使用模型驱动开发(Model Driven Development,MDD)方法进行软件开发时,成功一贯依赖抽象使用。

    When you pursue a Model Driven development (MDD) approach to software development, your success consistently relies on the use of abstractions.

    youdao

  • virtioAPI依赖一个简单缓冲抽象封装来宾操作系统需要命令数据

    The virtio API relies on a simple buffer abstraction to encapsulate the command and data needs of the guest.

    youdao

  • 因为Spring配置依赖先前定义抽象bean因此它变得相当简洁

    Because the Spring configuration relies on the "abstract" beans defined earlier, it becomes reasonably compact.

    youdao

  • 由于Swing建立抽象窗口工具包(awt)之上,组件焦点管理便依赖于awt中的底层焦点管理。

    Because Swing is built on top of the Abstract Window Toolkit (AWT), the management of component focus relies on the underlying focus management in the AWT.

    youdao

  • 可重用的,因为依赖简单基础设(接口一个抽象方面),使可以多种情况重复使用一个ContractManager

    It is reusable because it relies on a simple infrastructure (an interface and an abstract aspect) and lets you reuse a single ContractManager in more than one situation.

    youdao

  • 依赖倒置原则基本思想就是对象应该依赖抽象不是实现

    The basic idea behind dependency inversion is that objects should be dependent upon abstractions and not upon implementations.

    youdao

  • 更进一步倒置依赖关系我们应该基于抽象细节而不是基于细节来我们抽像。

    Further more it inverts the dependency: instead of writing our abstractions based on details, the we should write the details based on abstractions.

    youdao

  • 依赖倒置注重依赖抽象(而非实现),这样可以在同一个代码创建大量灵活性

    Dependency inversion stresses reliance on abstractions over implementations, which creates a great deal of flexibility within a code base.

    youdao

  • ModelMBean提供了一个改进抽象扩展DynamicMBean模型进一步减少给定实现依赖

    Model MBeans provide an improved layer of abstraction and extend the Dynamic MBean model to further remove dependencies on a given implementation.

    youdao

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

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

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