idempotent
英音[ ˈaɪdəmˌpəʊtənt ] 美音[ aɪˈdempətənt ]

幂等

常用释义

词性释义

adj.

幂等的

n.

[数] 幂等
例句
  • 全部
  • 幂等
  • 等幂
最后,得到了适当半群上的模糊好同余为幂等可分的充要条件。
If that would be the case, other Mule's smart router would become handy, like the one allowing you to create idempotent receivers.
如果事实如此,那其他的Mule路由就唾手可得了,比如可以创建幂等接收者的路由。
Then we study the idempotent-separating congruences on the orthogroups with group kernel normal systems and give it a simple rep.
利用群核正规系讨论了纯正群的幂等元分离同余。
证明了域上有限维半单代数的每一个非零理想由唯一的中心幂等元生成。
如果它是有限和非空的,则它必须包含至少一个幂等元。
safe:在WSDL扩展命名空间中,此属性声明该操作是等幂的。
第二个问题是以幂等方式处理序列消息,这样这些消息被执行一次,且一次。
该模型具有数值可加型标准综合函数所具有的性质,即单调性、有界性和幂等性。
Inclines are additively idempotent semi rings in which products are less than or equal to either factor.
坡是个加法幂等,乘法小于或等于其因子的半环。
满足这些条件的函数称为确定型或等幂函数。
For requests that don't change the server state and only pull back data (this is called an idempotent action), use GET.
如果请求不改变服务器状态只是取回数据(又称作幂等动作)则使用GET。
Meanwhile, we give two structures of the sign idempotent by the definition of idempotent.
通过幂等的定义,给出了两种符号幂等模式矩阵的结构。
The interpolated set is achieved when the two consecutive sets are made idempotent by the morphing transformation.
该集是实现插在两个连续集是由变形改造幂。
每个子群精确的包含一个幂等元,也就是这个子群的单位元。
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
一种解决方案要求活动是等幂的,或者能够通过某种方式处理第二次调用。
从设计的角度看,这也意味着消息处理的次数会幂等增加。
讨论了一般符号模式矩阵的幂等性和广义逆。
例如,GET应该是安全的只读幂等(idempotent)调用,它不应该以任何方式更改资源的状态。
幂等矩阵是代数学中的重要矩阵。
例如,所有非空有限半群是周期性的,并有一个极小理想和至少一个幂等元。
For example, a service that inquires about the progress of an order is both safe and idempotent.
比如,查询订单进展情况的服务既是安全的也是幂等的。
由于并发相关操作的失败而导致失败的等幂业务服务可以重试。
线性空间的幂等变换与对合变换的几个等价表示
域上从对称矩阵空间到全矩阵空间保幂等的线性算子
关于幂等阵的相似与线性组合
幂等矩阵与对合矩阵的换位子的可逆性
严格部分变换半群的幂等元秩
广义循环布尔矩阵三明治半群中的幂等元
幂等矩阵线性组合可逆性的若干条件
1·If the API of a dependent service is idempotent, that means it is safe to retry failed requests.
如果所依赖服务的API是幂等的,那就意味着可以安全地对失败请求进行重试。
2·Although a request can still be idempotent if it does not possess this property, XCAP does not permit such requests.
尽管不拥有这个属性的请求也可能是幂等的,但是XCAP不允许这样的请求。
3·In the end we prove that idempotent operator is similar to its adjoint.
最后还证明了幂等算子和它的伴随是相似的。
4·I suppose you'd call that an idempotent type constructor.
我想你会调用一个幂等类型的构造函数。
5·So We have prove that each P-congruence on P-regular semigroups is uniquely determined by its partial kernel normal systems containing idempotent elements.
由此推出了P -正则半群上的每个P -同余完全是由其包含幂等元的部分核正规系所决定的。
1·One solution requires that activities are idempotent, or can somehow deal with the second invocation.
一种解决方案要求活动是等幂的,或者能够通过某种方式处理第二次调用。
2·Calls to adapt should be idempotent.
对adapt的调用应该是等幂的。
3·WSDLX: safe: From the WSDL extensions namespace, this attribute declares that this operation is idempotent.
safe:在wsdl扩展命名空间中,此属性声明该操作是等幂的。
4·This method does not need to be either safe or idempotent.
该方法不需要安全或者等幂。
5·Sometimes making a method safe also makes it idempotent.
有时使一个方法安全也就是使它等幂。