GuojinH5

  • 首页
  • 关于
  • 归档
  • 友链
Oct 28, 2024
No Comments

hyperv 无法使用 会话增强

点击会话增强后蓝色,无法登录新建时候不要选择自动登录,要选择密码

继续阅读 »

Oct 20, 2024
No Comments

npm安装sharp失败

npm_config_sharp_binary_host="https://npmmirror.com/mirrors/sharp" \ npm_config_sharp_libvips_binary_host="https://npmmirror.com/mirrors/sharp-libvips" \ npm install sharp

继续阅读 »

Oct 19, 2024
No Comments

wsl2的ext4.vhdx文件大小减小方法

https://blog.csdn.net/usamimeri/article/details/141143879diskpart select vdisk file="D:\ubuntu\ext4.vhdx" compact vdisk

继续阅读 »

Oct 10, 2024
No Comments

为wsl Ubuntu 增加中文支持

安装sudo apt install language-pack-zh-hans配置 /etc/locale.gen放开注释zh_CN.UTF-8 UTF-8执行sudo locale-gen sudo update-locale LANG=zh_CN.UTF-8

继续阅读 »

Oct 9, 2024
No Comments

pip一次无法安装 总是无法安装torch

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection ...

继续阅读 »

Oct 8, 2024
No Comments

opencv-python版本选择,不是越高越好

opencv-python一定要和所用的python版本对应可以参见这个网页https://pypi.tuna.tsinghua.edu.cn/simple/opencv-python/其中 cp后面的数字就是python版本比如python3.8可以使用如下:pip install opencv-python==3.4.11.39

继续阅读 »

Oct 8, 2024
No Comments

python 卸载所有包

写入文件pip freeze>modules.txt卸载pip uninstall -r modules.txt -y

继续阅读 »

Sep 30, 2024
No Comments

git 不再追踪文件和目录

不再跟踪文件添加到 .gitignore 后git rm --cached project.private.config.json不再跟踪目录目录加入到.gitignore/logs/删除原有的跟踪git rm -r --cached logs

继续阅读 »

Sep 26, 2024
No Comments

git 推送 tag

git push origin --tags

继续阅读 »

上一页下一页
© 2025 GuojinH5 由 Typecho 强力驱动 主题修改 Junichi 点击查看 建站历程