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.

  • 相关阅读:
    守护线程
    接口中的方法重写
    jvm内存结构
    浅拷贝,深拷贝
    队列
    12月4号荒度了一天
    同步条件
    条件变量
    信号量Semaphore
    sql练习
  • 原文地址:https://www.cnblogs.com/fangwenyu/p/4150592.html
Copyright © 2011-2022 走看看