摘要:
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None) handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)> T 阅读全文
摘要:
hw快结束时候要求给领导展示个倒计时,就手写了个,虽然最后也么有用上哈哈哈 # https://www.jianshu.com/p/0b5dfd0f6fd7 from tkinter import * from datetime import datetime class TestTime(obje 阅读全文
摘要:
从oneforall摘出来的,做调整的话只需修改最下部的bing类即可 import requests import time import random import re import os def check_response(method, resp): """ 检查响应 输出非正常响应返回 阅读全文
摘要:
import os import csv data = [] path = '/Users/apple/36/OneForAll-master/results/csv' dirs = os.listdir(path) for name in dirs: with open(os.path.join( 阅读全文