近年很多東西都用版本號,尤以 2.0 為甚,意味新一代劃時代的感覺。
EVA 的新劇場版也用版本號:《Evangelion 1.0 You are (not) alone》,我也以為是一種「重新再來」的意思,加上趕趕潮流用版本號。而且「序」篇為第一集,用 1.0
From an article by Henri Sivonen :
Draconian error handling creates an unstable equilibrium in GameTheory terms—it only lasts until one player breaks therule. One non-Draconian XML5 implementation in a key client productand the Draconian XML ranks would break.
(Discovered through Mark Pilgrim ,specifically his firehose .)
Applications to XHTML are left as an exercise for the reader.
There are two sorts of secrets in the world: known secrets and unknownsecrets.
A known secret is something that people already know exists; forexample, your root password is a known secret. Keeping a known secretis simple: you just don't tell people your root password. You haveto guard known secrets against inadvertent disclosure (it's alwaysembarrassing to type your root password into the wrong window), butthat's mostly it.
(I am ignoring the possibility of deliberate attacks against the
近年很多東西都用版本號,尤以 2.0 為甚,意味新一代劃時代的感覺。
EVA 的新劇場版也用版本號:《Evangelion 1.0 You are (not) alone》,我也以為是一種「重新再來」的意思,加上趕趕潮流用版本號。而且「序」篇為第一集,用 1.0
One of the great not quite arguments in the Python world is betweendocstrings and comments, specifically which one you should use inyour code. My answer is that I use both, although more comments thandocstrings, but I use them for different things.
My comments are primarily written as internal documentation; how afunction operates, why it operates that way, the high level logic andstructure of the code, and so on. Docstrings, when I write them, areexternal documentation, covering things like how to use
One of the divisions between different logical volume systems is whereand how they store the metadata about what logical volumes exist andwhat they're made up of. Roughly speaking there are two choices:'in-band', where you store the metadata in a reserved area of some ofthe disk space you're managing, and 'out-of-band', where you store itoutside. In-band storage is used by Linux software RAID and LVM; out ofband storage is used by Solaris