分类: 学习

196 篇文章

Windows 设置优先 IPv4
(base) PS C:\Users\i> netsh interface ipv6 show prefixpolicies 查询活动状态... 优先顺序 标签 前缀 ---------- ----- -------------------------------- 50 0 ::1/128 40 1 ::/0 35 4 ::ffff:0:0…
Win11 在有独显时如何默认使用核显
正在跑深度学习,发现服务器有其他软件占用了独立显卡,但是按照网上的资料说设置NVIDIA控制面板里的首选图形处理器,发现Win11没有这个东西,https://www.zhihu.com/question/577660104 按照dvdedios的回答: Thanks for replying. I didn't use NVIDIA Contro…
Vmware共享文件夹自动挂载
自动挂载 修改/etc/fstab,加入如下内容 .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0 手动挂载 sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other 参考
使用selenium库出现Retrying问题
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at …