上年沒有去的 BarcampHK ,今年終於有去了,可是星期六上午要工作,下午才能到。我聽了:
Open Source + Microsoft
剛剛到達,此時已是 Q&A 時間,所以聽不出所以然來… 望各位補完…
FCKE ditor
這是一個通常會 embed 到 blog、CMS 等等的 Rich Text Editor,因為聽了十分鐘
When I first started coding in Python, I didn't know what I was doing.So I structured my Python programs the way I would write Bourne shellscripts or Perl programs, writing functions as necessary and usefulbut otherwise putting all of the logic and code in the program's fileoutside of functions (in what I now call 'module scope').
This is a perfectly rational structure for Python programs, and evenworks; my programs ran fine and were perfectly functional. But it wasalso a
上年沒有去的 BarcampHK ,今年終於有去了,可是星期六上午要工作,下午才能到。我聽了:
Open Source + Microsoft
剛剛到達,此時已是 Q&A 時間,所以聽不出所以然來… 望各位補完…
FCKE ditor
這是一個通常會 embed 到 blog、CMS 等等的 Rich Text Editor,因為聽了十分鐘

DNS software in general has two forms of caching, which I've seen called'positive' and 'negative'. Positive entries hold actual answers obtainedfrom authoritative servers (theoretically, see Dan Kaminsky's DNSattack), while negative entries mark entries that (theoretically) don'texist. Positive entries are cached for their TTL value; negative entries don't have a TTL themselves, but more or lessinherit a TTL from the zone's SOA record.
(The details are complicated .)
