Browse Source

上传文件至 'project_final'

main
WangHe 3 weeks ago
parent
commit
b5de6dba36
  1. BIN
      project_final/202421110304王赫期末实验报告.docx
  2. BIN
      project_final/chart.png
  3. 13
      project_final/compiler.xml
  4. BIN
      project_final/crawler_MVC.rar
  5. 26
      project_final/movies.csv
  6. 34
      project_final/pom.xml
  7. 1
      project_final/report.html

BIN
project_final/202421110304王赫期末实验报告.docx

Binary file not shown.

BIN
project_final/chart.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

13
project_final/compiler.xml

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="crawler_MVC" />
</profile>
</annotationProcessing>
</component>
</project>

BIN
project_final/crawler_MVC.rar

Binary file not shown.

26
project_final/movies.csv

@ -0,0 +1,26 @@
title,rating,country,year
肖申克的救赎,9.7,&nbsp;美国&nbsp;,1994
霸王别姬,9.6,&nbsp;中国大陆 中国香港&nbsp;,1993
泰坦尼克号,9.5,&nbsp;美国&nbsp;,1997
阿甘正传,9.5,&nbsp;美国&nbsp;,1994
千与千寻,9.4,&nbsp;日本&nbsp;,2001
美丽人生,9.5,&nbsp;意大利&nbsp;,1997
星际穿越,9.4,&nbsp;美国 英国 加拿大&nbsp;,2014
这个杀手不太冷,9.4,&nbsp;法国 美国&nbsp;,1994
盗梦空间,9.4,&nbsp;美国 英国&nbsp;,2010
楚门的世界,9.4,&nbsp;美国&nbsp;,1998
辛德勒的名单,9.5,&nbsp;美国&nbsp;,1993
忠犬八公的故事,9.4,&nbsp;美国 英国&nbsp;,2009
海上钢琴师,9.3,&nbsp;意大利&nbsp;,1998
疯狂动物城,9.3,&nbsp;美国&nbsp;,2016
三傻大闹宝莱坞,9.2,&nbsp;印度&nbsp;,2009
机器人总动员,9.3,&nbsp;美国&nbsp;,2008
放牛班的春天,9.3,&nbsp;法国 瑞士 德国&nbsp;,2004
无间道,9.3,&nbsp;中国香港&nbsp;,2002
控方证人,9.6,&nbsp;美国&nbsp;,1957
寻梦环游记,9.1,&nbsp;美国&nbsp;,2017
大话西游之大圣娶亲,9.2,&nbsp;中国香港 中国大陆&nbsp;,1995
熔炉,9.3,&nbsp;韩国&nbsp;,2011
触不可及,9.3,&nbsp;法国&nbsp;,2011
教父,9.3,&nbsp;美国&nbsp;,1972
末代皇帝,9.3,&nbsp;英国 意大利 中国大陆 法国&nbsp;,1987
1 title rating country year
2 肖申克的救赎 9.7 &nbsp;美国&nbsp; 1994
3 霸王别姬 9.6 &nbsp;中国大陆 中国香港&nbsp; 1993
4 泰坦尼克号 9.5 &nbsp;美国&nbsp; 1997
5 阿甘正传 9.5 &nbsp;美国&nbsp; 1994
6 千与千寻 9.4 &nbsp;日本&nbsp; 2001
7 美丽人生 9.5 &nbsp;意大利&nbsp; 1997
8 星际穿越 9.4 &nbsp;美国 英国 加拿大&nbsp; 2014
9 这个杀手不太冷 9.4 &nbsp;法国 美国&nbsp; 1994
10 盗梦空间 9.4 &nbsp;美国 英国&nbsp; 2010
11 楚门的世界 9.4 &nbsp;美国&nbsp; 1998
12 辛德勒的名单 9.5 &nbsp;美国&nbsp; 1993
13 忠犬八公的故事 9.4 &nbsp;美国 英国&nbsp; 2009
14 海上钢琴师 9.3 &nbsp;意大利&nbsp; 1998
15 疯狂动物城 9.3 &nbsp;美国&nbsp; 2016
16 三傻大闹宝莱坞 9.2 &nbsp;印度&nbsp; 2009
17 机器人总动员 9.3 &nbsp;美国&nbsp; 2008
18 放牛班的春天 9.3 &nbsp;法国 瑞士 德国&nbsp; 2004
19 无间道 9.3 &nbsp;中国香港&nbsp; 2002
20 控方证人 9.6 &nbsp;美国&nbsp; 1957
21 寻梦环游记 9.1 &nbsp;美国&nbsp; 2017
22 大话西游之大圣娶亲 9.2 &nbsp;中国香港 中国大陆&nbsp; 1995
23 熔炉 9.3 &nbsp;韩国&nbsp; 2011
24 触不可及 9.3 &nbsp;法国&nbsp; 2011
25 教父 9.3 &nbsp;美国&nbsp; 1972
26 末代皇帝 9.3 &nbsp;英国 意大利 中国大陆 法国&nbsp; 1987

34
project_final/pom.xml

@ -0,0 +1,34 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.crawler</groupId>
<artifactId>crawler_MVC</artifactId>
<version>1.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
</dependency>
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>3.8.8</version>
</dependency>
</dependencies>
</project>

1
project_final/report.html

@ -0,0 +1 @@
<html><body><h1>Movie Report</h1><table border='1'><tr><th>Country</th><th>Count</th></tr><tr><td>&nbsp;美国 英国&nbsp;</td><td>2</td></tr><tr><td>&nbsp;中国大陆 中国香港&nbsp;</td><td>1</td></tr><tr><td>&nbsp;英国 意大利 中国大陆 法国&nbsp;</td><td>1</td></tr><tr><td>&nbsp;意大利&nbsp;</td><td>2</td></tr><tr><td>&nbsp;法国 美国&nbsp;</td><td>1</td></tr><tr><td>&nbsp;中国香港&nbsp;</td><td>1</td></tr><tr><td>&nbsp;美国 英国 加拿大&nbsp;</td><td>1</td></tr><tr><td>&nbsp;印度&nbsp;</td><td>1</td></tr><tr><td>&nbsp;日本&nbsp;</td><td>1</td></tr><tr><td>&nbsp;韩国&nbsp;</td><td>1</td></tr><tr><td>&nbsp;法国&nbsp;</td><td>1</td></tr><tr><td>&nbsp;美国&nbsp;</td><td>10</td></tr><tr><td>&nbsp;中国香港 中国大陆&nbsp;</td><td>1</td></tr><tr><td>&nbsp;法国 瑞士 德国&nbsp;</td><td>1</td></tr></table><br><img src='chart.png'></body></html>
Loading…
Cancel
Save