摘要:
ubuntu17.10版本以前,配置静态IP在/etc/network/interfaces 配置如下: auto lo iface lo inet loopback auto eth33 #定义为静态ip iface eth33 inet static #设置静态ip地址 address 192. 阅读全文
摘要:
在使用pycharm 安装包时提示:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual…… 缺少C++编译器,因为有些程序需要使用,没有C++接口会报错。 一、直接下载对应版本的.whl文件,然后运行 阅读全文