12 2019 档案

摘要:#sql查询字段名,注释操作拼接 #查询字段名和注释 select COLUMN_NAME,COLUMN_COMMENT from information_schema.COLUMNS where table_name = '表名' and table_schema = '库名' order by 阅读全文
posted @ 2019-12-19 13:19 小君~ 阅读(2015) 评论(0) 推荐(0)
摘要:#体赛反爬破解 import json, time import websocket import ssl #https://www.tisai.com/ class OTC: url = 'wss://push.tisai.com:37272/' #定义好请求的数据 data_info = {"t 阅读全文
posted @ 2019-12-18 16:39 小君~ 阅读(560) 评论(0) 推荐(0)
摘要:from selenium import webdriver import time import requests from requests.cookies import RequestsCookieJar from selenium.webdriver.chrome.options impor 阅读全文
posted @ 2019-12-18 14:57 小君~ 阅读(1229) 评论(0) 推荐(0)