上一页 1 2 3 4 5 6 ··· 33 下一页
  2024年8月4日
摘要: python -m venv day01 阅读全文
posted @ 2024-08-04 17:30 文种玉 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 列出当前环境中所有已安装的包 => pip freeze 将这些包名称和版本号导出到一个文件中 => pip freeze > requirements.txt 批量卸载 => pip uninstall -r requirements.txt -y 找到路径 => 手动删除requirements 阅读全文
posted @ 2024-08-04 17:09 文种玉 阅读(75) 评论(0) 推荐(0) 编辑
  2024年7月31日
摘要: ![](https://img2024.cnblogs.com/blog/1341065/202407/1341065-20240731152719840-2122438914.png) 阅读全文
posted @ 2024-07-31 15:27 文种玉 阅读(5) 评论(0) 推荐(0) 编辑
  2024年7月25日
摘要: 在控制面板当中搜索 文件资源管理器 阅读全文
posted @ 2024-07-25 21:40 文种玉 阅读(11) 评论(0) 推荐(0) 编辑
摘要: reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 阅读全文
posted @ 2024-07-25 21:35 文种玉 阅读(7) 评论(0) 推荐(0) 编辑
  2024年7月23日
摘要: tdm-gcc 的下载、安装教程 注意: 在安装过程当中需要安装梯子 一、tdm-gcc 的下载 1、下载地址:【点击跳转】 官网:https://jmeubank.github.io/tdm-gcc/ 2、【此电脑】右键 【属性】,看到电脑是64位的,故可选择64位的进行下载。(如果不确定是几位的 阅读全文
posted @ 2024-07-23 20:27 文种玉 阅读(1146) 评论(0) 推荐(0) 编辑
  2024年7月18日
摘要: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package https://pypi.tuna.tsinghua.edu.cn/simple 比如: pip install numpy -i https://pypi.tu 阅读全文
posted @ 2024-07-18 17:40 文种玉 阅读(124) 评论(0) 推荐(0) 编辑
  2024年6月5日
摘要: ![](https://img2024.cnblogs.com/blog/1341065/202406/1341065-20240605183022479-395344077.png) 阅读全文
posted @ 2024-06-05 18:30 文种玉 阅读(51) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2024-06-05 17:20 文种玉 阅读(16) 评论(0) 推荐(0) 编辑
  2024年5月31日
摘要: <div style="background: linear-gradient(to right, #8de2a8, 49%, #9aeaea);letter-spacing: 0;text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0p 阅读全文
posted @ 2024-05-31 21:57 文种玉 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 33 下一页