摘要:
作业1 代码及图片:(这里只给出爬虫代码,settings.py等代码都在Gitee中) 点击查看代码 import scrapy from Practical_work3.items import work1_Item class Work1Spider(scrapy.Spider): name 阅读全文
摘要:
作业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 阅读全文
摘要:
作业1 代码及图片 点击查看代码 # 导入所需的库 import urllib.request from bs4 import BeautifulSoup # 替换为实际的网址 your_url = 'http://www.shanghairanking.cn/rankings/bcur/2020' 阅读全文
摘要:
这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13281 这个作业的目标 通过代码实现项目招募平台的设计 学号 102 阅读全文
摘要:
这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13261 这个作业的目标 学习使用原型软件,辅助完成软件工程的前期任务 阅读全文
摘要:
这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/SE2024 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/SE2024/homework/13253 这个作业的目标 使用Python编写一个“羊了个羊”风格的消 阅读全文