基于JSP的教务管理系统设计

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

教务管理系统的设计与实现

摘要

教务管理是学校的教务工作的主要内容,其信息量大、信息变动频繁历来是各学校的头疼问题,随着人们对用计算机的使用越来越广泛以及互联网络普及,教务管理也已经基本形成了多元的网络化管理,极大的方便了广大师生,也方便了学校对教务工作的管理,大大的提高了教学质量。

本系统采用FlexBuilder、MyEclipse结合MySQL数据库进行设计,从管理和使用的角度分为两个部分:学校教务管理端和学生使用端。前者主要有系统管理员及任课教师使用,后者则是主要面对在校学生。

本文首先作教务管理系统的功能需求分析,然后对数据库进行需求分析,再在数据库中建立相应的表,并弄清楚数据库中各个表的逻辑关系,接着编写代码,最后调试网站,直到形成用户满意的可以使用的完整系统。

关键词:教务管理系统;FlexBuilder;MyEclipse;MySQL

The Design and Implementation of

Educational Administration System

Abstract

Academic Senate, the school management is the main content, it is informative, information has always been the frequent changes in schools of headache problems, as people used more and more extensive use of computers and the popularization of the Internet, educational administration has been basically formed a multi-network management, a great convenience to teachers and students, but also on the Senate to facilitate the work of the school management, greatly increased the quality of teaching.

The system uses a FlexBuilder, MyEclipse combination of MySQL database design, from the perspective of management and use is divided into two parts: School of Educational Administration and students to use the client side. The former are mainly system administrators and classroom teachers to use, while the latter is the major problems encountered in school.

In this paper, first of all, make the functions of educational management system needs analysis, then the database needs analysis, and then in the database corresponding table, and each database table to clarify the logic of relations, and then write code, debug the final site, until the formation of customer satisfaction The complete system can be used.

Keywords: Educational Administration system; FlexBuilder; MyEclipse; MySQL

目录

1 绪论 (6)

1.1 课题的研究背景与意义 (6)

1.1.1 课题的研究背景 (6)

1.1.2 课题的研究意义 (6)

1.2 系统的定义及内容简介 (6)

1.2.1 系统的定义 (7)

1.2.2 系统的内容简介 (7)

2 系统中主要用到的技术 (3)

2.1 MySQL数据库 (3)

2.2 Flex (3)

2.3 Java (4)

3教务管理系统的设计与实现 (6)

3.1 开发和运行环境选择 (6)

3.2 系统设计 (6)

3.2.1 系统功能分析 (6)

3.2.2 系统功能模块设计 (7)

3.3 数据库设计 (7)

3.3.1 数据库概念结构设计 (7)

3.3.2 数据库逻辑结构设计 (8)

4 模块详细设计 (11)

4.1 主页面 (11)

4.2 用户登录页面 (13)

4.3 学生功能模块设计 (17)

4.3.1 个人信息查询页面 (17)

4.3.2 个人信息修改页面 (261)

4.3.3 在线选课页面 (22)

4.3.4 密码修改页面 (27)

4.3.5 历史留言查询页面 (27)

4.3.6 留言板页面 (28)

4.4 教师功能模块设计 (29)

4.4.1 教学实施计划查询页面 (29)

4.4.2 选课信息查询页面 (30)

4.4.3 个人信息查询修改页面 (30)

4.4.4 密码修改页面 (30)

4.5 管理员功能模块设计 (31)

4.5.1 教师信息修改、删除页面 (31)

4.5.2 管理员信息修改、删除页面 (32)

4.5.3 课程信息添加、修改、删除页面 (32)

4.5.4 学生学籍查询、修改、删除页面 (34)

4.5.5 留言查看、删除页面 (35)

5 用户手册 (36)

5.1 系统功能简介 (36)

相关文档
最新文档