中英
idempotent
/ ˈaɪdəmˌpəʊtənt /
/ aɪˈdempətənt /
  • 简明
  • 柯林斯
  • adj.幂等的
  • n.[数] 幂等
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     全幂等的

    ... hypotrochoid次内摆线 idempotent全幂等的 identical全等;恒等 ...

  • 2

     幂等性

    幂等性(Idempotent)是一个数学上的概念,在这里表示发送一次和多次请求引起的边界效应是一致的。

  • 3

     等幂的

    除非这个方法是等幂的(Idempotent),只有这个方法是等幂的,一些负载均衡器更智能,它会重试这些方法并将它失效转移到其他实例上。

短语
查看更多
  • 双语例句
  • 1
    Calls to adapt should be idempotent.
    对adapt的调用应该是等幂的。
  • 2
    From a design standpoint this means that message processing has to be idempotent.
    从设计的角度看,这也意味着消息处理的次数会幂等增加。
  • 3
    If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
    如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
查看更多
  • 百科
  • Idempotent

    Idempotence (/ˌaɪdɨmˈpoʊtəns/ EYE-dəm-POH-təns) is the property of certain operations in mathematics and computer science, that can be applied multiple times without changing the result beyond the initial application. The concept of idempotence arises in a number of places in abstract algebra (in particular, in the theory of projectors and closure operators) and functional programming (in which it is connected to the property of referential transparency). The request methods of the HyperText Transfer Protocol (HTTP) computer protocol are a common example of idempotence, in that data retrieval operations can be performed without changing or otherwise affecting the data.The term was introduced by Benjamin Peirce in the context of elements of algebras that remain invariant when raised to a positive integer power, and literally means "(the quality of having) the same power", from idem + potence (same + power).There are several meanings of idempotence, depending on what the concept is applied to:

查看更多