释义 |
- 1
The ivh options stand for install, verbose, and hash, which installs the package while telling you what's going on (as well as giving you hash-mark status indicators). ivh选项代表安装、详尽和井号,它会安装软件包,同时告诉您所有细节(还会为您提供井号状态指标)。 - 2
So, what's the idea? If I know what my hash function does, it maps, in this case characters into a range zero to 256, which is zero to 255, I create a list that long, and I simply mark things. 我知道我的哈希函数做什么,在这个例子中,它将字母,映射成0到255的256个数字,我创建了一个这么长的列表,并且我只是简单的标志这些东西。 - 3
Second thing I want to note is, the little hash mark or the pound sign, that's identifying a comment. 我想要说的第二件事是,这个小斜杠或者是井字号,这是用来标注注释的。
|