05 2023 档案

摘要:## 一、Pycharm中配置Pyinstaller 首先,要下载个pyinstaller库,用pip install installer等待完成即可 (顺带记录下pip 配置国内镜像的方法: 国内源: - 阿里云 http://mirrors.aliyun.com/pypi/simple/ - 中 阅读全文
posted @ 2023-05-25 15:44 写BUG的猪 阅读(2605) 评论(0) 推荐(0)
摘要:在Pycharm中通过GIT把项目上传到Gitee 学习PyQt5,准备编个小程序,上传到Gitee,老是用命令行太麻烦,所以准备在Pycharm中配置上传工具,网上找了好多教程,记录整理一下。 一、工具及准备工作 Pycharm 我的是PyCharm Community Edition 2021. 阅读全文
posted @ 2023-05-25 13:32 写BUG的猪 阅读(2669) 评论(0) 推荐(0)