python网络编程之http协议-数据请求

时间:2023-01-10 14:20:09
【文件属性】:

文件名称:python网络编程之http协议-数据请求

文件大小:290KB

文件格式:ZIP

更新时间:2023-01-10 14:20:09

爬虫 python 多线程

编写程序实现新闻网页数据的请求和获取数据的保存: 进入一个学校的新闻首页,分析各不同新闻网页url之间的区别和联系,并根据得到的规律通过程序生成所要请求的网页的url(前30个页面)。 使用requests库通过http协议的get方法向web server 请求30个页面的数据,要求:(1)30个请求分别由5个线程实现,每个线程负责6个url页面的请求;(2)每个线程中的不同页面请求的时间间隔是3秒;(3)当线程中成功获取某一个新闻网页数据后,需要在屏幕上输出相应的状态信息(如。。。网页请求成功) 对于每个获取的网页数据,分别将其写入到本地相应的html文件中,要求本地网页数据文件的文件名为pageXXX(XXX为请求页面的编号) 对生成的文件进行验证,如果出现中文乱码的问题,请对可能的原因进行分析,并给出可行的解决方案。


【文件预览】:
实验五
----baidu6.html(52KB)
----test.html(29KB)
----baidu22.html(52KB)
----baidu23.html(52KB)
----baidu13.html(53KB)
----baidu12.html(52KB)
----实验报告5 http协议-数据请求.pptx(45KB)
----baidu10.html(52KB)
----baidu9.html(52KB)
----baidu20.html(52KB)
----baidu25.html(52KB)
----baidu17.html(52KB)
----baidu16.html(52KB)
----baidu4.html(53KB)
----baidu21.html(52KB)
----baidu5.html(53KB)
----test.py(65B)
----baidu19.html(52KB)
----baidu28.html(51KB)
----baidu26.html(52KB)
----baidu29.html(52KB)
----baidu8.html(52KB)
----baidu3.html(52KB)
----baidu7.html(52KB)
----baidu11.html(52KB)
----baidu1.html(52KB)
----baidu24.html(52KB)
----number5.py(1KB)
----baidu27.html(51KB)
----baidu14.html(52KB)
----baidu0.html(53KB)
----baidu2.html(52KB)
----baidu15.html(52KB)
----baidu18.html(52KB)

网友评论