导航
  • 全部
...

04 Group - Sprint Log 2(12.08)

小火柴x_x 2022-12-21 16:33:54

目录

  • 1.The progress of task
  •  1) The progress of each student:
  •  2) Problems we met
  •  3) The way to deal with them
  • 2.The record of the stand-up meeting
  •  1) meeting content
  •  2) meeting process
  • 3.Sprint project introduction
  •  1) Github
  •  2) Screenshots of the operation
  •  3) The process
  •  3) Burndown Chart
  • 4.Team member contribution table
  • 5.The implementation of the sub-use cases in the UML design
(Crawler Programming)

1.The progress of task

 1) The progress of each student:

  This task is all about the front end

Team membersTask completedDuration of the taskRemaining time
Li Liangkaitarget seletion6 hours9 Days
Qing Qiguocode development3 hours9 Days
Tang Zijuncode development4 hours9 Days
Ma Yunjuncode development4 hours9 Days
Xue Feiyangcode development4 hous9 Days
An Yitarget seletion4 hours9 Days
Peng Haitaotest of function7 hours9 Days
Li Xingtest of function5 hours9 Days
Li Haomore functions suggestion5 hours9 Days
Zhou Zijunmore functions suggestion6 hours9 Days

 2) Problems we met

  a. Execute the pthon script on a Java-based server.
  
  b. The string is crawled and converted into a structured list hash dictionary.

 3) The way to deal with them

  a.With jython, you can use not only Python's libraries, but also all the Java classes provided.
  
  b. Invoke the jsoup package.

2.The record of the stand-up meeting

 1) meeting content

  Identify the distribution of work.

 2) meeting process

在这里插入图片描述

3.Sprint project introduction

 1) Github

  https://github.com/LittleMatcher/EE308FZ-fund

 2) Screenshots of the operation

  1. import json
  2. import requests
  3. def get_val(fid):
  4. headers = {
  5. 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36',
  6. }
  7. url = 'https://fundgz.1234567.com.cn/js/' + fid + '.js'
  8. resp = requests.get(url, headers=headers)
  9. content = resp.content.decode()
  10. content = content.removeprefix('jsonpgz(')
  11. content = content.removesuffix(');')
  12. content = json.loads(content)
  13. rate = content['gszzl']
  14. val = content['gsz']
  15. return rate
  16. if __name__ == '__main__':
  17. print(get_val('000001'))
  18. # headers = {
  19. # 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36',
  20. # }
  21. # url = 'https://fundgz.1234567.com.cn/js/000001.js'
  22. # resp = requests.get(url, headers=headers)
  23. # content = resp.content.decode()
  24. #
  25. # content = content.removeprefix('jsonpgz(')
  26. # content = content.removesuffix(');')
  27. #
  28. # content = json.loads(content)
  29. #
  30. # rate = content['gszzl']
  31. # val = content['gsz']
  32. #
  33. # print(rate)
  34. # print(val)

在这里插入图片描述

 3) The process

  The crawler was completely programming.

 3) Burndown Chart

在这里插入图片描述

4.Team member contribution table

Team membersContribution(%)
Li Liangkai99
Qing Qiguo109
Tang Zijun99
Ma Yunjun99
Xue Feiyang99
An Yi99
Peng Haitao99
Li Xing99
Li Hao99
Zhou Zijun99
Total1000

5.The implementation of the sub-use cases in the UML design

img

img

...全文
给本帖投票
182 回复 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

285

社区成员

发帖
与我相关
我的任务
社区描述
福州大学 梅努斯国际工程学院 软件工程(2022秋) 教学
软件工程 高校
社区管理员
  • LinQF39
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧

手机看
关注公众号

关注公众号

客服 返回
顶部