摘要: 购买服务器 ? 1 2 # 购买阿里云服务器 # 短期或是测试使用,创建 按量收费 服务器,可以随时删除,删除后不再计费,但要保证账户余额100元以上 连接服务器 ? 1 2 3 4 5 1)账号 >: ssh root@39.98.144.221 ​ 2)密码 >: ******** 服务器命令 阅读全文
posted @ 2019-11-26 20:46 杨鑫Zz 阅读(150) 评论(0) 推荐(0)
摘要: 支付宝支付 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 # 1、在沙箱环境下实名认证:https://openhome.alipay.com/platform/appDaily.htm?t 阅读全文
posted @ 2019-11-26 20:43 杨鑫Zz 阅读(1184) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom selenium.webdriver.common.keys import Keys #键盘按键操作import time # from selenium.webdriver.chrome.options import Optio 阅读全文
posted @ 2019-11-26 20:24 杨鑫Zz 阅读(906) 评论(0) 推荐(0)
摘要: import requests# res = requests.get('http://httpbin.org/get')# res1 = res.json()#转换成json数据# import json# res1=json.loads(response.text) #太麻烦#什么SSL,就是安 阅读全文
posted @ 2019-11-26 20:15 杨鑫Zz 阅读(153) 评论(0) 推荐(0)