Cloudflare CF ARGO tunnel 免费NAT隧道 端口映射
https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation
ARGO隧道,中间几步是DNS CNAME相关的,似乎不是必需的。RDP SSH 需要客户端翻译数据
https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation
ARGO隧道,中间几步是DNS CNAME相关的,似乎不是必需的。RDP SSH 需要客户端翻译数据
https://openpyxl.readthedocs.io/en/stable/styles.html
from openpyxl.styles import PatternFill
# sheet['A1'].fill = PatternFill(start_color="FFC7CE", end_color="FFC7CE", fill_type = "solid")
# sheet['A1'].fill = PatternFill("solid", fgColor="DDDDDD") # Better solution
import json, time, requests, re
from bs4 import BeautifulSoup
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','Accept':'*/*'}
def xyp(id='210'):
url='http://xx.com/audio_'+id+'.html'
req = requests.get(url, timeout = 20)
req.encoding = 'utf-8'
smp3=re.search('h/aaa/bb/(.+).mp3', req.text).group(1)
result='http://xx2.com/data1/h/aaa/bb/'+smp3+'.mp3'
print(result)
res = requests.get(result)
with open(r'/root/xyp/'+smp3+'.mp3', 'ab') as file:
file.write(res.content)
file.flush()
return 1
for i in range(1,1286):
xyp(str(i))
win32com.client Dispatch pythoncom PIL shutil os
注意清空剪贴板os.system("echo off | clip")