小時候沉迷 Batman ,幼稚園我第一個學的B字頭的英文字,不是Boy,是 Batman 。
數到G,對於我來說,G亦不是for Girl,而是 Green Hornet(青蜂俠) 。
我稱不上是一個高達迷,但我那個年代及後我幾個年代的大男孩,絕大多數都受過高達的薰陶,彷彿你沒砌過高達模型,就會被人懷疑你的性取向似的。
繼去年現身於東京台場的 一比一高達 後,今年高達再下一城,玩上天空通處

One of the things I've been thinking about as a result of my too muchSQL war story is how to distinguish between when using SQLis the right answer and when it's the wrong answer. I've just started onthis, but I've come to one obvious sign: data reduction.
The downside to just asking your SQL server for the entire database anddoing all of the processing in your own program is that the SQL serverships you a lot of data. Thus, one important