当前位置: 网学 > 网学资源大全 > 计算机 > 正文

基于ASP的教师信息管理系统毕业设计

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: admin 发布时间: 13/09/05
【网学提醒】:本文主要为网上学习者提供基于ASP的教师信息管理系统毕业设计,希望对需要基于ASP的教师信息管理系统毕业设计网友有所帮助,学习一下吧!

资料包括: 论文(26页9267字) 图纸 
说明:

摘 要:Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济生活等各个方面发挥着重要的作用。Internet上发布信息主要是通过网站来实现的,获取信息也是要在internet“海洋”中按照一定的检索方式将所需要的信息从网站上下载下来。因此网站建设在Internet应用上的地位显而易见,它以成为政府、企业事业单位信息化建设中的重要组成部分,从而备受人们的重视。
为了将教师的信息更好的管理,提高工作效率,同时避免人工管理的错误,所以制作了教师信息管理系统。本系统分为:教师信息录入,教师信息修改,教师信息查询,教师信息打印以及教师账号管理几个功能模块。总的来说能够满足学校对于教师基本信息的管理。同时由于本系统基于B/S结构,所以是以网站的形式展现其功能的,也适应了目前internet飞速发展的现状。
本系统采用了目前比较流行的ASP作为前台的开发语言。ASP作为开发语言具有简单易学的特点,但是功能还相当强大。后台选择Access作为数据库,用Access作中小型系统的数据库不失为一个好的选择。另外采用Dreamweaver来美化网页,效果很是不错。


关键字:ASP; Access; 教师信息管理; 数据库技术;网站建设

ABSTRUCT:The internet develop soon quikly today, the Internet becomes more and more popular to people and obtain by people.People release and deliver the important t information quickly by internet. It play an important role in politics,economic life. Much information is mainly passed by Internet, and obtain information in the internet"ocean" according to certain inspectional way which will need of the information carries down up and down from the website.So the website construction at the internet applied is obviously important, it become much important in the information-based construction of government,and the business enterprise business unit .So people put more and more attention on internet. Internet do good for us.
In order to improve the teacher''s information management system, improve th work efficiency, avoid the mistake of the artificial management in the meantime, so I manufacture the teacher the information management system.This system is divided into five parts: writing teachers information to database, modificatng teachers information, searching teachers information in database, printing teacher''s information and managing teacher''s numbered account.In a word, the management can satisfy the management of teachers information for the school.In the meantime because of this system according to the B/S structure, so show its function by the form of the website can also adapted the development of internet’s flying to soon currently of present condition.
This system use a popular language ASP as programming language. Being the development language ASP is easy to study and understand, but the function is still very strong.The backstage choice---Access is a kind of database.This kind of database can make medium or small scaled system. Its agood chiose indeed. Adopting another tool Dreamweaver to beautify a web page, the result is very good.

Key words ASP; Access; The management of techers; Database;The website construct

第一章 开发工具介绍

1.1 ASP介绍
ASP是1996年由Microsoft推出的运行于服务器端的WEB应用程序开发技术.只能运行于WINDOWNT(WINDOWS)/IIS平台
ASP具有以下特点:
(1)可以混用ASP用HTML,DHTML,ActiveX,VBScript,JavaScript,并且可以相互嵌套。
(2)ASP是纯文本格式,不需编译就可以直接在服务器上运行.
(3)安全性好。ASP是一种在WEB服务器端运行的脚本语言,源代码不会传到客户的浏览器上,可保护源程序不外漏。
(4)面向对象。ASP正是通过其自身包含的对象来实现服务器与客户端交互的
(5)可扩充服务器端功能。利用ASP提供的一组ActiveX服务器组件(ActiveX Server Components)可继续扩充ASP的功能。如用ASP内置ADO组件可以轻松的存取各种数据库。此外,还可以用VB,Java等语言开发自己的组件以进一步扩充其功能
(6)与浏览器无关。ASP可以将运行结果一HTML的格式传送到客户端浏览器,因而可以使用于各种浏览器.
ASP的工作原理
在对ASP的运行过程可以参照下图
以下是对ASP动态网页处理过程的概述:
(1)用户向Web服务器传送一个.asp页面请求。
(2)服务器接到请求后根据.asp扩展名判断用户要浏览的是一个ASP文件。
(3)服务器从内存或硬盘中读取相应的ASP文件。
(4)ASP程序被传送给服务器上的asp.dll并编译运行,产生标准的HTML文件。
(5)产生的HTML文件作为用户请求的响应传回给用户端浏览器,用户端浏览器进行解释运行。


目录:
第一章 开发工具介绍4
1.1 ASP介绍4
1.2 Dreamweaver MX 2004简介6
1.3 Access简介6
第二章 数据库理论基础8
2.1 数据库系统设计及范式分析9
2.1.1 数据库系统设计9
2.1.2 数据库设计范式分析11
第三章 系统功能模块介绍13
3.1 系统功能模块图13
3.2 E-R模型图14
3.3 系统使用流程图15
3.4 各个模块功能简介:16
第四章 系统数据库设计及主要界面17
4.1数据库的设计:17
4.2 系统主要界面介绍18
1. 图4.3是该教师档案管理的登录界面,也就是欢迎登录界面。18
3. 教师信息提交页面19
4. 教师信息修改界面20
5. 教师信息查询界面21
6 帐户管理界面21
4.3 用户使用注意事项22
第五章 实现代码23
5.1 录入信息模块代码23
5.2 查询模块实现代码23
5.3 结论24
致 谢25
参考文献26
参考文献:
信息学院的数字化学院系统软件开发任务书.
郑人杰、殷人昆、陶永雷《实用软件工程》第二版.清华大学出版社 2004.5.1
Soren Lauesen.Software Requirements Styles and Techniques[M]. BeiJing: Publishing House of Electronics Industry,2002.10,25-90.
Roger S.Pressman.Software Engineering A Practitioner’s Approach, 5th ed[M].北京:清华大学出版社,2001.1-589.
杜民等 编著《ASP 程序设计与开发指南》.高等教育出版社
张龙祥等《面向对象程序设计》 人民邮电出版社
吴昌平主编 《ASP程序设计》  人民邮电出版社
[美]马丁 著 敏捷软件开发:原则、模式与实践 清华大学出版社
萨师煊,王 珊.数据库系统概论[M].北京: 高等教育出版社.1997.91-132.
Paul C.Jorgensen.Software Testing A Craftsman’s Approach(second Edition)[M].China Machine Press,2003,170-175.
Soren Lauesen.Software Requirements Styles and Techniques[M]. BeiJing: Publishing House of Electronics Industry,2002.10,25-90.

作者点评:
本系统是基于asp设计的教师档案管理系统,本系统是给别人做的毕业设计,而且已经设计通过取得了一定得成绩。
此教师信息管理系统采用了ASP+Dreamweaver+Access的方式基本上实现了一个系统所应该具备的基本功能,比如说信息录入,查询,修改,删除等操作。但是由于时间比较仓促在界面友好和美观上所做的工作还远远不够,需要继续完善。另外,开发完成这个小系统后,深深体会到按照软件工程理论开发一个项目的重要性,没有一个标准规则,任何项目都很难有一个完美的结果
  • 上一篇资讯: 实验课程网络教学平台的开发--校园网站设计
  • 下一篇资讯: 图书库存管理系统
  • 相关资讯

    网学推荐

    免费论文

    原创论文

    文章排行榜

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号