摘要: import pandas as pd import requests def fetch_page_data(page_num): cookies = "替换浏览器cookie" headers = { "Accept": "application/json, text/plain, */*", 阅读全文
posted @ 2024-08-08 22:17 伟茂 阅读(45) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- import mao, sys from PyQt5.QtChart import QDateTimeAxis, QValueAxis, QSplineSeries, QChartView from PyQt5.QtCore import QDateT 阅读全文
posted @ 2022-01-15 21:20 伟茂 阅读(149) 评论(0) 推荐(0)
摘要: from selenium import webdriver import time import re import pandas as pd from selenium.common.exceptions import StaleElementReferenceException from se 阅读全文
posted @ 2022-01-04 16:08 伟茂 阅读(252) 评论(0) 推荐(0)
摘要: 新人初次尝试,就是访问的次数多了 会被点评 反爬 需要浏览器滑动验证 ,暂时还没有学会怎么破解, 初次尝试 import requ... 阅读全文
posted @ 2019-10-17 08:54 伟茂 阅读(144) 评论(0) 推荐(0)
摘要: 新手尝试 import requestsimport pandas as pdimport csvdata = pd.read_cs... 阅读全文
posted @ 2019-09-24 10:41 伟茂 阅读(514) 评论(0) 推荐(0)
摘要: 在已近安装完相应的python的库以后,依旧报错, 搜索了好多方法主要就是pycharm路径错误 解决方法: 1File—>set... 阅读全文
posted @ 2019-07-29 16:29 伟茂 阅读(135) 评论(0) 推荐(0)