使用Django或Qt Designer完成对高考一分一段表的爬取,并统计近5年分数和排名情况,对任意给定分数预测当前所在年排名。
-
/backend主网站app
-
/backend/templates网站模版目录
-
-
/CollegeEntranceExaminationPredictDjango默认app目录
-
/frontendTemplates前端页面模版
-
/static静态资源目录,例如css, js, 图片文件等
-
/toolkits工具箱
-
/toolkits/spider爬虫工具箱
-
-
/api各种接口
-
克隆本repo
git clone https://git.nothamor.cn:3000/NothAmor/CollegeEntranceExaminationPredict.git -
安装运行库
cd CollegeEntranceExaminationPredict pip install -r requirements.txt -
运行项目
python manage.py runserver