2018年6月4日

python3 django学习

摘要: 环境信息 C:\Users\Administrator>python -m django --version2.0.6 F:\python\web\web2>pythonPython 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.19 阅读全文

posted @ 2018-06-04 23:30 棠巴巴 阅读(164) 评论(0) 推荐(0) 编辑

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) 编辑

导航