使用模版样的布局和视图来分离逻辑与表现
uses template-like Layouts and Views to separate logic from presentation
相反,我们的方法规定如果设计是必需的则要分离逻辑和物理,但是如果并不要求设计是必需的,则允许你将一个实体视为一个黑盒子。
On the contrary, our approach prescribes logical and physical separation if design is required but allows you to treat an entity as a black box if no design is needed.
您很可能已经了解到分离表示和业务逻辑是个好主意。
You have probably learned that separating presentation and business logic is a good idea.
这种配置更容易维护,也更容易扩展,因为其中只有一个逻辑分离,因此每一个数据元素都可以使用不同的密钥进行加密。
This configuration is more maintainable and more scalable since there is only a logical segregation and therefore each individual data element may be encrypted by a separate key.
在这种情况下,鉴别和分离各种各样的逻辑类形式非常耗时的。
In these cases, identifying and separating the various logic types can be very time consuming.
该层的作用在于针对不同的数据存储技术,从业务逻辑中分离数据访问代码。
The power of this layer is in separating data access code from the business logic for disparate data store technologies.
为了使页面更具有动态性,需要分离数据与表示逻辑。
To make the page more dynamic, we separate the data and presentation logic.
最大的不同是视图和控制逻辑被分离成两个完全不同的层。
The big difference is that the view and control logic is separated into completely distinct layers.
将业务逻辑与XSLT分离,从而使工具更具灵活性。
Separating the business logic from the XSLT makes the utility more flexible.
通常,为了将配置信息同业务逻辑分离,客户会将配置信息外部化到文件或数据库中。
Often, to separate configuration information from business logic, customers externalize configuration information to a file or database.
绑定可将通信细节同业务逻辑分离,从而能简化sca应用程序开发人员的工作。
By separating communication details from business logic, bindings can simplify the life of an SCA application developer.
分离了表示层和业务逻辑的程序也很容易被测试。
Testing also becomes easier when you separate presentation and domain logic.
JSON帮助分离了验证数据和逻辑。
并且技术实现与业务逻辑被分离开来。
And the technology implementation is kept separate from the business logic.
这个方法有助于在逻辑上将数据结构分离到逻辑上相关的部分。
This approach helps to logically separate the data structure into the pieces that are logically related.
这种模式和分区能够实现数据的逻辑分离,而名称空间则能够实现XML 数据的逻辑分离。
The schema and partition provide logical separation of data for databases and namespace provide logical separation of data for XML.
解决的办法是将前端的表示逻辑与后端的业务逻辑相分离,但是它们仍旧需要相互连接。
The solution is to separate the presentation logic of the front end from the business logic of the back end, but they still need to be connected.
最初它主要是作为一种分离用户接口逻辑与业务逻辑的策略被设计出来的。
It was primarily devised as a strategy for separating user interface logic from business logic.
我们可以把按钮类的逻辑从回调逻辑中分离出来,这样每一个逻辑组件变得更加简单,更模块化,更可重用化。
We would like to separate the button-specific logic from the callback logic, such that each logical component becomes simpler, more modular, and more reusable.
业务规则—业务决策逻辑是与核心应用逻辑分离的。
Business rules - the business decision logic is separated from the core application logic.
这种物理格式与转换逻辑的分离是代理消息流的一个重要体系结构特征。
This decoupling of physical format from transformation logic is a key architectural feature of broker message flows.
SCA将业务逻辑与基础设施逻辑分离开来,因此程序员能够集中精力处理业务问题。
SCA separates business logic from infrastructure logic so that application programmers can focus on the business problem.
在整个应用程序中使用数据访问对象(DAO)使我们可以将底层数据访问逻辑与业务逻辑分离开来。
Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.
服务使用者应该尽可能与服务提供者实现的业务逻辑细节分离。
The service consumer should be insulated as far as possible from the details of the business logic implemented by the service provider.
不幸的是,异常行为会违反良好的Web架构的一条规则:保持UI和逻辑分离。
Unfortunately, the out-of-the-box behaviors violate one of the rules for good Web architecture: Keep the UI and logic separate.
希望您的SQL和您的业务逻辑分离。
WPF很好实现了应用要素的逻辑分离,如图形设计与其他实现细节的分离。
Windows Presentation Foundation provides good separation of concerns, allowing graphic design to be separated from other implementation details.
Axis2体系结构将逻辑与状态分离;这允许在并行线程中执行逻辑。
The Axis2 architecture separates logic and state; this allows the logic to execute in parallel threads.
在这篇教程中,将会实现存储为XML文件的个人简历web页面,并探究两种从表示逻辑中分离数据和业务逻辑的解决方案。
In this tutorial you will implement a Web page for a personal resume stored as an XML file and explore two solutions to separating data and business logic from presentation logic.
在这篇教程中,将会实现存储为XML文件的个人简历web页面,并探究两种从表示逻辑中分离数据和业务逻辑的解决方案。
In this tutorial you will implement a Web page for a personal resume stored as an XML file and explore two solutions to separating data and business logic from presentation logic.
应用推荐