摘要:
import arrow date_list = [] for year in [2019, 2020, 2021]: # 年份 start_date = '%s-1-1' % year a = 0 if (year % 4 == 0 and year % 100 != 0) or (year % 阅读全文
摘要:
import time from selenium import webdriver from pyquery import PyQuery as pq options = webdriver.ChromeOptions() options.add_argument('--disable-gpu') 阅读全文
摘要:
第一步,在navicat中,例如表test新建查询,输入以下两行代码即可搞定。 alter table test add id int; alter table `test` change id id int not null auto_increment primary key; 第二步,右键te 阅读全文
摘要:
two = function(e) { var t = e.data; e.url.match(/(https?:)?(\/\/)([^/]*)/) || (e.url = "https://www.allhistory.com" + e.url); var n = e.url; n += JSON 阅读全文