摘要:
有的时候移动硬盘出现问题,在Win下没法操作,只能到dos下格式化。以下是用Win自带的diskpart完成格式化。 1 win + r -> cmd 进入dos2 diskpart3 list disk4 select disk 1(选择要格式化的磁盘前面的编号)5 clean6 creat pa 阅读全文
摘要:
\mathrm is the normal upright Roman font \mathnormal is the normal math italic font: $\mathnormal{a}$ and $a$ give the same result \mathcal is the spe 阅读全文
摘要:
Add the docker group if it doesn't already exist: sudo groupadd docker Add the connected user "$USER" to the docker group. Change the user name to mat 阅读全文