摘要目前,互联网正变成一个越来越家喻户晓的事物,在我们的生活中,有很多很 多的事情正在由以前的纯人工管理变为现在由计算机辅助管理。可以说,计算机和 互联网的发展正在慢慢改变我们的生活,同时也协助我们更快更好的完成自己的工 作。同样的,在高校的日常教学和管理中,计算机也扮演着越来越重要的角色,可 以说绝大多数的教学工作都是在计算机的辅助下完成的。
本文的研究课题是教务管理系统的设计与实现。众所周知,高校教务管理系统 的主要功能就是实现对学校内部的人员、各类信息以及教学活动的管理。而其中比 较重要的部分就是对教师和学生的基本信息的管理,对学校内部教材的管理与发放 以及最重要的对课程、学生选课及成绩的管理。80849
本课题是按照计算机软件工程学的方法进行设计和实现了这样一个教务管理 系统。本文依次从教务管理系统的研究背景、应用技术、可行性研究、需求分析、 概要设计以及编码实现等方面详细的介绍了本系统。
毕业论文关键词:教务管理系统;PHP;MySQL;教材发放;学生选课管理
Abstract At present, the Internet is becoming a more and more household things。 In our lives, there are a lot of things that are assisted by computer management system now but managed by pure manual before。 That is to say, the development of the computer and the Internet is slowly changing our lives。 At the same time, the computer and the Internet can assist our work to be done better and more quickly。 Also, the computer play a more and more important role in the daily teaching and management in universities。 We can say that the vast majority of teaching work is done by computer。
In this paper, the research topic is the design and implementation of educational administration system。 As is known to all, the main functions of universities' educational administration system is to manage the people, all kinds of information and teaching activities in the university。 And the most important part of it is to manage the information of the teachers and students, manage and distribute the teaching material and manage the courses, course selection and the grades of students。
This topic to design and implement such an educational administration system according to the method of computer software engineering。 This article introduced the research background, the technologies I used, the feasibility study, the demand analysis, the profile design and the code of the system in turn。 Based on these aspects before, I introduce the system in details in this paper。
Keywords: Educational administration management system; PHP; MySQL; Distribution of the teaching material; Student course selection management
目 录
第一章 绪论 1
1。1 课题研究背景及意义 1
1。3 本课题主要研究内容 2
1。4 本文的主要内容和结构 2
第二章 开发教务管理系统的相关技术 4
2。1 系统结构 4
2。2 系统编程语言介绍 4
2。3 系统数据库平台介绍 5
2。4 系统服务器介绍