网站首页  词典首页

请输入您要查询的英文单词:

 

单词 separation of concerns
释义

separation of concerns

  • 网络关注点分离;关注分离;关注的思路
1.
关注点分离
关注点分离(Separation of concerns) [8] 是软件设计的重要原则之一。关注点 (Concern)指的是整个软件开发过程中出现的特定 …
www.docin.com
2.
关注分离
关注分离(Separation of Concerns) 打碎你的应用程序使之重叠的功能越少也好。 单一责任原则(Single Responsibility Principle) …
www.cnblogs.com
3.
关注的思路
  这样,我们已经有了一种分散关注的思路separation of concerns)。 将通用需求功能从不相关类之中分离出来;同时,能够 …
tech.ccidnet.com
4.
分离关注点
? 分离关注点Separation of concerns),按照功能将应用划分为尽可能不重复的功能点。由于关注点混杂在一起会导致复杂性 …
www.cnblogs.com
5.
关注点的分离
关注点的分离Separation of Concerns): 可以让不同的人专注于不同的事。
blog.csdn.net
6.
分离考虑
最重要的两个模式是反向控制(Inversion of Control) 和分离考虑Separation of Concerns)。 Component Oriented Program…
www.cjsdn.net

例句

释义:
1.
When you're aiming for separation of concerns, transparency, and flexibility, aspect-oriented programming (AOP) is often the right answer.
如果目的是分离关注点、透明性和灵活性,那么面向方面的编程(AOP)通常就是正确的答案。
www.ibm.com
2.
The code that handles the UI and the business is all mixed together, without any separation of concerns at all.
处理UI以及业务的代码全部混在一起,根本没有任何关系分离。
www.bbsmvc.com
3.
Each piece of the MVC architecture is well defined and self-contained, which is referred to as the separation of concerns.
MVC体系结构的每一部分都是定义良好和自包含的,这称为关系分离。
www.bbsmvc.com
4.
Use the concept of layers to maximize separation of concerns, and to improve reuse and maintainability for your mobile application.
利用层的概念来最大化地分离考虑的因素,并且提高移动应用的可重用性和可维护性。
www.pin5i.com
5.
Introducing Ajax into a Java EE Web application has implications for separation of concerns (and therefore separation of developer roles).
把Ajax引入JavaEEWeb应用程序对于问题的隔离(以及开发人员角色的隔离)是有意义的。
www.ibm.com
6.
What the MVC-for-the-Web crowd is really trying to achieve is a clear separation of concerns.
MVC-for-the-Web实际上试图完成的是关注点的明确分离。
www.ibm.com
7.
Grails embraces modern practices like the Model-View-Controller separation of concerns and convention over configuration.
Grails结合了最新的实践,例如模型-视图-控制器的关注点隔离和约定优于配置。
www.ibm.com
8.
When building good OO designs, it's necessary to think about a concept called Separation of Concerns (SoC).
在构建优秀的OO设计时,必须考虑称为关注点分离(SeparationofConcerns,SoC)的概念。
www.ibm.com
9.
The process is all about decoupling and the separation of concerns.
流程都是关于降低耦合度以及分离业务。
www.ibm.com
10.
There was no layering and no separation of concerns.
各种关系之间没有任何分层和分离。
www.infoq.com
1.
MVC is all about proper separation of concerns.
MVC最重要的就是合理的分离关注点。
www.infoq.com
2.
The strategic separation of concerns between the value chain and the SDLC provides for the classification of the SDLC as a supply chain.
在价值链和SDLC之间对关注进行策略分割,为SDLC的分类提供了一个供应链。
www.ibm.com
3.
As a result, the concept of separation of concerns is the foundation to the definition of the integration services.
因此,关注点分离的概念是定义集成服务的基础。
www.ibm.com
4.
It enhances our ability to express the separation of concerns necessary for a well-designed, maintainable software system.
它提高了我们对于一个设计良好的、可维护的软件系统所需的、关注点分离的表达能力。
www.ibm.com
5.
The more separation of concerns, the less testing of unchanged components of your page, and a lot easier way to update your Web pages.
关注点的进一步分离,对页面的未更改组件的测试更少,对Web页面的更新更容易。
www.ibm.com
6.
The architecture itself serves as the primary vehicle for dividing the application into structures that reflect a separation of concerns.
体系结构本身充当将应用程序划分为反映关注分离的结构的主要机制。
www.ibm.com
7.
First, we are building an application with a sound and maintainable architecture that involves proper separation of concerns.
首先,我们建立了一个具有彻底的且可维护的、包含了恰当关注分离体系结构的应用程序。
www.bbsmvc.com
8.
One of the goals of leveraging an Enterprise Service Bus (ESB) is separation of concerns.
利用企业服务总线(EnterpriseServiceBus,ESB)的目标之一是关注事项分离。
www.ibm.com
9.
And with this natural separation of concerns, the back-end work will either be outsourced, or it will be automated.
并且通过这种关系的自然分离,后面的工作将要么是外包的,要么可以自动化。
www.ibm.com
10.
In a Web service implementation, the services can delegate to the controller for proper separation of concerns.
在Web服务实现中,服务可以委托给控制器,以对有关方面进行恰当的分离。
www.ibm.com
1.
MVC achieves this separation of concerns as a by-product of clearly separating inputs (controls) and outputs (views).
MVC完成了关注点的分离,作为对输入(控制,controls)和输入(视图,views)进行明确划分的副产品。
www.ibm.com
2.
Layered architecture allows separation of concerns, and inter-connection enables impact analysis and traceability.
分层式架构可以实现问题分离,并且相互连接支持影响分析和可追溯性。
www.ibm.com
3.
Separation of concerns: A good reference architecture uses components which are built with the separation of concern principle.
分隔关注点:好的参考体系结构使用关注点分隔原则构建组件。
www.ibm.com
4.
The software architecture discipline is centered on the idea of reducing complexity through abstraction and separation of concerns.
纪律的软件架构为中心的思想,降低复杂性,通过提取和分离的问题。
q.sohu.com
5.
This tutorial will demonstrate two implementations of this separation of concerns.
这篇教程将展示关注点分离的两个实现。
www.ibm.com
6.
This approach is a variation of the separation of concerns principle embodied in the Model-View-Controller architecture.
这种方法是分离关注点原则的一个变种,附在模型-视图-控制器架构中。
www.ibm.com
7.
Through separation of concerns, integration requirements are decomposed into more granular services.
通过关注点分离,可以将集成需求分解为更细粒度的服务。
www.ibm.com
8.
The creation of separate constraint and imported data element definition files leverages the Separation of Concerns design pattern.
按照SeparationofConcerns设计模式,将约束和导入的数据元素定义文件分隔开。
www.ibm.com
9.
Good governance during the model and assemble lifecycle phases goes a long way towards ensuring appropriate separation of concerns.
在建模和组合阶段进行良好的治理有助于确保适当的关注点隔离。
www.ibm.com
10.
Separation of Concerns: Building an architecture that adheres to this principle is considered a best practice.
SeparationofConcerns:按照此原则构建架构被视为最佳实践。
www.ibm.com
1.
Keeping the templates for transforming machine-readable entries is good programming practice, as is separation of concerns in general.
保留模板来转换机器可读条目是一种良好编程实践,正如通常分隔关注问题那样。
www.ibm.com
2.
Respecting separation of concerns, even if initial size of the two concerns is rather unequal.
注重关注点分离,即使两个关注点的初始大小差别很大。
www.infoq.com
3.
Hyperspaces goes beyond the encapsulation of crosscutting concerns and attempts to manage multi-dimensional separation of concerns.
Hyperspaces超越了对横切关系的封装,并尝试管理关系的多维分离。
www.ibm.com
4.
Apply the separation of concerns principles while capturing the metamodel (componentize your models).
在捕获元模型时应用关注事项分离原则(将模型组件化)。
www.ibm.com
5.
This implies that you need to maintain separation of concerns and to group like calls within a deployment unit.
这意味着需要保持关注点分离,并且需要在部署单元内像调用一样分组。
www.ibm.com
6.
Finally, delegating logic often leads to a cleaner separation of concerns.
最后,委派逻辑通常会得到更干净的关注点分离。
www.ibm.com
7.
Figure 1 illustrates the separation of concerns concept by showing the flow of code between the development workstation to final production.
图1显示了开发工作站和最终生产环境之间的代码流,我们以此来说明关注点分离的概念。
www.ibm.com
8.
You can leverage this separation of concerns to test their behavior separately from the crosscutting specification.
可以利用这种关注点的分离分别测试横切规范及它们的行为。
www.ibm.com
9.
But decoupling, separation of concerns, reuse, and agile solutions are fundamental to SOA, and getting them isn't always easy.
但是去耦合性、关注的分割、复用和敏捷的解决方案是SOA的基础,并使得它们并不总是那么容易。
www.ibm.com
10.
This goes against the Single Responsibility Principle [Martin2003], a means to the design goal of separation of concerns.
这违反了单职原则[Martin2003],这是分隔职能的一种设计方法。
www.bing.com
1.
In these cases, web services are developed without any regard to the concepts of layering and separation of concerns.
在这些情况下,Web服务是在不考虑任何分层和分离概念的情况下开发的。
www.ibm.com
2.
The latter method would increase maintainability even more through separation of concerns.
后面的方法将进一步通过分离关系来提高可维护性。
www.ibm.com
3.
The three primary goals of MDA are portability, interoperability, and reusability through architectural separation of concerns.
MDA的三个首要目标就是通过关注点的架构分离的可移植性、互操作性和可重用性。
www.ibm.com
4.
Each layer performs a clearly defined role that allows for easy separation of concerns, and work, among our team members.
每个层执行一个定义清楚的角色,使得小组成员之间可以很容易地分工。
www.ibm.com
5.
Part 2 introduced the ID-lists pattern to reduce the number of remote calls and still obey the separation of concerns pattern.
第2部分介绍了利用ID-lists模式减少远程调用的数量,并且还遵守分离关注点模式。
www.ibm.com
6.
This is called, in a loose sense, a separation of concerns.
这在松散意义上称为关注点分离。
www.ibm.com
7.
This distinction between mediation and provider is critical to separation of concerns.
中介与提供者之间的差别对于关注点隔离很重要。
www.ibm.com
8.
So, Scala traits preserve separation of concerns while giving us the ability to compose behavior on demand.
所以,Scalatraits在保留分离关键点的同时给了我们按需整合行为的能力。
www.bing.com
9.
MVC's several advantages include separation of concerns and decreased redundant code.
MVC的众多优势包括:问题隔离和减少冗余代码。
www.ibm.com
10.
Is a pattern supported by IoC containers and frameworks to achieve separation of concerns.
是一种受IoC容器和框架支持的模式,使用它可以实现关注点分离。
www-128.ibm.com
1.
It is designed to create a separation of concerns between application protocols and security protocols.
它用于创建应用程序协议和安全协议之间的分离关系。
www.ibm.com
2.
Remember that separation of concerns thing mentioned earlier?
还记得早先提到的关注分离吗?
www.ibm.com
3.
By nature, the MVC pattern is highly testable and encourages good separation of concerns.
MVC模式天生就是可测试的,而且鼓励对关注点的分离。
www.infoq.com
4.
However, as ID-lists implementation obeys the separation of concerns, it is the preferred solution.
但是,由于ID-lists遵守分离关注点原则,因此它是个比较好的解决方案。
www.ibm.com
5.
For example, suppose you know that you want the separation of concerns of Model-View-Presenter.
例如,假定您知道需要分离模型-视图-表示器(Model-View-Presenter)关注点。
www.ibm.com
6.
The whole point of the MVC separation of concerns is that it lets you easily skin your Web application with any view you'd like.
MVC关注点隔离的整体要点在于:它能够使您轻松地用自己喜欢的任何视图作为Web应用程序的外观。
www.ibm.com
7.
A key characteristic of an ESB is separation of concerns.
ESB的关键特性是分离关注点。
www.ibm.com
8.
To summarize the innovations in XHTML V2, the main philosophy is the separation of concerns.
对于XHTMLV2的创新,总结而言其基本理念就是分解不同的问题。
www.ibm.com
9.
This approach promotes separation of concerns but adds complexity, so you should use it only with careful consideration.
这种方法可以促进问题的隔离,但是增加了复杂性,所以使用的时候要仔细考虑。
www.ibm.com
10.
Separation of concerns is fundamental to well-structured code, because it encapsulates responsibilities and dependencies.
关注点分离是实现具有良好结构的代码的基础,它封装了责任和依赖关系。
www.ibm.com
1.
This yields a true separation of concerns, enabling the repurposing of software components.
这就产生了关系的分离,使软件组件可以被重用。
www.ibm.com
2.
Again, the important goal is retention of separation of concerns.
同样,重要的目标是保持关注点隔离。
www.ibm.com
3.
Also, this design provides a cleaner separation of concerns.
此外,这一设计还更明确地分离了所涉及的服务。
www.ibm.com
4.
This maintains separation of concerns.
这保持了关注点隔离。
www.ibm.com
5.
A primary benefit of CSP-based programs is separation of concerns.
基于CSP的程序的主要好处是关注点的分享。
www.ibm.com
6.
This separation of concerns is a big advantage of XForms, XML, and generic markup in general.
这种关注点的分离是XForms、XML和一般标记共有的一大优点。
www.ibm.com
7.
Keep separation of concerns by separating the interfaces from each other.
通过相互分离接口保持关注点的分离。
www.ibm.com
8.
They also harm the "separation of concerns" .
他们还损害了“关注点分离”。
www.bing.com
9.
As we've said, one of most important features of the MVC pattern is that it enables separation of concerns.
正如我们已经说过的,MVC模式最重要的特性之一是它能够关系分离。
www.bbsmvc.com
10.
Separation of concerns.
关注的分离。
www.ibm.com
1.
But that is the whole point of separation of concerns that we have discussed throughout these columns.
但它是分离关注点的关键,我们在这些专栏中讨论过这个问题。
www.ibm.com
2.
This method also requires less effort because of the reuse and the separation of concerns.
由于重用和问题的分解,这种方法的工作量也少了一些。
www.ibm.com
3.
This is another example of the separation of concerns in JSF.
这是在JSF中分离关注点的另一个例子。
www.ibm.com
4.
You have also seen how to construct the Web application using design patterns for separation of concerns and better reuse.
您还了解了如何使用关注点分离和最佳重用的设计模式构造Web应用程序。
www.ibm.com
5.
Achieve a clear separation of concerns between architectural building block responsibilities
在架构构建块职责之间可以实现一个清晰的关注点分离
www.ibm.com
6.
This separation of concerns enables developers with two different skill sets to work on the solution in parallel
此分离关注使具有两种不同技术的开发人员能够使用该解决方案并行工作
www.ibm.com
7.
Separation of concerns refers to extracting the code into various layers
关注点分离指把代码提取到不同的层
www.ibm.com
8.
Number of calls versus separation of concerns
调用的数量和分离关注点
www-128.ibm.com
9.
Separation of Concerns in the Deployment Process: What vs. How
区分部署过程中的担忧:为什么vs。
www.infoq.com
10.
A Review on Separation of Concerns
关注分离问题研究综述
service.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/24 10:21:52