近排大熱但其實又不太關我事的世界盃,除了一眾球星外,最備受注目的,未必是大會指定的那個adidas世界波,反而可能是那個非大會指定的非官方球迷啦啦隊打氣道具—–Vuvuzela(呼呼些拿)。
可能知我是喇叭手,最近不斷有人問我
| 生活區報 (香港經濟日報) 003 | 人物 | By 陳家雄 | ||||||
| ||||||
| 一個YouTube網站,讓80後的 袁彌明 貿然闖進商界。由$10萬定單做起,發展到美容店寄賣,一步一步把採購自海外的小品牌產品點石成金。去年她在銅鑼灣以 | ||||||
Once upon a time, most every Unix system (or at least most every Unixsystem descended from Berkeley Unix) had a set of system logins andgroups that looked more or less identical and had more or less identicalUIDs and GIDs. This made it possible for fileserver environments to more or less have a single, globalpassword and group file that was used on all of your machines.
Those days are long over. In fact, things have swung to drasticallydifferent system logins and groups, with complete anarchy not just
Here is something that I was surprised to discover the other day : you can nest class definitions inside otherthings. In a way this is just what I should have expected given that class is an executable statement in Python, just like def is ( cf ), but I still found it surprising to see itactually happen.
At least in the simple case, the only thing that nesting a class insideanother class does is make the first class's name harder to get to; theinner class has no special