随笔分类 -  python的笔记

摘要:import threading import time, os, re, requests, pymysql from bs4 import BeautifulSoup from queue import Queue class Producer(threading.Thread): header 阅读全文
posted @ 2021-05-13 18:53 少喝点酒 阅读(151) 评论(0) 推荐(0)
摘要:import requests,time,json,csvimport pymysqlfrom urllib.parse import urlencodefrom bs4 import BeautifulSouplist_data = []csv_data=[]# 发送请求页面并存下数据def sp 阅读全文
posted @ 2021-05-07 14:15 少喝点酒 阅读(677) 评论(0) 推荐(0)