Skip to content

佳木斯大学(JMSU)计科python大作业:使用Django完成对高考一分一段表的爬取,并统计近5年分数和排名情况,对任意给定分数预测当前所在年排名。

Notifications You must be signed in to change notification settings

NothAmor/CollegeEntranceExaminationPredict

Repository files navigation

CollegeEntranceExaminationPredict

使用Django或Qt Designer完成对高考一分一段表的爬取,并统计近5年分数和排名情况,对任意给定分数预测当前所在年排名。

目录介绍

  • /backend

    主网站app

    • /backend/templates

      网站模版目录

  • /CollegeEntranceExaminationPredict

    Django默认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

About

佳木斯大学(JMSU)计科python大作业:使用Django完成对高考一分一段表的爬取,并统计近5年分数和排名情况,对任意给定分数预测当前所在年排名。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published