
Python
lsfreeing
这个作者很懒,什么都没留下…
展开
-
Pycharm常用快捷键
不同IDE快捷键不同,记录下Pycharm。供参考常用快捷键快捷键 功能 Ctrl + Q 快速查看文档 Ctrl + F1 显示错误描述或警告信息 Ctrl + / 行注释(可选中多行) Ctrl + Alt + L 代码格式化 Ctrl + Alt + O 自动导入 Ctrl + Alt + I 自动缩进 Tab /...转载 2020-04-27 10:18:42 · 198 阅读 · 0 评论 -
Python复合语句with的用法
1.python官方文档https://docs.python.org/3/reference/compound_stmts.html#the-with-statement2.python增强建议文档https://www.python.org/dev/peps/pep-0343/3.中文参考python with as的用法https://www.cnblogs.com/...原创 2019-02-28 15:24:36 · 470 阅读 · 0 评论