Abstract
As an important part of the talent training plan in Colleges and universities, it is an important means
and comprehensive practical teaching link to achieve the goal of talent training, cultivate students' scientific
research ability and innovative thinking, and test students' comprehensive quality and practical ability. But
my college mostly adopts the way of semi manual management of homework review, so it is necessary to
develop homework review management system to carry out digital management of homework review files.
It can not only reduce the work pressure of the faculty and staff, but also systematically manage the various
services and information of educational administration and teaching, accelerate the speed of score inquiry,
strengthen the score management, keep up with the pace of informatization of various departments of the
state, and make the management more standardized. In view of the above problems, this paper discusses the
development process of the homework review management system in detail
The system uses wechat developer editor, uses browser interaction mode for all business modules,
selects MySQL as the database of the system in the background, and uses SSM framework to design the
system. This system has three roles: administrator, teacher and student.
This paper introduces the development background of the small program system of the job review
system in detail, and introduces the system development technology, then analyzes the requirements of the
system, and describes the business process, system structure and data of the small program of the job review
system in detail.
Key words: Homework Review System applet; wechat developer, MySQL database, SSM framework
目 录
摘 要.........................................................................................................................................III
Abstract .......................................................................................................................................4
1 系统概述.................................................................................................................................5
1.1 概述...............................................................5
1.2 课题意义 ...........................................................5
1.3 主要内容...........................................................5
2 系统开发环境.........................................................................................................................6
2.1 微信开发者工具 .....................................................6
2.2 小程序框架以及目录结构介绍 .........................................6
2.3 JAVA 简介 ..........................................................7
2.4 MySQL 数据库 .......................................................7
2.5 SSM 框架 ...........................................................7
3 需求分析.................................................................................................................................1