会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gy890
博客园
首页
新随笔
联系
订阅
管理
2015年7月22日
dump_packages_argparse
摘要: # -*- 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)
2014年4月13日
错误和异常
摘要: 1.异常继承结构图BaseException是所有异常的基类,其下并行那个异常类,KeyboardInterrupt、SystemExit、ExceptionSystemExit 和 KeyboardInterupt 不是由于错误条件引起的。SystemExit 是由于当前 Python 应用程序需...
阅读全文
posted @ 2014-04-13 18:28 gy890
阅读(172)
评论(0)
推荐(0)
公告