摘要: 错误继承表:https://docs.python.org/zh-cn/3/library/exceptions.html#exception-hierarchy 菜鸟教程:https://www.runoob.com/python/python-exceptions.html def 函数(): 阅读全文
posted @ 2019-07-28 01:59 小龙mr 阅读(349) 评论(0) 推荐(0) 编辑
摘要: BaseException +-- SystemExit +-- KeyboardInterrupt +-- GeneratorExit +-- Exception +-- StopIteration +-- StopAsyncIteration +-- ArithmeticError | +-- 阅读全文
posted @ 2019-07-28 01:55 小龙mr 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 选中并复制要转换的行 在要放置的单元格上右击,点菜单上的 “选择性粘贴” 在弹出的窗口上勾选 “转置“ 点确定 阅读全文
posted @ 2019-07-28 00:48 小龙mr 阅读(871) 评论(0) 推荐(0) 编辑