一个简单的网上教务系统模型的设计与实现
摘 要
在Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们生活中各个方面发挥着重要的作用。网站建设已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。
对于一个学校来说,大量教师信息,学生信息管理,学生成绩管理,基本数据的维护都难于通过传统的方法进行管理:这就迫切需要利用计算机技术来帮助学校管理者处理这些日常管理。本系统正是为了简化教学任务的管理,提高办公效率,方便师生而设计的。
本设计所完成的网上教务处管理系统主要实现的功能有:前台学生对班级情况、课程安排、学期成绩、和最新发布的教务信息的查询。后台管理员对全校教师信息、学生信息、学生成绩、课表安排等进行管理,即添加、删除、修改。同时发布新的公告等。
关键词:ASP;课程表查询;成绩查询;信息发布
Design and Realization of A Simple on-line Educational Administration System
Abstract
Along with quick development of Internet in modern life, Internet has become one of the most important channels where people access, publish and transfer information. Internet has played an important role in people's daily life. The website construction has become the most important part of the information-based construction for government and enterprise. And it takes lots of people’s attention.
As a school, a large number of teacher information, student information, student examine results and the basic data are difficult to manage through traditional methods. It needs to use computer technology urgently to help school administrators handle these day-to-day management. The system just design for the work of school administrators, and for improving office efficiency. It also makes teachers and students convenience.http://www.16sheji8.cn/
The design of the system includes the following functions. Students search the information of classes, courses, semester, and the latest information released by administrators. Administrators manage the information such as teacher information, student information, curriculum, etc.
Key words: Asp; Curriculum inquiry; Score Inquiry; Information release
目 录
论文总页数:26页
1 引言 1
1.1 选题背景 1
1.2 网上教务系统建设的目标 1
1.3 系统建设的原则 1
2 ASP相关技术介绍 2
2.1 ASP动态网站开发技术 2
2.1.1 ASP的特点 3
2.1.2 ASP工作原理和运行环境 4http://www.16sheji8.cn/
2.2 数据库ACCESS简介 4
2.2.1 Access介绍 4
2.2.2 ASP访问数据库的原理 5
3 数据库的建设与实现 6
3.1 数据库的需求分析 6
3.2 后台数据库的配置 6
3.3 数据库的设计 7
4 系统流程图 9
5 程序实现 10
5.1 创建数据库连接 10
5.2 前台主要功能模块的详细设计 11
5.2.1 前台文件总体架构 11
5.2.2 前台功能模块详细实现 12
5.3 后台功能详细设计 15
5.3.1 后台文件总体架构 15
5.3.2 后台功能模块详细实现 15
结 论 23
参考文献 24
致 谢 25http://www.16sheji8.cn/
声 明 26
1 引言
1.1 选题背景
随着计算机技术的发展和互联网时代的到来,人们已经进入了信息时代,也有人称为数字化时代。互联网成为人们快速获取、发布和传递信息的重要渠道。网站建设已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。对于一个学校来说,大量教师信息,学生管理信息,学生成绩管理,基本数据的维护都难于通过传统的方法进行管理;因此教务管理系统是一个教育单位不可缺少的部分,教务管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低等,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。