Preface
Long time no see.
For some reason that I failed to keep updating this blog, which is really a shame. Though my lazy personality deserves much to blame, the inconvenience of formatting the articles (especially the paragraph, code snippet) using cnblogs really disturb me. To my joy, I noticed that "markdown" is supported now, maybe it's time to pick up and start it over? Who knows, maybe I will give it up again. Never mind, living in the moment is the most important, right?
Note: there is a good online markdown editor here
OK, here we go. Just give it a try --
This is really a test
OK, let me try some code snippet...
def hello_world():
print 'Hello world!'
Another one...
SELECT '不勝涼風'
FROM cnblogs.com
WHERE id = 'fangwen.YU'
Yeah, it works.