单词 | atomicity |
释义 |
例句释义: 化合价,原子性,原子数,原子价 1. Declaring a block of code to be synchronized has two important consequences, generally referred to as atomicity and visibility. 把代码块声明为synchronized,有两个重要后果,通常是指该代码具有原子性(atomicity)和可见性(visibility)。 www.ibm.com 2. Analysis shows that this protocol guarantees the security, atomicity, accountability and impartiality of network online payment. 分析表明,本协议可以保证网络在线支付交易的安全性、原子性、可确认性和公平性。 www.dictall.com 3. The guarantee of atomicity means that either all or none of these operations will occur, hence ensuring overall data integrity. 原子性的保证意味着,要么所有这些操作都将出现,要么一个操作也不出现,从而确保整个数据的完整性。 www.ibm.com 4. Rather, it is much more of a cache manager, in that it utilizes the atomicity of transactions to persist objects to a database. 相反,它更象是高速缓存管理器,因为它利用事务的原子性来将对象持久保存到数据库。 www.ibm.com 5. 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 6. In combination with the corresponding recovery protocols, recovery algorithm guaranteed the atomicity of global transaction failure. 恢复算法结合相关恢复协议,确保了全局事务故障的原子性。 www.ceps.com.tw 7. Likewise, operations updating multiple tables can take advantage of transactional atomicity in their changes. 同样的,更行多个数据表的操作能够利用事务的原子性的优点。 www.winu.cn 8. A transactional runtime environment assures atomicity, consistency, isolation, and durability of applications. 一个事务性的运行环境确保一个应用程序的原子性、一致性、孤立性和持久性。 www.ibm.com 9. The relational databases also include the transaction ACID property (Atomicity, Consistency, Isolation, Durability). 关系数据库还包括事务ACID属性(原子性、一致性、独立性、持久性)。 www.ibm.com 10. Atomicity means that operations with the database can be grouped together and treated as a single unit. 原子性指数据库操作可以组合到一起,当作单个单元处理。 www.ibm.com 1. IBM solidDB implements ACID-compliant (Atomicity, Consistency, Isolation, Durability) in-memory cache to provide data durability. IBMsolidDB实现了与ACID(原子性、一致性、隔离性和持久性)兼容的内存缓存来提高数据持久性。 www.ibm.com 2. Each log message contains the required atomicity level within the transaction coordination context. 每一个日志消息在事务协调上下文都包含指定的事务原子性级别信息。 www.ibm.com 3. Log operations can be treated as well as other updates to participate in atomicity. 可视为其它更新一样参与原子事务的日志操作。 www.ibm.com 4. Savepoints are the perfect mechanism to achieve finer granularity of atomicity within a transaction. 保存点是在事务中实现更细粒度的原子性的最佳方法。 www.ibm.com 5. This variant is a compromise between atomicity and cost of transaction overhead. 这种操作类型是在原子性和事务带来的巨大代价之间的折中。 www.ibm.com 6. A distributed transaction will be started to guarantee atomicity across all nodes that are affected by the update. 将启动分布式事务以保证受更新影响的所有节点之间的原子性。 msdn2.microsoft.com 7. Atomicity, as a basic transaction property, is implemented in various systems. 作为事务的基本属性,原子性被各种系统实现。 www.ibm.com 8. Atomicity: Either all steps that are part of the transaction happen or none will happen. 原子性:作为事务一部分的所有步骤或者都发生,或者都不发生。 www.ibm.com 9. The new model satisfies money and goods atomicity, and is more suitable than the original for the protocol in realistic environment. 新模型能够满足货币原子性和商品原子性,并且比原模型更加符合协议运行的实际环境。 lib.cqvip.com 10. Bear in mind that the volatile keyword in Java code only guarantees that a variable is visible: it does not guarantee atomicity. 一定要谨记volatile关键字在Java代码中仅仅保证这个变量是可见的:它不保证原子性。 www.ibm.com 1. A distributed transaction will be started to guarantee atomicity across all nodes affected by the update. 将启动分布式事务以确保更新所影响的所有节点间的原子性。 msdn2.microsoft.com 2. CRMs apply atomicity and durability properties to non-transactional resources. CRM将原子性和持久性属性应用到非事务性资源。 www.kuenglish.info 3. It also uses the log service (Logging) on the log service node, sending log messages with different atomicity levels. 它同样可以使用日志服务节点上的日志服务(Logging),发送不同事务原子级别的日志信息。 www.ibm.com 4. Atomicity ensures that all updates are treated as a single unit and are either all committed or all rolled back. 原子性确保所有更新被当作一个单独的单元,要么全部提交,要么回滚。 www.ibm.com 5. In this paper, we define a log service with some transactional semantics and concentrate on the atomicity semantics. 在本文中,我们定义了一个事务语法支持的日志服务,重点解决原子性语法。 www.ibm.com 6. Even hardware interrupts will respect the atomicity of machine instructions. 即使是硬件中断也不会破坏机器指令的完整性。 www.ibm.com 7. If the atomicity level is none, the log message is written immediately to the permanent log media. 如果事务原子性级别是空,日志消息将被立即写入永久性日志媒体中。 www.ibm.com 8. A log operation might not participate in atomicity at all. 不涉及事务原子性的日志操作。 www.ibm.com 9. The primary concerns in this kind of application are concurrency and atomicity. 在这种应用程序中,主要的问题是并发性和原子性。 www.kuenglish.info 10. The logging server then persists all log messages that require atomicity or semi-atomicity. 然后日志服务器持久化所有事务原子性和半原子性的日志消息。 www.ibm.com 1. Atomicity requires that both withdrawal and deposit should happen in one go, or neither must occur. 原子性要求提款和存款必须同时发生,或者二者都不发生。 www.ibm.com 2. The SCA container uses a two phase commit to achieve atomicity when multiple transactional resource managers are used. 当使用多个事务资源管理器时,SCA容器使用一个两阶段提交实现原子性。 www.ibm.com 3. More subtle than atomicity failures are visibility failures. 比原子性故障更复杂的是可见性故障。 www.ibm.com 4. Separating the data and indexes raised issues of consistency and atomicity. 分离数据和索引引起了一致性和原子性问题。 www.infoq.com 5. But then you lose the whole purpose of locking and atomicity, which clearly shows the necessity of using the memory constraint. 但这样您会无法理解锁定和原子性的全部意图,这些明确显示了使用内存约束的必要性。 www.ibm.com 6. Listing 6 shows how to use an AtomicReference to restore this last bit of atomicity to our example. 清单6展示了如何使用AtomicReference来修复本示例的最后一个原子性问题。 www.ibm.com 7. It receives log messages, each of which might require a certain atomicity level. 它负责接收日志服务,每一个日志消息可能具有不同的事务原子级别。 www.ibm.com 8. The code in Listing 2 has visibility failures as well as atomicity failures. 清单2中的代码不仅有原子性故障,还有可见性故障。 www.ibm.com 9. "There is a new granularity, atomicity and a kind of chemistry, " he remarked. 他认为“出现了一种新的粒度、原子性和化学物”。 www.bing.com 10. There are additional problems with volatile and the atomicity of 64-bit variables, but this is beyond the scope of this article. 使用volatile和64位变量的原子数还有另外一些问题,但这已超出了本文的讨论范围。 www.ibm.com 1. Furthermore, the new method can verify not only the non-repudiation of protocol in static state, but also atomicity in dynamic. 新方法不仅可以静态验证协议的不可否认性,而且可以动态验证协议的原子性。 dictsearch.appspot.com 2. The influence of shape and atomicity on the surface energy of nanocrystal 形状和原子数对纳米晶表面能的影响 service.ilib.cn 3. Model Checking Analysis for Atomicity of Electronic Commerce Protocol 一种电子商务协议原子性的模型检验分析方法 www.ilib.cn 4. Security and Atomicity in Electronic Commerce: Model, Protocoland Verification 电子商务的安全和原子:模型、协议和验证 ilib.cn 5. The calculation of crystal cell, atomicity and crystal plane atomicity of nano-kaolinite 纳米级高岭石晶胞数、原子数和晶面原子数的计算与研究 service.ilib.cn 6. Research of AFAP Protocol Realizing Atomicity and Fair Anonymity 满足原子性和公平匿名性的AFAP协议研究 www.ilib.cn 7. Survey of Atomicity in Electronic Payment Protocol 电子支付协议的原子性研究综述 service.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。