发布时间:2021-09-30 17:13:17
from requests import getfrom bs4 import BeautifulSoup as bsfrom datetime import datetime as dtfrom os import pathimport tkinter as tkdef Today(style=1): date = dt.today() if style!=1: return f'{date.month}月{date.day}日'.........【阅读全文】
发布时间:2021-09-28 17:26:13
STAGE DEPENDENCIES: Stage-1 is a root stage Stage-6 depends on stages: Stage-1 , consists of Stage-3, Stage-2, Stage-4 Stage-3 Stage-0 depends on stages: Stage-3, Stage-2, Stage-5 Stage-8 depends on stages: Stage-0 Stage-2 Stage-4&.........【阅读全文】
发布时间:2021-09-27 17:32:24
#encoding:utf-8import pandas as pdfrom docx.enum.text import WD_PARAGRAPH_ALIGNMENTfrom docx import Documentfrom docx.shared import Ptfrom docx.oxml.ns import qnimport randomimport osfrom docx.shared import Pt,RGBColorimport tkinter as tkfrom tkinter import .........【阅读全文】
发布时间:2021-09-23 17:15:02
##Author:Griffy##Date:2021-9-21from turtle import *import timeimport PySimpleGUI as sg #弹框制作模块def draw_count_down(i): #倒数 bgcolor('black') speed(0).........【阅读全文】
发布时间:2021-09-16 17:00:53
import reimport requestsfrom lxml import etreeclass Spider(object): def __init__(self): self.base_url = 'https://www.acwing.com/problem/{}/' self.headers = {.........【阅读全文】