自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 How to Debug C Program using gdb in 6 Simple Steps

http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/Earlier we discussed the basics of how to write and compile a C program with C Hello World Program.In this article, let us dis

2014-02-27 01:43:45 825

转载 python中的try/except/else/finally语句

http://www.cnblogs.com/windlazio/archive/2013/01/24/2874417.html与其他语言相同,在python中,try/except语句主要是用于处理程序正常执行过程中出现的一些异常情况,如语法错误(python作为脚本语言没有编译的环节,在执行过程中对语法进行检测,出错后发出异常消息)、数据除零错误、从未定义的变量上取值等;而

2014-02-13 04:50:46 1452

转载 socket.error: [Errno 48] Address already in use

http://stackoverflow.com/questions/19071512/socket-error-errno-48-address-already-in-use$ ps -fA | grep python 501 81651 12648 0 9:53PM ttys000 0:00.16 python -m SimpleHTTPServer

2014-02-12 12:46:40 2141

原创 通过浏览器浏览本机文件夹

在浏览器地址栏输入:file:///Users/

2014-02-12 04:51:51 913

转载 How to enable syntax highlighting and other options in VIM

http://geekology.co.za/article/2009/03/how-to-enable-syntax-highlighting-and-other-options-in-vimHow to enable syntax highlighting and other options in vim10 Mar 2009Vim is a popular com

2014-02-12 04:45:19 1095

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除