ch9/ #370
ch9/
#370
Replies: 2 comments
-
”分辨率“,改成“时间间隔”是不是更好理解 |
Beta Was this translation helpful? Give feedback.
0 replies
-
resolution表示分辨率应该是个比较标准的说法?包括空间上的分辨率(比如显示器或媒体文件支持的分辨率)和时间上的分辨率(比如这里第9章的使用场景)等 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ch9/
它们是有趣的东西,意外。在你遇到它们之前,你永远不会遇到它们。
A.A. 米尔恩,《小熊维尼和老灰驴的家》(1928)
正如 “可靠性与容错” 中所讨论的,让系统可靠意味着确保系统作为一个整体继续工作,即使出了问题(即出现故障)。然而,预料所有可能的故障并处理它们并不是那么容易。作为开发者,我们很容易主要关注正常路径(毕竟,大多数时候事情都运行良好!)而忽略故障,因为故障会引入大量边界情况。
https://ddia.vonng.com/ch9/
Beta Was this translation helpful? Give feedback.
All reactions