
疑难杂症
vim404
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 下修復U盤read-Only問題
參考文獻,順便自己收藏一下https://blog.csdn.net/ITBigGod/article/details/79914534df -h 查看U盤掛載情況sudo umount /media/zoutao/disksudo dosfsck -v -a /dev/sdb5原创 2019-11-12 20:04:57 · 213 阅读 · 0 评论 -
vscode 默认setting.json配置
{ // Controls whether the diff editor shows changes in leading or trailing whitespace as diffs. "diffEditor.ignoreTrimWhitespace": true, // Controls whether the diff editor shows +/- indicators f...转载 2019-09-09 10:36:41 · 12498 阅读 · 0 评论