毕业论文 小型作业管理系统.doc

约46页DOC格式手机打开展开

毕业论文 小型作业管理系统,摘 要在现代化的教育技术模式下,计算机已经广泛应用于学校的教育管理,给传统的教学方式带来了重大的革命。如何有效进行作业管理是摆在我们面前的一个新的课题。本文在研究目前国内外作业管理情况的基础上,从学校的实际需求出发,采用当前较为流行的b/s(浏览器/服务器)结构和asp动态网页开发技术,基于windows xp pro...
编号:20-197868大小:1.10M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
在现代化的教育技术模式下,计算机已经广泛应用于学校的教育管理,给传统的教学方式带来了重大的革命。如何有效进行作业管理是摆在我们面前的一个新的课题。
本文在研究目前国内外作业管理情况的基础上,从学校的实际需求出发,采用当前较为流行的B/S(浏览器/服务器)结构和ASP动态网页开发技术,基于Windows XP Professional操作系统和SQL Server 2005数据库,设计并实现了一个功能较为完善的小型作业管理系统。通过对系统进行一系列的需求分析、设计、编码、测试等工作,使系统实现了管理员发布管理公告、教师管理、设置学院、班级、课程;老师在线发布作业、批改作业、网上答疑;学生上传作业、查看作业信息、提出疑问的功能。重点对系统设计过程作了相应描述,同时也对系统需要改进的地方做了总结。
本系统经过测试,运行效果稳定,操作方便、快捷。不仅适用于普通学校的作业管理,也适用于网络远程教学,能较好地解决作业管理混乱的状况。

关键词:Web作业系统, ASP ,B/S

Abstract
With the advancement of society, the development of Network technology provides a new space for education. Traditional teaching can not meet the satisfaction of the schools', teachers' and the students'. The new teaching mode-online teaching system has been used among the teachers and students widely. Online teaching system has been an important way to foster talent, facilitate science & research, and develop education.
At first the thesis introduces the background and future development of the task research simply. Then introduce the three layers system structure of B/S, the characteristics, functions and working principles of the ASP. Whilst introduce some characteristics of SQL sever2005 simply etc. The second, The thesis devote more energies to the analysis of system design, including system requirement analysis, system module design, the main flow chart, system database design etc.
Finally, the thesis will state the main functions of system implementation in details. The system is developed as a Web homework system combined with the practical situation of own school. It mainly consists of the modules of student freedom system, homework system, examination system and teacher system. The system has been used in the machine rooms, and will be upgraded during its use unceasingly.
Keywords: Web homework management system, ASP, B/S

目录
第1章 前 言 3
1.1 研究背景 3
1.2 课题分析 5
1.2.1 问题与发展状况 5
1.2.2 课题任务要求 5
1.3 论文结构 6
第2章 相关技术概述 7
2.1 ASP.NET动态网页技术 7
2.1.1 基于Browser /Server模式的体系结构简介 7
2.1.2 基于ASP.NET技术的三层结构模型 10
2.2 SQL Server 2005 10
2.3 Dreamweaver MX 12
第3章 系统总体设计 12
3.1 系统需求分析 12
3.2 系统数据流程描述 13
3.2 系统总体结构设计 15
3.3 系统功能模块设计 16
3.4 系统数据库设计 17
3.4.1 数据流程图和数据字典 17
3.4.2 数据库概念设计 19
3.4.3 数据库逻辑结构设计 20
3.5 系统出错处理与安全保密设计 25
第4章 系统详细设计与实现 25
4.1 系统运行环境 25
4.2 用户登陆模块的实现 26
4.3 在线作业管理系统首页的实现 27
4.4 管理员模块的实现 30
4.4.1 管理员设置院系、班级、课程模块的实现 30
4.4.2 管理员对教师管理的实现 31
4.5 教师模块的实现 32
4.5.1 教师修改个人信息模块的实现 32
4.5.2 教师查看学生名单模块的实现 32
4.5.3 教师布置作业模块的实现 33
4.5.4 教师批改学生作业模块的实现 33
4.5.5 教师网上答疑模块的实现 34
4.6 学生模块的实现 36
4.6.1 学生查看作业模块的实现 36
4.6.2 学生修改个人信息模块的实现 37
4.6.3 学生提出疑问与查看答疑模块的实现 37
4.6.4 学生上传作业模块的实现 38
第5章 系统运行与测试 39
5.1 系统测试的目的与原则 39
5.2 系统测试 39
5.2.1 系统入口测试要点 40
5.2.2 数据录入测试要点 40
5.3系统测试内容 40
5.4 测试结果 40
第6章 结论 41
6.1 结论 41
参考文献 42