Loading

02 2023 档案

摘要:fuser -v /dev/nvidia* | xargs -n 1 pkill -9 阅读全文
posted @ 2023-02-24 16:30 ZXYFrank 阅读(110) 评论(0) 推荐(0)
摘要:wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh https://blog.csdn.net/qwe641259875/article/details/107201760/ 然后执行install.sh:./in 阅读全文
posted @ 2023-02-20 17:28 ZXYFrank 阅读(96) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/41123313/git-is-not-ignoring-file-mode-changes-chmod-why 答案在这里 git 仓库创建之后,全局的修改实际上不会影响本地仓库的属性(默认覆盖) 因此,需要进入vim .gi 阅读全文
posted @ 2023-02-20 15:06 ZXYFrank 阅读(270) 评论(0) 推荐(0)
摘要:从微软官网下载发行版 解压缩 再把 CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0\Ubuntu_2004.2021.825.0_x64.appx 解压缩 双击 .exe安装 即可 除了.exe 以及 ext4.vhdx,其他都可以删除 阅读全文
posted @ 2023-02-19 12:05 ZXYFrank 阅读(305) 评论(0) 推荐(0)
摘要:在 Ctrl + Shift + P 命令菜单中选择 Customize CSS 这是我基于Solarized Light的配置文件 注意,只需要在系统中(我的是Win10)安装思源宋体 CN Medium,在系统的字体当中找到它对应的名字即可 /* Please visit the URL bel 阅读全文
posted @ 2023-02-17 10:33 ZXYFrank 阅读(1472) 评论(0) 推荐(0)
摘要:sudo apt update sudo apt install zsh chsh -s /usr/bin/zsh wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh -O - | sh git clone htt 阅读全文
posted @ 2023-02-15 21:55 ZXYFrank 阅读(150) 评论(0) 推荐(0)
摘要:![image](https://img2023.cnblogs.com/blog/2206052/202302/2206052-20230208084752941-486583763.png) ![image](https://img2023.cnblogs.com/blog/2206052/202302/2206052-20230208084806980-269178292.png) ![im 阅读全文
posted @ 2023-02-08 08:48 ZXYFrank 阅读(43) 评论(0) 推荐(0)
摘要:需要在select interpreter的时候,把各个文件夹都选上 阅读全文
posted @ 2023-02-05 17:24 ZXYFrank 阅读(33) 评论(0) 推荐(0)
摘要:我的报错信息 The detected CUDA version (9.1) mismatches the version that was used to compile PyTorch (11.3). Please make sure to use the same CUDA versions. 阅读全文
posted @ 2023-02-01 17:22 ZXYFrank 阅读(5176) 评论(0) 推荐(0)