06 2020 档案

摘要:包和模块 首先要弄清这两个概念, 在python 中 一个文件夹中包含__init__.py 文件(这个文件是包的初始化文件,在你导... 阅读全文
posted @ 2020-06-14 12:38 Hello_wshuo 阅读(75) 评论(0) 推荐(0)
摘要:装饰器作用 装饰器有什么用? 装饰器顾名思义:装饰函数用的, 当我们写一个函数 test 的时候,我们采用一个函数 a来装饰test... 阅读全文
posted @ 2020-06-13 18:19 Hello_wshuo 阅读(39) 评论(0) 推荐(0)
摘要:解决方法 touch ~/.sudo_as_admin_successful 阅读全文
posted @ 2020-06-12 20:19 Hello_wshuo 阅读(1253) 评论(0) 推荐(0)