摘要: 作业1 代码及图片:(这里只给出爬虫代码,settings.py等代码都在Gitee中) 点击查看代码 import scrapy from Practical_work3.items import work1_Item class Work1Spider(scrapy.Spider): name 阅读全文
posted @ 2024-11-11 20:52 小鹿的博客 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 作业1 代码及图片: 点击查看代码 def fetch_data(self, city): if city not in self.cityCode.keys(): print(f"{city} code cannot be found") return None url = "http://www 阅读全文
posted @ 2024-10-26 22:16 小鹿的博客 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 作业1 代码及图片 点击查看代码 # 导入所需的库 import urllib.request from bs4 import BeautifulSoup # 替换为实际的网址 your_url = 'http://www.shanghairanking.cn/rankings/bcur/2020' 阅读全文
posted @ 2024-10-15 15:51 小鹿的博客 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13281 这个作业的目标 通过代码实现项目招募平台的设计 学号 102 阅读全文
posted @ 2024-10-10 23:34 小鹿的博客 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13261 这个作业的目标 学习使用原型软件,辅助完成软件工程的前期任务 阅读全文
posted @ 2024-09-26 21:13 小鹿的博客 阅读(37) 评论(1) 推荐(1) 编辑
摘要: 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13253 这个作业的目标 使用Python编写一个“羊了个羊”风格的消 阅读全文
posted @ 2024-09-18 20:57 小鹿的博客 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13243 这个作业的目标 熟悉GitHub和博客园,掌握最基础的知识, 阅读全文
posted @ 2024-09-07 20:28 小鹿的博客 阅读(10) 评论(0) 推荐(0) 编辑