会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Risun_Lee
博客园
首页
管理
2020年2月16日
python安装模块速度慢的解决方法
摘要: 1.Win+R,cmd 2.pip install pqi 3.pqi use aliyun
阅读全文
posted @ 2020-02-16 22:16 Risun_Lee
阅读(501)
评论(0)
推荐(0)
编辑
【问题】多重继承时,super函数只初始化继承的第一个类,不初始化第二个类。
摘要: class A(object): def __init__(self): print("init class A") class B(object): def __init__(self): print("init class B") class C(object): def __init__(se
阅读全文
posted @ 2020-02-16 18:00 Risun_Lee
阅读(208)
评论(0)
推荐(0)
编辑