摘要
设计基于阿里云服务器实现B/S架构的高校作业管理系统,完成了高校学生的作业发布、作业提交、作业预览、作业评价等基本功能.该系统使用前后端分离的架构,其中主要使用Vue框架、Flask框架、MySQL数据库等组件,详细地使用Vue实现前端服务,使用Python+Flask提供后端服务,使用MySQL存储相关数据.测试结果表明,该系统基本能够满足高校日常作业管理的需求,包括教师及学生角色的注册和登录、学生作业管理、教师发布作业及批改作业等功能.
Abstract
Design a university operation management system based on Alibaba Cloud Server to implement B/S architecture,and completes the basic functions of college students'homework release,homework submission,homework preview,and homework evaluation.The system uses a separate front-end and back-end architecture,in which Vue framework,Flask framework,MySQL database and other components are mainly used.In detail,Vue is used to implement front-end services,Python+Flask is used to provide back-end services,and MySQL is used to store related data.The test results show that the system can basically meet the needs of daily homework management in colleges and universities,including the registration and login of teachers and students,homework management for students,teachers'release of homework and correction of homework and other functions.