摘要: # -*- coding:utf-8 -*-'''Created on Jul 14, 2015@author: yunguix'''import sysimport subprocessimport argparsedef shell(cmd, env=None): """Execute d... 阅读全文
posted @ 2015-07-22 10:42 gy890 阅读(143) 评论(0) 推荐(0)
摘要: 1.异常继承结构图BaseException是所有异常的基类,其下并行那个异常类,KeyboardInterrupt、SystemExit、ExceptionSystemExit 和 KeyboardInterupt 不是由于错误条件引起的。SystemExit 是由于当前 Python 应用程序需... 阅读全文
posted @ 2014-04-13 18:28 gy890 阅读(172) 评论(0) 推荐(0)