02 2022 档案
摘要:安装 Grub2 到U盘 grub2下载 Windows下运行: grub-install --boot-directory=E: --recheck --target=i386-pc \\.\PHYSICALDRIVE1 --removable grub-install --boot-direct
阅读全文
摘要:众所周知,很多Python的库都需要编译(可能是用了Cython),这时直接用pip安装会报错:error: Microsoft Visual C++ 14.0 is required. 不知为何,我的电脑死活不能安装上VC,只能用mingw作为编译器。 附:MinGW-w64 密码:2jfy,td
阅读全文