优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

ASP电子政务档案管理系统(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要 internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济生活等各个方面发挥着重要的作用。Internet上发布信息主要是通过网站来实现的,获取信息也是要在internet“海洋”中按照一定的检索方式将所需要...
如有需要请联系 QQ:306826066
摘 要
internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济生活等各个方面发挥着重要的作用。Internet上发布信息主要是通过网站来实现的,获取信息也是要在internet“海洋”中按照一定的检索方式将所需要的信息从网站上下载下来。因此网站建设在internet应用上的地位显而易见,它以成为政府、企业事业单位信息化建设中的重要组成部分,从而备受人们的重视。
为了将档案的信息更好的管理,提高工作效率,同时避免人工管理的错误,所以制作了档案信息管理系统。本系统分为:档案信息录入,档案信息修改,档案信息查询,档案信息打印以及档案账号管理几个功能模块。总的来说能够满足学校对于档案基本信息的管理。同时由于本系统基于B/S结构,所以是以网站的形式展现其功能的,也适应了目前internet飞速发展的现状。 [来源:http://www.think58.com]
本系统采用了目前比较流行的ASP作为前台的开发语言。ASP作为开发语言具有简单易学的特点,但是功能还相当强大。后台选择Access作为数据库,用Access作中小型系统的数据库不失为一个好的选择。另外采用Dreamweaver来美化网页,效果很是不错。
关键字:
ASP; Access; 档案信息管理; 数据库技术;网站建设
RUCT
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.

[资料来源:http://think58.com]


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. [来源:http://www.think58.com]
Key words
ASP; Access; The management of techers; Database;The website construct
 
目 录
第一章 开发工具介…………………………………………………1
1.1 ASP介绍……………………………………………………………1
1.2 Dreamweaver MX 2002介绍…………………………………3
1.3 Access简介………………………………………………………3
第二章 数据库理论基础…………………………………………4
2.1数据库系统设计及范式分析………………………………………5
2.1.1数据库系统设计…………………………………………………5
2.1.2数据库设计范式分析…………………………………………7
第三章 系统功能模块介绍………………………………………8
3.1系统功能模块图……………………………………………………9
3.2 E-R模型图………………………………………………………10
3.3系统使用流程图……………………………………………………11
3.4各个模块功能简介…………………………………………………12
第四章 系统数据库设计及主要界面……………………………13 [版权所有:http://think58.com]
4.1数据库设计…………………………………………………………13
4.2系统主要界面介绍………………………………………………14
4.3用户使用注意事项………………………………………………18
第五章 实现代码…………………………………………………19
5.1录入模块代码………………………………………………………19
5.2查询模块代码………………………………………………………32
5.3结论………………………………………………………………51
参考文献…………………………………………………………52
致谢……………………………………………………………………53
第一章 开发工具介绍
1.1 ASP介绍
ASP是1996年由Microsoft推出的运行于服务器端的WEB应用程序开发技术.只能运行于WINDOWNT(WINDOWS)/IIS平台
ASP具有以下特点:
 

[来源:http://www.think58.com]