摘要:
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)-... 阅读全文
摘要:
设置固定的IP地址换源: /etc/apt/sources.list 哈工大源,感觉还是比较快的deb http://run.hit.edu.cn/ubuntu/ precise main restricted universe multiversedeb http://run.hit.edu.cn... 阅读全文