摘要: http://www.cnblogs.com/lovesoo/p/7780957.html 阅读全文
posted @ 2017-11-04 09:35 猪啊美 阅读(86) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/huwei934/p/6971426.html 阅读全文
posted @ 2017-11-04 08:42 猪啊美 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 这里我们使用pyinstaller这个软件即可,使用pip即可完美安装,在要打包的程序目录下打开cmd输入 pyinstaller -F 文件名.py 即可成功,运行成功后生成一个dict文件夹,东西在该文件夹里 pyinstaller -F 文件名.py 阅读全文
posted @ 2017-11-04 08:34 猪啊美 阅读(2015) 评论(1) 推荐(2) 编辑