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

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

    youdao

  • 另外对于分离组件样式,将全局样式按照单一责任原则抽离开不错的。

    In addition to separating component styles, it's good to separate global style using the single responsibility principle.

    youdao

  • 一个三通切换阀通口 排渣管连通分离组件侧壁提取液口;

    An extract liquid outlet is arranged on the side wall of the membrane separating component, and an upper port of the membrane separating component is communicated with a cover of the storage tank.

    youdao

  • 设置有一种微粒分离组件实现可能进入壳体中的任何粉尘、微粒产物去除

    A particle separation assembly is provided for the removal of any dust, particle, or artifacts that may have entered into the housing of the Angle grinder.

    youdao

  • 使用声明式服务分离组件加入新的组件功能,已被证明是建立连接一种比较简单方法

    Being able to decouple components whilst using Declarative Services to join the components proved a simple way to set up the connections.

    youdao

  • 上面参与方列表并不足以分离组件可能使用产品组件构建场景这些产品或组件一个多个此类参与方角色中运行。

    The list of participants above are not necessarily discrete components and the scenarios may be built using products, or components, which operate in one or more of these participant roles.

    youdao

  • 可以看见它们遵守了分离关注点原则因为每个组件处理一个单独调用检索相关对象

    You can see that the separation of concern rule is obeyed, as every component handles an isolated call to retrieve its related object.

    youdao

  • 流水线用来分割任务的,UCM项目分离的任务将可利用组件重新聚集在一起

    Streams are used to isolate work, and UCM projects are used to group the available components together for the isolated work.

    youdao

  • 服务器组件不同版本应该尽量使用不同的加载器使其分离开来。

    Different versions of server side component classes should be isolated using different class loaders whenever possible.

    youdao

  • CCR适用应用模型是:多个组件分离可以通过消息交互

    CCR is appropriate for an application model that separates components into pieces that can interact only through messages.

    youdao

  • 同样职责分离提高TCF组件可重用性

    Again, the separation of responsibilities increases the reusability of TCF components.

    youdao

  • 就产生关系分离使软件组件可以被重用

    This yields a true separation of concerns, enabling the repurposing of software components.

    youdao

  • 当然可以那样做分离函数组件总是最佳做法。

    You could do that, but it's always best to keep your functional components separate.

    youdao

  • 这些组件完全分离互相之间没有依赖性

    These components are completely separate and have no dependencies on each other.

    youdao

  • 删除流程耗时较多部分较少的部分分离,要在一个业务组件生命周期创建不同的删除阶段

    To support the separation of the more and less time consuming parts of the deletion process, these different deletion phases in the lifecycle of a business component were created.

    youdao

  • 灵活管理通过大多数管理组件应用程序服务器运行时分离,从而改变一情况

    Flexible management changes this picture by separating most of the administrative components from the application server runtime.

    youdao

  • 一旦理解了问题代码做什么可以错误与代码生成联系起来,分离出生成出错模型组件

    Once I understood what the code in question was attempting to do, I could then relate the error to the code generation model tree and isolate the model component where the generation was going awry.

    youdao

  • 显然语言编译器JIT不可分离组件意味着生成好的代码二者必须协同工作

    Obviously, the language compiler and JIT are intertwined components, which means that to generate good code, they must cooperate.

    youdao

  • 组织分离应用程序服务组件之后,可以达到级别

    It achieves this level after decoupling the application, its services, components, and flows.

    youdao

  • 清单4清晰地定义功能分离允许进一步优化框架组件

    The steps in Listing 4 define a clear separation of functionality and allow for further refinement of the framework's components.

    youdao

  • 此外开发人员设计人员还可以同时开发同一个项目因为两个组件完全分离的。

    It also means that the developer and the designer can work on the same project at the same time, as the two components are completely separate from one another.

    youdao

  • 对象类型允许系统中的组件相互分离从而得到可重用可扩展可伸缩代码

    Object types allow you to separate (decouple) the components of a system from one another, which makes for reusable, extensible, and scalable code.

    youdao

  • OOAD中的关键技术包括抽象分解分离关系(行为静态特征)、模块化以及潜在内部可操作组件

    Key techniques in OOAD include abstraction, decomposition, and separation of concerns (behavior vs. static characteristics), modularization and potentially inter-operable components.

    youdao

  • 位置:能够以物理方式分离各个组件而不会影响IT系统行为,这种能力松散耦合粗粒度组件关键属性

    Locality: the ability to physically separate components without affecting the behavior of the it system is a key attribute of loosely coupled coarse-grained components.

    youdao

  • 消息传递中间件提供了一个洁净、分离平台用于应用程序服务组件之间进行健壮可靠相互通信

    Messaging middleware provides a cleanly separated platform for robust and reliable intercommunication between application services and components.

    youdao

  • TCF中,下列功能分离的,因为每个功能一个不同的TCF组件处理的。

    In TCF, the following functions are separate, in that each one is handled by a different TCF component.

    youdao

  • 由于任何服务器交互每个组件本地并且与脚本通信分离,因此不会暴露cookie

    Because any server interaction is local to each component and separate from the inter-script communication, cookies are not exposed.

    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

  • 由于允许语法、语义分离XML多功能性使得Web服务其他组件技术有所不同

    The versatility of XML makes web services different from other component technologies in that it allows the separation of syntax from semantics.

    youdao

  • 关注点进一步分离页面未更改组件测试更少,对web页面更新容易。

    The more separation of concerns, the less testing of unchanged components of your page, and a lot easier way to update your Web pages.

    youdao

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

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

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