有學校為怕學生駁嘴,竟然禁止學生講「有壓力」、「未解決」,其實巴士阿叔事件,是很好的通識課內容,何不借此機會,讓學生思考一下事件背後反映了什麼?
好了,各位同學,請試答以下問題:
(一) 阿叔篇
- 試分析阿叔一
Every so often in my Python programs I need to initialize adictionary with a whole bunch of values (and then pass it offsomewhere). For a long time, my usual approach to this was:
d = {}d['a'] = b.whatd['c'] = foo(d)....Recently I stumbled over the better way to do this, which isembarrassingly obvious in retrospect:
d = { 'a': b.what, 'c有學校為怕學生駁嘴,竟然禁止學生講「有壓力」、「未解決」,其實巴士阿叔事件,是很好的通識課內容,何不借此機會,讓學生思考一下事件背後反映了什麼?
好了,各位同學,請試答以下問題:
(一) 阿叔篇
This week, we:
This is about the same as last week . Tuesday,Wednesday, and Thursday were the busiest days this week for connections;I suppose that's not
As time goes by, there's an increasing amount of stuff I want to writedown. One of the things that stalls me out on this (apart from the sheereffort of writing) is the question of where and how I should put them;in particular, should I make a wiki page or write a blog entry?
In theory this shouldn't come up; WanderingThoughts is part ofa hybrid wiki-blog, which I've extolled the virtues of before . In practice this is an illusion
We just got the following message today from a well regarded commercialbackup system that costs a lot of money:
* host:/filesystem save: path length of 1025 too long, directorynot saved: /filesystem/long/dir/path/...
Path name length limitations; just what I like to find out about inmy backup software. (I suspect that the limit is 1024 characters andthat the path is not exactly 1025 characters, it's