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.

最新文章

  1. iOS权限问题
  2. Openjudge 1.13-40 提取数字串按数值排序
  3. 在Windows/Ubuntu下安装OpenGL环境(GLUT/freeglut)与跨平台编译(mingw/g++)
  4. Unity3d 去掉exe版本的边框
  5. LightOj 1163 - Bank Robbery(x-x/10 = n求所有的 x )
  6. LayoutInflater中四种类型inflate方法的介绍
  7. JavaScript 阻止默认时间和冒泡时间
  8. Thread’s start method and run method
  9. 自己实现ArrayList与LinkedList类
  10. $resource详解
  11. phpStudy apache 启动不了
  12. kotlin集合操作
  13. mongodb最大连接数、最大连接数修改
  14. 12.预处理数据的方法总结(使用sklearn-preprocessing)
  15. JavaScript之图片操作1
  16. java拾遗4----一个简单java程序的运行全过程
  17. docker高级应用之cpu与内存资源限制(转)
  18. XHProf安装使用笔记
  19. 一步步打造自己的linux命令行计算器
  20. 2. Add Two Numbers【medium】

热门文章

  1. Windows Server 2012 R2 或 2016 无法安装 .Net 3.5.1
  2. android 动画具体解释(二)
  3. Hibernate(十五)注解
  4. Linux文件类型(学习笔记六)
  5. 关于gcc、glibc和binutils模块之间的关系,以及在现有系统上如何升级的总结
  6. 用Navicat Premium 操作MySQL数据库
  7. iscsi initiator端Note
  8. import 如何工作
  9. ribbon区域亲和配置一例
  10. permission denied make_sock could not bind to address 81问题解决