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.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-01
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2021-12-17
  • 2021-09-01
  • 2022-12-23
  • 2021-12-08
  • 2021-11-25
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案