摘要: # 创建SSH对象ssh = paramiko.SSHClient()# 允许连接不在know_hosts文件中的主机ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) 加上这一句# 连接服务器ssh.connect(hostname= 阅读全文
posted @ 2021-07-27 10:20 小晓风 阅读(1293) 评论(0) 推荐(0) 编辑
摘要: 导入模块,提示:this inspection detects names that should resolve but don't.due to dynamic dispatch and duck typing,this is possible in a limited but useful n 阅读全文
posted @ 2021-07-27 08:48 小晓风 阅读(1495) 评论(0) 推荐(0) 编辑