2021年6月11日

python xlrd xlwr函数 读取excel好文总结

摘要: https://www.cnblogs.com/python-robot/p/9958352.html 官网: http://www.python-excel.org/ 好文: https://www.cnblogs.com/insane-Mr-Li/p/9092619.html 读取excel数据 阅读全文

posted @ 2021-06-11 14:50 平凡之测 阅读(94) 评论(0) 推荐(0) 编辑

TypeError: 'NoneType' object is not iterable 一次错误场景

摘要: TypeError: 'NoneType' object is not iterable 源码 def get_url(lines): urls=[] for line in lines: if 'img' in urls: url=line.split('src=')[-1].split('"') 阅读全文

posted @ 2021-06-11 10:31 平凡之测 阅读(235) 评论(0) 推荐(0) 编辑

typora 标题未在大纲中显示解决方法

摘要: 解决方法:切换到源代码模式(快捷键是Ctrl +/),用鼠标选择未与前文对齐的标题和内容,按Shift+Tab,将内容对齐之后,大纲就能够正常显示了。 阅读全文

posted @ 2021-06-11 09:57 平凡之测 阅读(1358) 评论(0) 推荐(0) 编辑

导航