zoukankan      html  css  js  c++  java
  • Let's call it a "return"

    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.

  • 相关阅读:
    Linux ld命令
    Linux readelf命令
    linux ar命令
    Linux升级Ruby
    Linux dkpg命令
    Linux apt-get命令
    Linux xxd命令
    Linux objdump命令
    Linux ldconfig命令
    git 删除目录
  • 原文地址:https://www.cnblogs.com/fangwenyu/p/4150592.html
Copyright © 2011-2022 走看看