网络辅助教学平台设计与实现
摘 要

本网络辅助教学平台是针对目前网络辅助教学平台的实际需求,从实际工作出发,对过去的网络辅助教学平台存在的问题进行分析,结合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,采用目前最流行的B/S结构和java中流行的MVC三层设计模式和eclipse编辑器、MySQL数据库设计并实现的 。本网络辅助教学平台主要包括系统用户管理模块、课程信息管理模块、教师信息管理、学生信息题管理、试卷信息管理、登录模块、和退出模块等多个模块。它帮助网络辅助教学平台实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了网络辅助教学平台数据资源,有效的减少了网络辅助教学平台的经济投入,大大提高了网络辅助教学平台的效率。

关键词:网络辅助教学平台;MVC模式;MySQL数据库

ABSTRACT

This network auxiliary teaching platform is aimed at the actual needs of the current network assisted teaching platform. From the actual work, the problems existing in the past network assisted teaching platform are analyzed, and the structure, concept, model, principle, and method of the computer system are combined. Under the various advantages of the computer, the most popular B/S structure and the popular MVC three-layer design model in Java and the clipse editor, MySQL database design and implementation are used. This network auxiliary teaching platform mainly includes system user management module, course information management module, teacher information management, student information problem management, paper information management, login module, and exit module. It helps the network aided teaching platform realize the informatization, the network, through the test, has realized the system design goal, compared with the traditional management model, the system made reasonable use of the network aided teaching platform data resources. It effectively reduces the economic investment of the network aided teaching platform and greatly improves the efficiency of the network aided teaching platform.

 

【key words】:Network Assisted Teaching Platform; The MVC pattern;MySQL database

 

 

 

目  录

网络辅助教学平台设计与实现

摘 要

ABSTRACT

目  录

第1章 绪论

1.1开发背景

1.2开发意义

1.3研究内容

第2章 主要技术和工具介绍

2.1 SSM 框架

2.1.1. Spring 框架

2.1.2 SpringMVC

2.1.3. MyBatis 的选用

2.2 mysql数据库

2.3 eclipse与Tomcat简介

第3章 系统分析

3.1可行性分析

3.1.1经济可行性

3.1.2技术可行性

3.1.3操作可行性

3.2需求分析

3.3业务流程分析

3.4数据流程分析

第4章 系统设计

4.1系统结构设计

4.2功能模块设计

4.3数据库设计

4.3.1数据库设计概述

4.3.1概念设计

4.3.2表设计

第5章  系统实现

5.1基本任务

5.2登录模块的实现

5.2.1首页实现

5.2.2管理员后台登录

5.3教师用户模块的实现

5.3.1教学资源管理模块的实现

5.3.2试卷生成管理模块的实现

5.4管理员模块的实现

5.4.1用户管理模块的实现

5.4.2课程信息管理模块的实现

5.4.3教师信息管理模块的实现

5.4.4学生信息管理模块的实现

5.5学生管理模块的实现

5.5.1在线考试模块的实现

5.5.2我的成绩管理模块的实现

第6章  系统测试

6.1测试目的

6.2测试概述

6.3单元测试

6.3.1注册测试

6.3.2登录测试

6.4集成测试

第7章  总结

致  谢

参考文献