2020年2月29日

幂等性

摘要: 什么是幂等性 HTTP/1.1中对幂等性的定义是:一次和多次请求某一个资源对于资源本身应该具有同样的结果(网络超时等问题除外)。也就是说,其任意多次执行对资源本身所产生的影响均与一次执行的影响相同。 Methods can also have the property of “idempotence 阅读全文

posted @ 2020-02-29 18:03 frank_cui 阅读(159) 评论(0) 推荐(0)

Binary Release vs Source Release 二进制发布版本 vs 源代码版本

摘要: A source release (源代码版本)will be compiled on your own machine while a binary release(二进制发布版本) must match your operating system. source releases are mor 阅读全文

posted @ 2020-02-29 16:27 frank_cui 阅读(1172) 评论(0) 推荐(0)

导航

levels of contents