Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3613025
  • 博文数量: 365
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2522
  • 用 户 组: 普通用户
  • 注册时间: 2019-10-28 13:40
文章分类

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间: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}日'.........【阅读全文】

阅读(1028) | 评论(0) | 转发(0)

发布时间: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&.........【阅读全文】

阅读(1422) | 评论(0) | 转发(0)

发布时间: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 .........【阅读全文】

阅读(1499) | 评论(0) | 转发(0)

发布时间: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).........【阅读全文】

阅读(1873) | 评论(0) | 转发(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 = {.........【阅读全文】

阅读(10690) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册