问题
xlous_
知错能改,善莫大焉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[root@yqiangoracle ~]# ssh localhost The authenticity of host 'localhost (127.0.0.1)' can't be estan
1、使用ssh连接远程主机时加上“-o StrictHostKeyChecking=no”的选项,去掉对主机的验证检查。 ssh -o StrictHostKeyChecking=no 192.168.xxx.xxx 注:192.168.xxx.xxx 为本地ip地址:windows ipconfig查看,linux ifconfig查看 2、当然你也可以直接改配置文件信息,这转载 2017-03-08 10:47:22 · 1245 阅读 · 0 评论 -
【Python】Windows 10 and Unable to find vcvarsall.bat
问题:最近利用工具PyCharm安装Scrapy 库,报错:Unable to find vcvarsall.bat 解决方案:根据Python版本,安装对应包 Python Version |You will need ------------------------------------ 3.5 and later |Visual C++ Build Tools 2015原创 2018-02-06 14:25:54 · 239 阅读 · 0 评论
分享