自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 python中xrange和range的异同

转自:http://ciniao.me/article.php?id=17range    函数说明:range([start,] stop[, step]),根据start与stop指定的范围以及step设定的步长,生成一个序列。range示例: >>> range(5) [0, 1, 2, 3, 4] >>> range(1,5) [1, 2, 3, 4] >>

2014-07-31 07:31:35 650

转载 初识python psutil

转自:https://pypi.python.org/pypi/psutilhttp://www.crifan.com/try_python_psutil/

2014-07-28 14:14:21 13563

转载 PCM WAVE格式详解及用C语言实现wave文件的读取

转自:http://ibillxia.github.io/blog/2013/07/20/details-of-wave-format-and-reading-wave-files-in-C-language/

2014-07-28 10:18:04 9694

转载 Python subprocess.Popen 只接受 list 不接受单个 string

参考:http://stackoverflow.com/questions/901982/python-oserror-errno-2

2014-07-25 15:41:18 3493

转载 Linux C 获取当前进程可执行文件路径

参考:http://www.apihome.cn/api/linux/readlink.html

2014-07-22 12:55:43 7255

转载 snprintf使用.*和额外参数指定字符串格式化宽度

参考:http://www.cplusplus.com/reference/cstdio/printf/

2014-07-22 11:04:09 2726

转载 Python 代码调试技巧

转自:http://www.ibm.com/developerworks/cn/linux/l-cn-pythondebugger/

2014-07-21 11:51:40 1216

转载 unlink函数详解

转自:http://blog.csdn.net/hao_lei/article/details/3485588

2014-07-21 11:49:29 7994

转载 Python为什么要self

转自:http://sjolzy.cn/Why-should-self-Python.html

2014-07-21 11:42:50 747

原创 通过PyDev zip安装Eclipse PyDev插件

【问题】有时bun

2014-07-20 12:00:42 4236

转载 gdb调试带参数的程序

转自:http://blog.chinaunix.net/uid-20554957-id-3826852.html

2014-07-16 15:46:40 690

转载 Eclipse CDT 导入现有工程但不copy文件

参考:http://stackoverflow.com/questions/13824381/eclipse-cdt-add-existing-source-without-copying【问题】

2014-07-16 14:59:52 2795

转载 Windows连Samba可以但是不能访问子文件夹

参考:http://stackoverflow.com/questions/17078414/samba-shares-seen-in-windows-but-cannot-connect【问题】在Linux机器上

2014-07-16 14:07:57 7908

转载 Chrome 中的 JavaScript 断点设置和调试技巧

转自:http://han.guokai.blog.163.com/blog/static/136718271201321402514114/

2014-07-13 15:06:19 681

转载 The type handler is not accessible due to restriction on required library rt.jar

【报错】multiple markers at this lineAccess restriction: the constructor Handler() is not accessible due to restriction on required library c:\program files\java\jre7\lib\rt.jarAccess restriction: t

2014-07-10 11:50:17 2119

转载 python3中raw_input()变成了input()

python3中raw_input()变成了input()

2014-07-07 09:57:59 34003

转载 python3中的print是一个函数

参考:http://stackoverflow.com/questions/826948/syntax-error-on-print-with-python-3

2014-07-07 09:50:34 1102

转载 使用gdb调试nginx源码

转自:http://www.cnblogs.com/yjf512/archive/2012/05/10/2494635.html

2014-07-01 14:35:19 945

空空如也

空空如也

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

TA关注的人

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