idempotent,英文单词,主要用作为形容词、名词,作形容词时译为“ 幂等的”;作名词时译为“[数] 幂等”。
单词用法
根据柯林斯英汉双解大词典:
意为:
1. ADJ (of a matrix, transformation, etc) not changed in value following multiplication by itself 幂等的 [maths]
短语搭配
similar idempotent 相似幂等元素 ; [数] 相似幂等元
primitive idempotent 本原幂等元
idempotent operation 幂等运算 ; 幂等操作
idempotent rings 幂等环
idempotent semiring 幂等半环
Idempotent matrixes 幂等矩阵
idempotent procedure 幂等过程
idempotent completion 幂等完备化
双语例句
1.Write operations are idempotent and commutative, based on the time they enter the system.
基于进入系统的时间,写操作具有幂等性(不管操作多少次结果都不变的性质,比如取绝对值的函数就具有幂等性)和交换性(操作顺序不影响结果,比如加法就具有交换性)。
2.If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
3.A second problem was handling sequential messages in an idempotent fashion, such that they are executed once and only once.
第二个问题是以幂等方式处理序列消息,这样这些消息被执行一次,且一次。