2018年4月13日

DeprecationWarning错误处理

摘要: python3.6遇到问题,源代码中这一句出现告警 sheet = wb.get_sheet_by_name("Sheet1") 按照提示修改为wb["Sheet"]解决 告警信息如下: D:\python_t1\excel>python excel.pyexcel.py:6: Deprecatio 阅读全文

posted @ 2018-04-13 21:46 棠巴巴 阅读(13431) 评论(0) 推荐(0) 编辑

python 内置函数查询

摘要: >>> dir(__builtins__)['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'BlockingIOError', 'BrokenPipeError', 'BufferError', 'By 阅读全文

posted @ 2018-04-13 20:59 棠巴巴 阅读(191) 评论(0) 推荐(0) 编辑

导航