将这些逻辑抽象并隐藏在XmlHttpRequest服务中,当然要支持多个并发的请求。
And hide all this logic in a XmlHttpRequest service, of course, and support multiple concurrent requests.
抽象数据类型简称adt,是一种对数据的逻辑抽象,对他的操作方法无需关注具体的实现。
ADT, is a logical description of how we view the data and the operations that are allowed without regard to how they will be implemented.
实质蕴涵因其刻划真值函数关系故此并非传统逻辑表示充分条件关系的“若,则”的逻辑抽象。
Material implication, which describes a kind of truth value function, is naturally not the logic abstract of the sufficient condition relation.
控制器以其抽象形式执行应用程序的逻辑。
Controllers carry out your application logic in its abstract form.
体系结构远景说明,服务应当关注业务逻辑,而不是执行的细节,因此下一个关键的步骤是对服务执行进行抽象。
The architecture vision indicated that services should be focused on business logic rather than execution details, so abstracting service execution was an essential next step.
例如,在逻辑视点中,我们创建子系统来表示抽象的,高级的功能元素。
For example, in the Logical viewpoint, we create subsystems to represent abstract, high-level elements of functionality.
一个模块化框架的第一个基本原理是,努力尝试在一个时间关注于一个逻辑功能块,也称作为抽象。
The first principle of a modularity framework is to attempt to try to focus on one logical piece of functionality at a time, also known as abstraction.
在比较正式的上下文中,“服务”指业务任务的抽象或逻辑表示。
In more formal contexts, "service" refers to the abstract or logical representation of a business task.
虚拟抽象被运用到服务器和存储,这样可以进行逻辑管理,而不是一个个的物理实体。
Virtual abstraction is employed so that servers and storage can be managed as logical rather than individual physical entities.
模板以抽象方式描述组合应用程序,其中包括定义如何使用一组给定的组件组装复杂业务逻辑的信息。
A template describes a composite application in an abstract way, including information which defines how complex business logic is assembled out of a given set of components.
它们提供了简化的抽象,使程序员可以更多的集中在业务逻辑上。
They provide a simplifying abstraction that allows programmers to concentrate principally on business logic.
理解神经网络的第一步是从对抽象生物神经开始,并把重点放在阈值逻辑单元(TLU)这一特征上。
The first step toward understanding neural nets is to abstract from the biological neuron, and to focus on its character as a threshold logic unit (TLU).
逻辑文件系统层是一个抽象层,用户可以通过它请求各种文件操作,如读、写、获得相关信息,等等。
The logical file system layer is the level of abstraction at which users can request the various file operations, such as read, write, stat, and so on.
简单地说,是将服务器物理资源(CPU、内存、存储)抽象成逻辑资源和呈现给用户。
At its simplest, it is an abstraction of the server's physical resources (CPU, memory, storage) from the logical resources presented to consumers.
这个想法是为了使控制器类尽可能保持简单以允许业务逻辑被抽象为助手类。
The idea is to keep the controller class as simple as possible to allow business logic to be abstracted to a helper class.
对于从真实世界引申出的更抽象的陈述,他指出这与我们大脑的结构,以及对于逻辑的追求有关。
For more abstract statements that are further removed from the physical world, he points to the structure of our brains and our penchant for logic.
逻辑卷管理(lvm)指系统将物理卷管理抽象到更高的层次,常常会形成更简单的管理模式。
Logical volume management (LVM) is a way systems can abstract physical volume management into a higher-level and usually simpler paradigm.
对于这种情况的一个最佳实践方法是封装和抽象业务策略和业务规则,然后将它们作为业务过程的外部业务逻辑创建。
A best practice in this case is to encapsulate and extract the business policies and business rules and establish them as business logic outside of the business process.
由于逻辑或物理模型是现实中的系统的抽象,它通常非常复杂,由很多构建块和关系组成。
Because a logical or physical model is an abstraction of the real-world system, it is usually very complicated, and it consists of many building blocks and relationships.
这个接口并不是提供一个逻辑spu的抽象,而是面向线程的,它的工作方式与pthread库类似。
Instead of providing an abstraction of logical SPUs, this interface is thread-oriented and behaves in a similar way to the pthread library.
逻辑卷管理是一个磁盘抽象层,它可以将多个物理磁盘分组成称为卷组(volumegroup)的单一实体。
Logical volume management is a disk abstraction layer that allows you to group physical disks into a single entity called a volume group.
本文中的示例包含数据抽象层(DAL)、数据传输对象(DTO)、业务逻辑层(BLL)、表示层和用于支持的helper类。
The example in this article consists of the Data Abstract Layer (DAL), Data Transfer Objects (DTOs), the Business Logic Layer (BLL), the Presentation Layer, and supporting helper classes.
它还抽象了portlet所需的大多数业务逻辑。
It also abstracts most of the business logic needed for the portlet.
这个版本的to_function取得业务逻辑的抽象形式之后,会返回一个匿名函数(与前一个版本的to_function一样)。
Once the business logic is obtained in abstract form within this version of to_function, it returns an anonymous function (just like the first version of to_function).
我们以特定的方式编写代码,以调用抽象方法,使某个基础隐藏逻辑负责将请求调度到恰当的实现,如下所示。
We write our code in such a way that we invoke some abstract method, and some underlying, hidden logic is responsible for dispatching the request to an appropriate implementation, as follows.
如果用户想利用存储过程在CMPbean中开发数据逻辑方法,必须将该方法定义为抽象方法。
If you want to develop a data logic method in a CMP bean that USES a stored procedure, you must define this method as an abstract method.
根据弗林的观点,一代代人IQ的提升是由不断增强的抽象逻辑能力所引起。
According to Flynn, generational rises are prompted by increased exposure to abstract logic.
图2中的逻辑图对于所有契约都是相同的,所以可以开发一个指定它的公共抽象方面。
The logic diagrammed in Figure 2 is common to all contracts, so you can develop a common abstract aspect that specifies it. Figure 3 shows a class and aspect diagram of the solution.
图2中的逻辑图对于所有契约都是相同的,所以可以开发一个指定它的公共抽象方面。
The logic diagrammed in Figure 2 is common to all contracts, so you can develop a common abstract aspect that specifies it. Figure 3 shows a class and aspect diagram of the solution.
应用推荐