摘要:
CentOS默认源里没有NTFS-3G,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。重新安装了一个CentOS7,用的是添加aliyun的epel源来yum安装的方式,简单易行。 1、加源 wget -O /etc/yum.repos.d/epel.repo http://mir 阅读全文
摘要:
1.PIL 输入以下命令时,报出如下错误 1 >> from PIL import Image 2 Traceback (most recent call last): 3 File "<ipython-input-12-0f6709e38f49>", line 1, in <module> 4 f 阅读全文