上一页 1 2 3 4 5 6 7 8 9 10 ··· 344 下一页
摘要: 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 阅读(10) 评论(0) 推荐(0)
摘要: Pycharm-->File-->Settings-->Plugins-->搜索ignore-->点击安装-->重启Pycharm 使用ignore: 项目-->右键-->New-->.ignore file-->.gitignore file(Git) 阅读全文
posted @ 2025-11-16 21:42 emanlee 阅读(9) 评论(0) 推荐(0)
摘要: Pycharm为什么会自动创建__pycache__ __pycache__是 Python 存储编译后字节码(.pyc 文件)的目录,目的是提升代码运行效率,PyCharm 运行、调试 Python 文件时会触发 Python 解释器生成该目录。 关键原因 存储字节码文件:Python 执行.py 阅读全文
posted @ 2025-11-16 21:31 emanlee 阅读(123) 评论(0) 推荐(0)
摘要: 拼接一个文件夹和子文件夹中的全部代码文件 写python代码,拼接一个文件夹及其子文件夹中的全部代码文件。 拼接全部的py文件,vue文件,js文件 拼接一个文件夹及其所有子文件夹中的代码文件 以下是一个 Python 脚本,用于递归遍历指定文件夹及其子文件夹,并将所有代码文件(如 .py、.js、 阅读全文
posted @ 2025-11-13 11:37 emanlee 阅读(53) 评论(0) 推荐(0)
摘要: 如何把mate 60备份到移动硬盘 华为Mate 60可通过USB OTG连接移动硬盘进行数据备份,以下是具体操作步骤: 连接移动硬盘 使用USB OTG数据线将移动硬盘连接至Mate 60的Type-C接口。 确保移动硬盘已插入电源(部分硬盘需额外供电)。 备份数据 进入手机设置 > 系统和更新 阅读全文
posted @ 2025-11-12 19:42 emanlee 阅读(298) 评论(0) 推荐(0)
摘要: matplotlib 保存pdf 图时,TrueType font is missing table. E:\Eprogramfiles\Anaconda3\lib\site-packages\matplotlib\backends\_backend_pdf_ps.py:102: RuntimeWa 阅读全文
posted @ 2025-11-12 14:38 emanlee 阅读(69) 评论(0) 推荐(0)
摘要: 导入 FontProperties from matplotlib.font_manager import FontProperties可以使用自己电脑上(C:\Windows\Fonts)的字体 font = FontProperties(fname=r"C:\Windows\Fonts\simh 阅读全文
posted @ 2025-11-12 11:44 emanlee 阅读(15) 评论(0) 推荐(0)
摘要: 选中数据区域 插入 透视表 当前表(不要新建表) 阅读全文
posted @ 2025-11-12 11:30 emanlee 阅读(17) 评论(0) 推荐(0)
摘要: 安装 git 安装步骤 请看: https://chuna2.787528.xyz/emanlee/p/16296704.html 首先在 gitee.com 注册用户; 记住:用户名,email,密码 照着这个配置: https://chuna2.787528.xyz/emanlee/p/18729324 阅读全文
posted @ 2025-11-08 17:44 emanlee 阅读(39) 评论(0) 推荐(0)
摘要: PPT 中如何使得水平线水平,垂直线垂直,不要倾斜 在PowerPoint中实现水平线水平、垂直线垂直的方法如下: 开启网格线对齐 ‌打开视图‌ → 选择 ‌显示‌ 旁的对话框启动器(位于功能区“视图”选项卡) 在 ‌格线与参考线‌ 窗口中勾选 ‌对齐格线‌,并设置屏幕显示网格线 ‌ 绘制线条时,按 阅读全文
posted @ 2025-11-01 22:37 emanlee 阅读(1616) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 344 下一页