网站首页  词典首页

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

 

单词 unit-of-work
释义

unit of work

美 
英 
  • un.功单位
  • 网络工作单元
un.
1.
功单位

例句

释义:
1.
A transaction is a set of operations that must be executed as a single unit, which is often called a logical unit of work.
事务是必须以单个单元(常被称为逻辑工作单元)的形式执行的一组操作。
www.ibm.com
2.
Such a set of activities is some sort of unit of work, some sort of transaction.
这样的活动集是一些工作单元和一些事务。
www.ibm.com
3.
Both steps have to be processed as a logical unit of work, and failure in one of the services will result in a failure message to the user.
这两步都必须处理为一个逻辑工作单元(即事务),其中任何一个服务的失败都会向用户发送失败的信息。
www.ibm.com
4.
Due to the non-SQL nature of the command, it is not directly available in a unit of work (transaction) of the database system.
由于该命令的非SQL特征,它不是直接作为数据库系统中的一个工作单位(事务)来提供的。
www.ibm.com
5.
A transaction, also referred to as a "unit of work, " does not affect the database unless that transaction is committed.
除非已经提交了事务(也称作“工作单元”),否则它不会影响数据库。
www.ibm.com
6.
The unit of work must be managed by an external transaction manager running on the same system as the client business application.
工作单元必须由在客户机业务应用程序所在的系统上运行的外部事务管理器管理。
www.ibm.com
7.
The unit of work cannot be managed by the queue manager to which the client application is connected.
工作单元不能由客户机应用程序连接的队列管理器管理。
www.ibm.com
8.
Atomicity A transaction is an atomic unit of work and executes exactly once; either all the work is done or none of it is.
原子性事务是工作的原子单元,它的执行是一次性的,要么所有工作都完成,要么都没有完成。
dictsearch.appspot.com
9.
As a general rule of thumb, a single connected entity graph should only be associated to a single unit of work at a time.
作为一般规则的经验,一个单一的连接实体图应该只能与一个单位的工作时间。
hi.baidu.com
10.
Transactions allow you to combine multiple operations into a single unit of work.
交易可让您将多项作业结合成单一工作单位。
msdn.microsoft.com
1.
Within the terms of the CICS TG, this is referred to as an extended logical unit of work (Figure 5).
在CICSTG的术语中,这称为扩展的逻辑工作单元(图5)。
www.ibm.com
2.
After all, that unit of work generates revenue from a business perspective.
毕竟,从企业的角度来看,工作单元会产生收入。
www.ibm.com
3.
After the specified latency, events are dropped into a second holding area to build up a unit of work.
经过特定的延迟后,事件被放入第二个容纳区域,以构建一个工作单元。
www.ibm.com
4.
The timing and frequency of writes to the log will differ dependent on whether messages are processed in a unit of work or not.
写入的时间和频率将根据消息是否在工作单元中处理而有所差异。
www.ibm.com
5.
WSCI uses a transaction element to model the behavior of a web service and treats a number of activities as a single unit of work.
WSCI使用事务元素为Web服务行为建模,并且将一组行为作为一个工作单元。
www.ibm.com
6.
Some implementations coordinate a logical unit of work for write operations, known as a two-phase commit.
有些实现会对写入操作的逻辑工作单元进行协调,这被称为两阶段提交。
www.ibm.com
7.
num_log_span (default: 0) - Specifies within a unit of work the total number of active logs that can be spanned across.
num_log_span(默认值是0)——指定在一个工作单元中可以跨越的活跃日志总数。
www.ibm.com
8.
If some unit of work controls various other moving pieces, it should be able to conveniently chain cancellation requests to them.
如果某些工作单元控制着其他移动程序块,那么能够方便地连动撤销对它们的请求。
www.infoq.com
9.
Because you do not have transaction isolation, each database update operation is treated as an individual unit of work.
因为没有事务隔离,每个数据库更新操作都被视为单个的工作单元。
www.ibm.com
10.
When enabled, a delete block cannot be reused by the same transactions for subsequent INSERTs in the same unit of work.
当启用了该算法时,对于相同工作单元中随后的INSERT操作,删除块不能被相同的事务重用。
www.ibm.com
1.
In effect, each state could be set to represent a single unit of work by an individual on the team.
实际上,每个状态都可以设置代表这个小组中一个成员单一的工作单元。
www.ibm.com
2.
The messages will be written in a single unit of work so the broker queue manager log needs to be tuned when using persistent messages.
消息将在单个工作单元内写入,因此在使用持久消息时需要调整代理队列管理器日志。
www.ibm.com
3.
If the client makes multiple calls to the API for a single LUW, then the transactional unit of work must start and end at the client.
如果客户机对给定的LUW发出多个API调用,那么必须在客户机启动和终止事务工作单元。
www.ibm.com
4.
The Sequence container, for grouping tasks and other workflow structures into a unit of work that can be managed as one item.
序列容器,用于将任务和其他工作流结构分组到可作为一项管理的工作单元中。
msdn2.microsoft.com
5.
A task whose unit of work is represented by an element in a queue .
用队列中的一个元素来表示其工作单位的任务。
dict.veduchina.com
6.
An activity of a specific worker is a unit of work that an individual in that role may be asked to perform.
某个特定角色的一个活动指的是负担这个角色的个人被要求执行的一个工作单位。
www.aka.org.cn
7.
How is the system designed to preserve the ACID properties of a unit of work?
如何设计系统来保存工作单元的ACID属性?
www-128.ibm.com
8.
Addition or merging, as a unit of work, of implementation artifacts resulting from business model changes.
作为一个工作单元,添加或合并因业务模型更改而产生的实现项目。
www.ibm.com
9.
Another common scenario occurs when an application is executing numerous INSERT, DELETE or UPDATE statements within a unit of work.
当某个应用程序在一个工作单元中执行许多INSERT、DELETE或UPDATE语句时,会发生另一种常见情况。
www.ibm.com
10.
Anyone wanting to mine the coins installs mining software, which carries out intensive calculations on a certain unit of "work" .
任何人想要获得比特币,只需要安装挖矿软件,你的计算机就开始进行大量运算,这就是挖矿了。
www.bing.com
1.
Sometimes a unit of work (UOW) is started for a user session, but the UOW is not committed or rolled back.
有时一个用户会话会启动一个工作单元(UOW),但是UOW不会提交或回滚。
www.ibm.com
2.
Together these tasks make up a larger unit of work named the Order Web Interface which will be a summary task.
这些任务一起构成一个名为“订单Web界面”的更大的工作单元,该工作单元将成为摘要任务。
msdn2.microsoft.com
3.
However, these rows are guaranteed to remain stable for the duration of the unit of work; the locks are not released until Commit.
但是,这些行被确保能在工作单元期间保持稳定,只有在提交之后,才会解除锁定。
www.ibm.com
4.
However, this also means that you can have only one call from the client layer for any given logical unit of work (LUW).
但是,这还意味着,您只能通过客户机层调用一次任何特定的逻辑工作单元(LUW)。
www.ibm.com
5.
Used to correlate events that occur as part of the same piece or unit of work.
用于关联作为操作的相同片段或单元出现的事件。
www-128.ibm.com
6.
If a global variable is created within a session, then it cannot be used by other sessions until the unit of work has committed.
如果全局变量是在会话内创建,则其他会话不能使用它,除非已经提交了这个工作单元。
www.ibm.com
7.
If an activity session is not present, the component will execute in the context of the existing unit of work scope or a local transaction.
如果不存在活动会话,则组件会在现有的工作范围单元或本地事务的上下文中执行。
www-128.ibm.com
8.
When Bob's requests are completed, his unit of work is committed, and the trusted connection can now be used to serve other user requests.
完成Bob的请求后,提交他的工作单元,该可信连接现在可以用于处理其他用户请求。
www.ibm.com
9.
The modeler uses concepts and patterns as Entities, Value Objects, Unit of Work, Repository, Specification and Aggregates.
建模器使用到的概念和模式包括实体、值对象、工作单元、仓库、规范和集合等。
www.infoq.com
10.
The indicated unit of work does not match the unit of work expected by the resource manager.
指定的工作单位跟资源管理器所预计工作单位不匹配。
www.fan6.net
1.
It provides an extended unit-of-work scope beyond the method boundary for local transaction based resource managers.
它在基于资源管理器的本地事务的边界方法之外提供了一个扩展的工作单元作用域。
www.ibm.com
2.
At unit of work n, a media failure renders a directory to be corrupted and inaccessible.
在工作单元4中,出现了一个被损坏和不可访问的目录导致了执行失败。
www.ibm.com
3.
A transaction is a set of one or more statements that are executed together as a unit of work (UOW).
事务是一条或多条语句的集合,这些语句作为一个工作单元(UOW)一起执行。
www.ibm.com
4.
In other words, all database updates are no longer contained within a single unit of work.
换句话说,所有数据库更新都不再包含在一个单一的工作单元中。
www.ibm.com
5.
Transaction - Determines the logical unit of work that the component's processing executes.
Transaction-确定组件处理执行的逻辑工作单元。
www.ibm.com
6.
You deal with transactions using a session which represents a conversation request to process a single unit of work.
你使用表示对话请求的会话来处理单个工作单元,以此来处理事务。
www.infoq.com
7.
The locks are released when the process ends or when a commit operation releases locks that were acquired during a unit of work (UOW).
当进程结束,或者当提交操作释放在工作单元(unitofwork,UOW)期间获得的锁时,锁就被释放。
www.ibm.com
8.
ActivitySession becomes a new entity in the transactional scenario defining new boundaries for a unit of work.
ActivitySession成为事务场景为工作单元定义新边界的新实体。
www-128.ibm.com
9.
Represents the unit of work associated with a transaction.
表示与事务关联的工作单元。
msdn2.microsoft.com
10.
However, the newly created variable can be used within the session that created it before the unit of work is committed.
然而,在创建全局变量的会话的内部,在提交工作单元之前也可以使用新创建的变量。
www.ibm.com
1.
A group of database operations combined into a logical unit of work that is either wholly committed or rolled back.
组合成一个逻辑工作单元的一组数据库操作,这些操作要么全部提交,要么回滚。
technet.microsoft.com
2.
Transaction locks (database locks) are those that occur within a single transactional unit of work.
事务锁(数据库锁)是单个事务工作单元内出现的锁。
www.ibm.com
3.
any unit of work is commenced, it should have a consistent means to support early termination in response to a cancellation request.
可用于任何工作单元,在响应撤销请求的时候,用一致的手段支持提前终止。
www.infoq.com
4.
After all the initialization tasks are complete, APP_USER commits the unit of work and prepares to serve end-user requests.
完成所有初始化任务之后,APP_USER提交工作单元并为处理最终用户请求做准备。
www.ibm.com
5.
RR: Locks all the rows an application references within a unit of work.
RR:锁定一个应用程序在一个工作单元内引用的所有行。
www.ibm.com
6.
Short-term memory holds the current series of actions (also referred as unit of work or in-flight transaction).
短期存储保存了当前操作系列(也称为工作单元或瞬间任务)。
www.ibm.com
7.
A transaction is a sequence of operations performed as a single logical unit of work.
事务是作为单个逻辑工作单元执行的一系列操作。
msdn2.microsoft.com
8.
Uncommitted rows created by another unit of work are not visible with this isolation level.
在此隔离级别上,其他工作单元创建的未提交行不可见。
www.ibm.com
9.
A Hibernate session represents a scoping for a unit of work.
Hibernate会话表示工作单元的范围。
www.ibm.com
10.
Each action is a Transact-SQL query that defines a unit of work for the generator to perform.
每个操作都是一个Transact-SQL查询,用于定义生成器要执行的一组操作。
msdn2.microsoft.com
1.
A human task is, quite simply, a unit of work done by a human.
人工任务是由人来完成的非常简单的一组工作。
www.ibm.com
2.
The link server drives the appropriate functions on the CICS OTS (OT) domain to complete the unit of work.
链接服务器在CICSOTS(OT)域中驱动适当的函数以便完成工作单元。
www.ibm.com
3.
RS: Locks only those rows that an application retrieves within a unit of work.
RS:仅锁定应用程序在一个工作单元内检索的行。
www.ibm.com
4.
In this scenario, the transactional unit of work must reside in the client layer to ensure an atomic unit of work.
在此场景中,事务工作单元必须位于客户机层中以确保自动化的工作单元。
www.ibm.com
5.
Most server applications today use the user request-response processing as their unit of work.
如今,大多数服务器应用程序将用户请求-响应处理作为一个工作单元。
www.ibm.com
6.
The task host container, which encapsulates a single task, is the smallest atomic unit of work that can be restarted.
封装单个任务的任务宿主容器是可以重新启动的最小原子工作单元。
technet.microsoft.com
7.
It gets even more difficult if the unit of work is spread over multiple methods or components.
如果工作单元分布在多个方法或组件上,则会更加困难。
www.ibm.com
8.
The event processing batch size is the number of events in the unit of work.
Eventprocessingbatchsize是工作单元中的事件数量。
www.ibm.com
9.
Marginal Product - The additional amount of goods generated by using one more unit of work.
边际产品-的额外费用所产生的货物使用一个单位的工作。
lwdx123.com
10.
Represents the unit of work associated with this transaction.
表示与此事务关联的工作单元。
msdn2.microsoft.com
1.
A local transaction is a unit of work between a WebSphere connection and the resource manager.
本地事务是WebSphere连接与资源管理程序之间的工作单元。
www.ibm.com
2.
A conversation is equivalent to a logical unit of work.
对话相当于逻辑工作单元。
www.ibm.com
3.
In a development team, it works as a unit of work because everyone in the team can understand what it means.
在开发团队中,它作为工作的一个基本单元执行,因为团队中每个人都能明白它的意思。
www.infoq.com
4.
This is because Q Apply writes to these tables during the same unit of work as the changes to target tables.
这是因为在更改目标表的同一工作单元期间,QApply也会写入控制表中。
www.ibm.com
5.
From a performance point of view this is why it is important that ALL applications process persistent messages within a unit of work.
从性能角度来说,正是由于这个原因,才务必让所有的应用程序在工作单元内处理持久消息。
www.ibm.com
6.
A task is the smallest unit of work that makes sense to a user.
任务是对用户有意义的最小工作单位。
www.ibm.com
7.
In this manner, you can coordinate the two database activities in the same unit of work.
通过这种方式,您可以在相同的工作单元中协调两个数据库活动。
www.ibm.com
8.
Identifies the Unit of Work ID (UOW) of distributed transactions.
标识分布式事务的工作单元ID(UOW)。
technet.microsoft.com
9.
This forcing of the log records only has to take place once per unit of work for each application.
这就要求日志记录对每个应用程序的每个工作单元仅进行一次。
www.ibm.com
10.
The CICS TG extends this situation by using the external call interface (ECI) to initiate and coordinate the CICS unit-of-work.
CICSTG通过使用外部调用接口(ECI)启动和协调CICS工作单元扩展该情况。
www.ibm.com
1.
As for Unit of work, only if does academic, other generally so long as no matter you are in the regular periodical article acknowledged.
至于工作单位,除非是搞学术的,其他一般都不管只要你是正规期刊上的文章就承认。
www.fenleimama.com
2.
Therefore, another unit of work might take action on in-process data.
因此,另一个工作单元可能会对正在处理中的数据进行操作。
www.ibm.com
3.
This intent defines a unit of work scope, within which the transaction is atomic.
此意图定义工作范围单位,在此范围内事务具有原子性。
www.ibm.com
4.
Human task Encapsulates a unit of work done by a human.
人工任务封装由人来完成的一组工作。
www.ibm.com
5.
Piece (a certain amount for each unit of work done) The gross income can also be adjusted for items such as commissions and bonuses.
计件工资(对每件完成的工作支付的金额)工资总额还可以根据佣金和奖金作调整。
edu.sina.com.cn
6.
An activity is the basic unit of work that your team members perform.
一个活动是你的团队成员工作的基本单元。
www-128.ibm.com
7.
An Activity is a unit of work assigned to an individual.
一个活动即是分配给每一个个体的单元。
www.ibm.com
8.
If in 2 years found Unit of work, went to the personnel bureau to go through the reassignment formalities again.
如果2年内找到工作单位的话,再去人事局办理改派手续。
www.fenleibaba.com
9.
Class provides a very specific unit of work.
类都提供了非常具体的工作单元。
www-128.ibm.com
10.
Software lacks a measurable standard unit of work.
软件缺乏一个可度量的标准单位。
www.ibm.com
1.
Ensure that locklist and maxlocks are large enough, or else reduce the unit of work by issuing commit statements more often.
确保locklist和maxlocks足够大,或者通过更为频繁地发出commit语句减小工作单元。
www.ibm.com
2.
The unit of work was then extended to include the next message, which was also read under syncpoint.
工作单元随后扩展为包含下一条消息,那也是在同步点读取的。
www.ibm.com
3.
From the deep sense, a len was actually is the basic unit of work.
从深层意义上讲,镜头是竟是作品最基本的组成单位。
goabroad.zhishi.sohu.com
4.
In Lotus Connections, an activity is a unit of work that involves one or more people in the organization working toward a common goal.
在LotusConnections中,活动是一个工作单元,涉及组织中为同一目标工作的一个或多个人员。
www.ibm.com
5.
Because of this unit-of-work mismatch, it makes sense to look at both sum and average measures of cyclomatic complexity.
由于工作单元不匹配,所以同时观察圈复杂度的总值和平均值是有意义的。
www.ibm.com
6.
In such cases a transactional unit of work can take minutes, hours, or in some cases days to complete.
在这种情况下,一个事务工作单元可能花费几分钟、几小时,甚至几天来完成。
www.ibm.com
7.
The cache goes away when the unit of work (session) is completed.
该缓存在工作单元(会话)完成时消失。
www.ibm.com
8.
A screen is a unit of work, with no shared data between screens, and they are created following the MVVM pattern.
一个屏幕就是一个工作单元(aunitofwork),在屏幕之间没有任何共享数据,并且它们都是遵循MVVM模式创建的。
www.infoq.com
9.
A COMMIT statement controls the unit of work.
COMMIT语句控制工作单元。
www-128.ibm.com
10.
The transactional system ensures that a unit of work either fully completes, or the work is fully rolled back.
含事务的系统能确保一小块工作完全的执行,或是这些工作完全回滚。
www.douban.com
1.
A session is a unique unit of work context that is created for identifying and performing workbook operations.
会话是为标识和执行工作簿操作而创建的唯一工作上下文单元。
office.microsoft.com
2.
By using the facade JavaBean component, you can also provide clients with interfaces (operations), each of which represents a unit of work.
通过使用门面JavaBean组件,您也可以给客户端提供接口(操作),其中每个都代表一个工作单元。
www.ibm.com
3.
A transaction is a logical unit of work.
事务是一个逻辑工作单元。
www.ianywhere.com
4.
Have to be done in one unit of work.
流程必须在一个单元中完成。
www-128.ibm.com
5.
You decide to use a microflow process to scope the unit of work.
您决定使用微流程来界定该工作单元的范围。
www.ibm.com
6.
This technique works fine if you have a single database maintenance activity within the logical unit of work (LUW).
如果在逻辑工作单元(LUW)中维护一个数据库活动,那么这一技巧将非常有用。
www.ibm.com
7.
Cyclomatic complexity is a method-level measurement, but the unit of work in Java programming is the class.
圈复杂度是方法级度量,但是Java编程中的工作单元是类。
www.ibm.com
8.
Ion is a logical unit of work.
时终止一个事务是一个逻辑上的工作单位。
www.bizism.cn
9.
For some, it is merely a unit of work.
对一些人来说,它仅仅是一个工作的单元。
www.ibm.com
10.
The package is the unit of work that is retrieved, executed, and saved.
包是可被检索、执行和保存的工作单元。
msdn2.microsoft.com
1.
An action is the most basic unit of work in a workflow.
操作是工作流中最基本的工作单位。
office.microsoft.com
2.
Encapsulates a unit of work that a user can undo.
封装用户可以撤消的工作单元。
msdn2.microsoft.com
3.
A process is the unit of work in a system.
在系统中,进程是工作单元。
bbs.icehack.org
4.
The package, the unit of work that is retrieved, executed, and saved, and the most important Integration Services object.
包,即经检索、执行和保存的工作单元,是最重要的IntegrationServices对象。
msdn2.microsoft.com
5.
Last in time is calculated based on the time when the most recent event was added to a unit of work.
Lastintime根据最近事件添加到工作单元的时间计算。
www.ibm.com
6.
Another aspect, isolation, ensures that one unit of work is isolated from other units of work.
另一方面,隔离性将确保某一工作单元独立于其他工作单元。
www.ibm.com
7.
First in time is calculated based on the time when the unit of work was created.
Firstintime根据工作单元创建的时间计算。
www.ibm.com
8.
Terminates a user process that is based on the session ID (SPID in SQL Server 2000 and earlier) or unit of work (UOW).
终止基于会话ID(SQLServer2000或更早版本中的SPID)或工作单元(UOW)的用户进程。
technet.microsoft.com
9.
An Activity is created and assigned to a single team member to complete a discrete unit of work, as shown in Figure 7. An Activity
创建一个活动并到单个的小组成员,来完成一个离散的工作单元,如图7所示。
www.ibm.com
10.
When a transaction (COMMIT or ROLLBACK) occurs or at the end of a unit-of-work (UOW)
当某个事务(COMMIT或ROLLBACK)发生或在工作单元(UOW)结束时
www.ibm.com
1.
The transaction object defines an atomic unit of work on a data source and determines how those units of work relate to each other.
事务对象定义数据源上的原子工作单元并确定这些工作单元如何相关。
technet.microsoft.com
2.
is responsible for contacts with the settlement and reconciliation of payments unit of work, and regularly exchange analysis;
负责与各往来单位的款项结算与对帐工作,并定期进行往来分析;
zhidao.baidu.com
3.
Figure 7: An Activity is created and assigned to a single team member to complete a discrete unit of work
图7:创建一个活动并将它分配到单个的小组成员来完成一个离散的工作单元
www.ibm.com
4.
Correlation ID for events emitted by the same transaction or unit of work
相同事务或工作单元所发射事件的关联ID
www.ibm.com
5.
Payload formats and semantics for batch and "unit of work" requests
用于批处理和“工作单元”请求的负载格式和语义
www.infoq.com
6.
Report Table of Work Procedure Quality Control Points of Unit of Work
单位工程工序质量控制点申报表
wenku.baidu.com
7.
Puts the message in the reply queue and commits the unit of work
将该消息放入应答队列并提交工作单元
www.ibm.com
8.
Assured delivery and logical unit of work
有保证的交付和逻辑工作单元
www.ibm.com
9.
Unit of Work Statistics for units of work included start and stop time and status
在开始和停止时所包括的工作单元的统计信息及状态
www-128.ibm.com
10.
Regarding the scope of unit of work and transaction boundary demarcation, there are 3 patterns
考虑到工作单元的范围和事务边界的划分,有3中模式
www.infoq.com
1.
Represents a single unit of work
代表一个单个的工作单元
www.ibm.com
2.
Place and unit of work
工作地点及单位
www.cice.gxnu.edu.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/12 13:24:33