• 最后XML关系模式分离——即改变XML结构需要所有内容进行回归测试

    Finally, it keeps XML and relational schemas separate — there's no need to regression test everything when you've only changed the XML structure.

    youdao

  • 允许客户端服务提供程序之间交互使用调用模式组件测试所使用的仅同步调用模式分离开。

    It lets you decouple the invocation pattern used by the interaction between client and service provider from the sync-only invocation pattern used by component test.

    youdao

  • 选择包括这些资源分离模式时,您可以根据自己的需要它们部署同一计算机不同计算机上。

    When you select a pattern that includes a separation of these resources, you are free to deploy them on the same machine or on different machines.

    youdao

  • 经常使用这种模式发现借助可以更好地分离组件之间关注点

    I use this pattern frequently and find that it helps me better separate the concerns between the components.

    youdao

  • 很可能知道这种分离根源追溯到最早设计模式之一模型-视图-控制器

    You probably also know that the roots of this separation go back to one of the earliest design patterns: Model-View-Controller.

    youdao

  • 分离各种命令执行环境中的命令用户命令提供程序提供一致编程模式

    This separation provides a consistent programming model for both command users and command providers across various command execution environments.

    youdao

  • 框架使用是 MVC设计模式主要目的分离一个软件应用程序的数据表示层。

    The framework uses the MVC design pattern, the primary goal of which is to separate the data and presentation layers of a software application.

    youdao

  • 访问者模式往往用于数据结构()通过数据结构操作算法分离开来。

    The Visitor pattern is often used to separate a data structure (the tree, in this case) from the algorithms that operate over the data structure.

    youdao

  • 可以创建一个仅仅包含视图单独脚本组件交互或者绑定,在MVC模式中可以清晰的分离视图与逻辑部分。

    You can create a separate script which only contains the view, while the interactions or bindings between components are in the main class, making a clearer separation in the MVC model.

    youdao

  • 他们希望需求分离外化信息及其内部状态的时候,项目组尝试估计应用一种模式最好

    They don't want their teams trying to figure out what pattern is best to use when there is a need to separate externalized information from its internal state.

    youdao

  • 通过分离显示数据持久化数据处理用户交互职责MVC模式有助于创建易于理解代码

    By separating the responsibilities of displaying data, persisting data, and handling user interaction, the MVC pattern tends to create code that is easily understood.

    youdao

  • MVC模式天生就是可测试的,而且鼓励关注点的分离

    By nature, the MVC pattern is highly testable and encourages good separation of concerns.

    youdao

  • 这个过程中讨论远程访问模式分离相关因素以及高速缓存最后就如何进行好的分布式应用程序设计提供适当指导

    In this process I will discuss remote access patterns versus separation of concerns and caching, and finally describe some proper guidelines for good distributed application design.

    youdao

  • 可能涉及到将现有模式作为候选解决方案提供恰当分离

    This will most likely involve an existing pattern as a candidate solution to provide the appropriate decoupling.

    youdao

  • MVC模式(1979年以来)已经出现时间了,分离显示用户界面所需大量任务处理用户交互。

    The MVC pattern has been around for a long time (since 1979) and it is intended to separate the burden of tasks necessary to display a user interface, and handle user interaction.

    youdao

  • 因此根据组合方法模式重构这个方法,看看是否可以分离原子性部分

    So I'll refactor this method, with composed method in mind, to see if I can isolate the atomic parts.

    youdao

  • 考虑模式方面工具提供情况,我们模式规范模式实现的概念分离开来。

    With an eye towards tooling patterns we have separated the notion of pattern specification and pattern implementation.

    youdao

  • 这些模式组合可以提供一致分离的方法,用来访问执行上下文细节

    The combination of these patterns provided coherent, decoupled access to execution context details.

    youdao

  • 服务功能(业务逻辑)企业数据支持逻辑实现关系上的明确分离(和一个模式相似)。

    Explicit separation of concerns between implementation of the service functionality (business logic) and enterprise data support logic (similar to the previous pattern).

    youdao

  • 由于数据量很大原子站点分离(混合数据库模式填充)需要具有很高性能

    Due to high data volume, the atom site separation (the population of the hybrid database schema) needs to have high performance.

    youdao

  • 认为酒店运营管理拥有权分离其合理依据,因为在资产模式下,企业的运营成本更具弹性,因此也有更多空间提高效率增加收益

    He therefore sees the rationale for separating ownership and management, since asset-light firms, having more variable costs, have more scope for efficiency gains.

    youdao

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

    Testability patterns: Inversion of Control, Separated Presentation

    youdao

  • 由于SpringGeronimo采用IoC作为核心设计模式,所以现在有可能实现这种程度配置分离

    Because Spring and Geronimo both use IoC as their core pattern of design, this level of configuration separation is now possible.

    youdao

  • 了解了如何使用关注点分离最佳重用设计模式构造Web应用程序

    You have also seen how to construct the Web application using design patterns for separation of concerns and better reuse.

    youdao

  • MVC模式分离开发角色

    The MVC pattern: Separating development roles.

    youdao

  • DisposableContainer模式基于两个原则完全移除所有容器组件以及将容器的安装配置分离

    The Disposable container pattern is based on two principles: completely remove all container components and separate the container installation from its configuration.

    youdao

  • 不管如何选择确保模型视图之间实现完全分离,从而避免基本服务器端模式魔法Servlet

    Whatever you decide, make sure that you achieve a clean separation between your model and view to stay out of the most fundamental server-side antipattern: the Magic Servlet.

    youdao

  • 领域模式主要目标将表示特定的方面应用程序业务逻辑分离出来。

    The primary goal of patterns in this area is to separate the presentation-specific aspects from the application and business logic. Some examples include

    youdao

  • 然而,采用这种“访问-分离-修改-合并”编程模式客户-服务器交互必须满足一定要求

    However, the access-detach-modify-merge programming model must satisfy certain prerequisites for client-server interaction.

    youdao

  • 第2部分介绍了利用ID - lists模式减少远程调用数量并且遵守分离关注点模式

    Part 2 introduced the ID-lists pattern to reduce the number of remote calls and still obey the separation of concerns pattern.

    youdao

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

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

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