随笔 - 326,  文章 - 0,  评论 - 0,  阅读 - 16万
上一页 1 2 3 4 5 6 ··· 33 下一页
  2024年8月16日
摘要: from numpy import dot from numpy.linalg import norm import numpy as np '''余弦距离 -- 越大越相似''' def cos_sim(a, b): return dot(a, b)/(norm(a)*norm(b)) '''欧式 阅读全文
posted @ 2024-08-16 03:36 文种玉 阅读(16) 评论(0) 推荐(0) 编辑
  2024年8月4日
摘要: ![](https://img2024.cnblogs.com/blog/1341065/202408/1341065-20240804174632697-170380728.png) 阅读全文
posted @ 2024-08-04 17:52 文种玉 阅读(12) 评论(0) 推荐(0) 编辑
摘要: python -m venv day01 阅读全文
posted @ 2024-08-04 17:30 文种玉 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 列出当前环境中所有已安装的包 => pip freeze 将这些包名称和版本号导出到一个文件中 => pip freeze > requirements.txt 批量卸载 => pip uninstall -r requirements.txt -y 找到路径 => 手动删除requirements 阅读全文
posted @ 2024-08-04 17:09 文种玉 阅读(180) 评论(0) 推荐(0) 编辑
  2024年7月31日
摘要: ![](https://img2024.cnblogs.com/blog/1341065/202407/1341065-20240731152719840-2122438914.png) 阅读全文
posted @ 2024-07-31 15:27 文种玉 阅读(7) 评论(0) 推荐(0) 编辑
  2024年7月25日
摘要: 在控制面板当中搜索 文件资源管理器 阅读全文
posted @ 2024-07-25 21:40 文种玉 阅读(12) 评论(0) 推荐(0) 编辑
摘要: reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 阅读全文
posted @ 2024-07-25 21:35 文种玉 阅读(9) 评论(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 文种玉 阅读(2080) 评论(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 文种玉 阅读(192) 评论(0) 推荐(0) 编辑
  2024年6月5日
摘要: ![](https://img2024.cnblogs.com/blog/1341065/202406/1341065-20240605183022479-395344077.png) 阅读全文
posted @ 2024-06-05 18:30 文种玉 阅读(52) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 33 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示