摘 要
人类进入21世纪,信息技术和网络技术的迅速发展和广泛应用,对社会的政治、经济、军事、科技和文化等领域产生越来越深刻的影响,也正在改变着人们的工作、生活、学习和交流方式。关于身份验证的要求也越来越高了,大量的数据需要一个很好的查询系统来管理。
本文主要论述了如何利用JSP(Java Server Pages)技术进行身份验证系统的开发,作为动态网站的设计与数据库是分不开的,网站采用access数据库作为后台数据库,在开发中严谨地遵循软件工程学的原理,在设计上具有友好的交互界面,管理员可以在管理界面上对后台数据进行更改,从而改变数据库中的记录,使用户能够在前端进行身份验证的输入、查询。通过在用户界面上用户的身份证和姓名,可以查询到用户的其他基本信息资料和照片。
关键词 : JSP ; 数据库 ; 网站开发
Abstract
The mankind enters 21st century, rapid development of information technology and network technology and extensive application, fields such as the politics , economy , military , science and technology and culture of the society ,etc. exert a deeper and deeper influence, changing people's work , life , study and exchange way too. The requirement regarding the identity is verified is higher and higher, a large number of data need a very good inquiry system to manage.
This text has mainly expounded the fact how utilizing JSP (Java Server Pages ), technology carries on the identity and verifies systematic development, the design as dynamic website can not be separated from that the database is, websites adopt access database as backstage supporter's database , the principle of following engineering of software in developing rigorously, have friendly mutual interfaces in the design, the administrator can change backstage supporter's data in managing interfaces , thus change the record in the database , use the family to carry on the input , inquiry that the identity verified on the front. Through ID card and name of user at user interface , can inquire other basic information material and photo to get user.
Keyword : JSP ; Database ; Website's development
目 录
摘 要 I
Abstract
第1章 绪论
1.1问题的提出
1.2设计与研究工作的目的
1.3 相关领域
1.4网站设计的相关原理
第2章 JSP简介
2.1 JSP的基本概念
2.2 JavaBean概念
2.3 JSP的优点
2.4 JSP的安装和启动
2.5 JSP运行环境的配置
2.5.1 相关软件介绍
2.5.2 配置前的准备
2.5.3 JSP环境的配置方案(J2SDK+IIS+Tomcat)
第3章 可行性分析
3.1技术可行性分析
3.2经济可行性分析
3.3 社会因素可行性分析
第4章 需求分析
4.1 功能需求
4.2 性能需求
第5章 概要设计
5.1网站的整体框架
5.2网站的各个模块设计
5.2.1 身份验证操作部分
5.2.2 管理员操作部分
第6章 详细设计
6.1 身份验证系统主窗口设计
6.1.1登陆窗口
6.1.2身份信息核查窗口
6.2 后台管理员操作部分
6.2.1后台管理窗口
6.2.2添加、修改新身份
6.2.3 列表管理页面
6.3 数据库设计部分
结 论
致 谢
参考文献
第1章 绪论
1.1问题的提出
在Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济、生活、学习等各个方面发挥着重要的作用。在Internet上发布信息主要是通过网站来实现的,获取信息也是要在Internet“海洋”中按照一定的检索方式将所需要的信息从网站上下载下来。因此网站建设在Internet应用上的地位显而易见,它已成为信息化建设中的重要组成部分,倍受人们的重视。
现代通信和网络技术使世界变小了,人们可以突破种种限制,共享更多的资源。网络的发展,尤其是国际互联网的出现将信息时代的社会细胞(多媒体计算机和掌握了计算机技术的人)连成了一体,实现了人类智慧的连网,并由此创造出全新的网络文化。网络技术使享受服务不受时空限制(服务器具备记忆功能且24小时服务、网络四通八达)、网络的信息量大、信息传递快捷、交互性强。
信息技术的发展,使知识以爆炸的方式增长,向传统教育提出了挑战,网络环境下的学习具有个性化、协同性、资源丰富等特点。
目前,身份验证系统已经在很多行业开展起来,越来越多的为人们所使用。而大多数身份验证系统需要建立在网络的基础上,利用互联网络的跨区域性的优势,将用户身份信息验证更好的提供在不同行业的窗口上。