摘要: __pycache__/views.cpython-36.pyc SPDmanage/__pycache__/views.cpython-38.pyc SPDmanage/migrations/__pycache__/0001_initial.cpython-36.pyc SPDmanage/mig 阅读全文
posted @ 2025-11-16 21:48 emanlee 阅读(9) 评论(0) 推荐(0)
摘要: PyCharm gitee: Git Pull Failed Your local changes will be overwritten by merge. Commit, stash, or revert them to proceed.View them Local Changes Preve 阅读全文
posted @ 2025-11-16 21:46 emanlee 阅读(7) 评论(0) 推荐(0)
摘要: Pycharm-->File-->Settings-->Plugins-->搜索ignore-->点击安装-->重启Pycharm 使用ignore: 项目-->右键-->New-->.ignore file-->.gitignore file(Git) 阅读全文
posted @ 2025-11-16 21:42 emanlee 阅读(6) 评论(0) 推荐(0)
摘要: Pycharm为什么会自动创建__pycache__ __pycache__是 Python 存储编译后字节码(.pyc 文件)的目录,目的是提升代码运行效率,PyCharm 运行、调试 Python 文件时会触发 Python 解释器生成该目录。 关键原因 存储字节码文件:Python 执行.py 阅读全文
posted @ 2025-11-16 21:31 emanlee 阅读(22) 评论(0) 推荐(0)