2014年4月24日
摘要: python 调试基本和gdb调试一样,举例:debug .py1 #!/usr/bin/python 2 print "hello"3 4 i=05 for j in range(10):6 i+=j7 print i调试命令:python -m pdb debug.py -m (mod)-... 阅读全文
posted @ 2014-04-24 16:51 zmlctt 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 设置固定的IP地址换源: /etc/apt/sources.list 哈工大源,感觉还是比较快的deb http://run.hit.edu.cn/ubuntu/ precise main restricted universe multiversedeb http://run.hit.edu.cn... 阅读全文
posted @ 2014-04-24 15:11 zmlctt 阅读(328) 评论(0) 推荐(0) 编辑