幂等(idempotent、idempotence)是一个数学与计算机学概念,常见于抽象代数中。 在编程中一个幂等操作的特点是其任意多次执行所产生的影响均与一次执行的影响相同。幂等函数,或幂等方法,是指可以使用相同参数重复执行,并能获得相同结果的函数。这些函数不会影响系统状态,也不用担心重复执行会对系统造成改变。例如,“setTrue()”函数就是一个幂等函数,无论多次执行,其结果都是一样的.更复杂的操作幂等保证是利用唯一交易号(流水号)实现.
adj. idempotent
英语新词汇与常用词汇的翻译(67)-英语文章阅读-... ... idemfactor 幂等矩阵 idempotency 幂等 idempotent 幂等 ...
基于272个网页-相关网页
In Chapter 2,we study idempotent residuated chains.
第二章研究了幂等元剩余链。
参考来源 - 剩余格的若干研究One of important techniques in thestudy of preserver problems is to reduce new preserver problems to the known ones,such as idempotence、rank one preserver and so on.
而做保持问题的一个常用技巧即把新的问题归结到一个已知的不变量的保持问题,例如幂等、秩1保持等。
参考来源 - M·2,447,543篇论文数据,部分数据来源于NoteExpress
从设计的角度看,这也意味着消息处理的次数会幂等增加。
From a design standpoint this means that message processing has to be idempotent.
第二个问题是以幂等方式处理序列消息,这样这些消息被执行一次,且一次。
A second problem was handling sequential messages in an idempotent fashion, such that they are executed once and only once.
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
应用推荐