计算机科学中的幂等

    In computer science, the term idempotent is used to describe method or subroutine(子程序) calls which can safely be called multiple times, as invoking the procedure a single time or multiple times results in the system maintaining the same state i.e. after the method call all variables have the same value as they did before.

========END========


你可能感兴趣的:(计算机科学中的幂等)