URL整理
Airtest project官网 http://airtest.netease.com/
poco辅助文档:http://poco.readthedocs.io/zh_CN/latest/index.html
Airtest IDE 文档 http://airtest.netease.com/docs/docs_AirtestIDE-zh_CN/4_advanced_features/1_script_record_features.html
Airtest 文档: http://airtest.readthedocs.io/en/latest/all_module/airtest.core.api.html
Anaconda 安装教程:https://www.zhihu.com/question/58033789
注意一点的是:
1 .安装成功后使用 conda upgrade --all命令更新所有的包。如果存在一个新的Anaconda版本,不会去更新包,而是会显示warning,提示你去更新Anaconda的版本。
2. 这个时候用命令conda udpate -n base conda来更新包的版本
3. 更新完成后,再使用conda upgrade --all来更新所有的包,这个时间会比较长一些
python虚拟环境的使用:
http://www.seoerzone.com/article/virtualenv-for-python/
关于python的面试题
https://github.com/taizilongxu/interview_python#3-staticmethod%E5%92%8Cclassmethod