02 2023 档案
摘要:fuser -v /dev/nvidia* | xargs -n 1 pkill -9
阅读全文
摘要:wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh https://blog.csdn.net/qwe641259875/article/details/107201760/ 然后执行install.sh:./in
阅读全文
摘要:https://stackoverflow.com/questions/41123313/git-is-not-ignoring-file-mode-changes-chmod-why 答案在这里 git 仓库创建之后,全局的修改实际上不会影响本地仓库的属性(默认覆盖) 因此,需要进入vim .gi
阅读全文
摘要:从微软官网下载发行版 解压缩 再把 CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0\Ubuntu_2004.2021.825.0_x64.appx 解压缩 双击 .exe安装 即可 除了.exe 以及 ext4.vhdx,其他都可以删除
阅读全文
摘要:在 Ctrl + Shift + P 命令菜单中选择 Customize CSS 这是我基于Solarized Light的配置文件 注意,只需要在系统中(我的是Win10)安装思源宋体 CN Medium,在系统的字体当中找到它对应的名字即可 /* Please visit the URL bel
阅读全文
摘要: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
阅读全文
摘要:  ![im
阅读全文
摘要:需要在select interpreter的时候,把各个文件夹都选上
阅读全文
摘要:我的报错信息 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.
阅读全文