上一页 1 ··· 4 5 6 7 8
摘要: from concurrent.futures import ThreadPoolExecutor,ProcessPoolExecutor import requests from lxml import etree import csv f = open('newdata5.csv', mode= 阅读全文
posted @ 2021-06-06 10:39 小魏同学呀 阅读(139) 评论(0) 推荐(0)
摘要: import requests import re from threading import Thread from bs4 import BeautifulSoup import openpyxl import json class MUSIC(Thread): def run(self): s 阅读全文
posted @ 2021-06-06 10:14 小魏同学呀 阅读(233) 评论(0) 推荐(0)
摘要: #include"stdio.h" #define count 3 封装 typedef struct student{ int num;//学号 char name[10];//十个学生名字大小 int sore1;//分数一 int sore2;//分数二 int sore3;//分数三 int 阅读全文
posted @ 2021-04-15 18:57 小魏同学呀 阅读(293) 评论(0) 推荐(0)
摘要: #include"stdio.h" #define TYPEDEF int void main() { int h,k,i; int temp,count; int S[]={23,435,45,678,879,43,67}; count=sizeof(S)/sizeof(TYPEDEF); for 阅读全文
posted @ 2021-04-15 18:25 小魏同学呀 阅读(48) 评论(5) 推荐(0)
摘要: import requests from bs4 import BeautifulSoup import openpyxl def gethtmltext(url): try: header={ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) 阅读全文
posted @ 2021-04-15 18:09 小魏同学呀 阅读(50) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8