摘要:
# Linux import os cpu = os.popen('/proc/cpuinfo').read() cpu = cpu.strip().replace('\n', '').replace('\r', '').split(" ") cpu = cpu[len(cpu)-1] print( 阅读全文
摘要:
你会得到这个错误,因为exfat文件系统默认没有安装在Ubuntu中。 exFAT is a proprietary and patented by Microsoft。 Ubuntu 14.04或更高版本 从Ubuntu 13.10开始,这个软件包位于主存储库中。只需安装exfat-fuse和ex 阅读全文