网上教务管理系统(论文范文-JSP-JAVA-毕业设计) 下载本文

内容发布更新时间 : 2024/10/1 13:02:01星期一 下面是文章的全部内容请认真阅读。

需要本论文完整程序源代码,答辩PPT,开题报告等全套资料,请联系本文档上传者QQ

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

摘 要

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

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

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

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

需要本论文完整程序源代码,答辩PPT,开题报告等全套资料,请联系本文档上传者QQ

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

需要本论文完整程序源代码,答辩PPT,开题报告等全套资料,请联系本文档上传者QQ

目 录

1 绪论 ................................................ 1

1.1 课题的研究背景与意义 ................................ 1

1.1.1 课题的研究背景 ..................................... 1 1.1.2 课题的研究意义 ..................................... 1

1.2 系统的定义及内容简介 ................................ 1

1.2.1 系统的定义 ......................................... 2 1.2.2 系统的内容简介 ..................................... 2

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