05 2022 档案
welearn
摘要:// ==UserScript== // @name WELearn网课助手 // @namespace https://github.com/SSmJaE/WELearnHelper // @description 显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设
python 聊天室client代码
摘要:
import socket import threading people_name = '' people_send = '' #101.34.212.195 def client_send(sock): global people_name global people_send while Tr

博客园美化大全
摘要:博客园美化大全 import socket import threading people_name = '' people_send = '' #101.34.212.195 def client_send(sock): global people_name global people_send
python 作业代码
摘要:1 import shutil import os if os.path.exists("wjcl/src/step3/cr"): shutil.rmtree("wjcl/src/step3/cr") os.mkdir("wjcl/src/step3/cr") f1=open("wjcl/src/s
python统计文件夹下不同文件的数量和大小
摘要:
import os wjzd={} wjsize={} lj="wjcl/src/test" def get_size_type(f_path): global lj files_name = os.listdir(f_path) for name in files_name: file_path

python 文件分类
摘要:
import os import shutil wj={"图片":".jpeg.jpg.png.jfif","文档":".txt.docx.pdf.gitkeep","音乐":".mp3.wav","影像":".mp4.flv"} lj1="wjcl/src/test2" lj="wjcl/src/
