摘要: 上传本地文件到Linux服务器 在Windows上安装winscp软件,下载链接:https://winscp.net/eng/download.php 如需使用其它语言界面,可下载winscp语言包,下载链接:https://winscp.net/eng/translations.php 下载语言 阅读全文
posted @ 2020-03-21 20:57 程序猿Time 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 使用EPEL仓库安装 sudo yum install epel-release 用yum安装python 3.6 sudo yum install python36 安装pip yum -y install python-pip 更新pip至最新版本 pip install --upgrade p 阅读全文
posted @ 2020-03-21 20:27 程序猿Time 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 高德秘钥的设置以及检测 1 import requests 2 import time 3 import csv 4 from math import ceil 5 6 7 class KEY: 8 def __init__(self): 9 self.keys = list(csv.reader( 阅读全文
posted @ 2020-03-21 20:18 程序猿Time 阅读(362) 评论(0) 推荐(0) 编辑