随笔分类 -  Python编程

摘要:- 网上的大多数Python项目中包含requirements.txt文件,此文件用于记录该项目所有依赖包以及具体的版本号,可以让我们轻松地把该项目运行在新的环境中。 生成requirements文件依赖: pip freeze > requirements.txt 安装requirements文件 阅读全文
posted @ 2021-02-17 21:48 疲惫的豆豆 阅读(560) 评论(0) 推荐(1)
摘要:这两天通过python去连接Android手机时,一直提示:Adb connection Error:An existing connection was forcibly closed by the remote使用cmd执行adb命令的时候,却可以正常使用,不过无法kill-server和sta... 阅读全文
posted @ 2015-10-12 15:43 疲惫的豆豆 阅读(1062) 评论(0) 推荐(0)