Skip to content

Commit

Permalink
localize idempotence.md (cncf#919)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangxuhai <lenshood.zxh@gmail.com>
  • Loading branch information
LENSHOOD authored and Jacob953 committed Jun 22, 2022
1 parent 4f1a9e7 commit 3079b78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/zh-cn/idempotence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 幂等性
status: Completed
category: 属性
---

在数学或计算机科学中,幂等性描述了一种操作,无论你执行多少次,都会得到相同的结果。如果参数相同,一个幂等操作就不会影响它调用的应用程序。

0 comments on commit 3079b78

Please sign in to comment.