摘 要
本论文主要阐述了基于Web技术的校园一卡通管理系统的设计与实现。在介绍动态网页程序开发和数据访问技术基础上,提出了校园一卡通管理系统的组成与结构,阐述了系统的设计方案、实现方法以及所采用的开发工具和相关技术,还重点剖析了一卡通管理部分的程序设计。
本论文论述的是一个简化的Web应用程序模型,完成一个校园一卡通管理,该系统可供两种用户使用,分别是普通用户和管理员。管理员的功能有用户账号管理,账户管理,挂失管理,校园卡使用记录管理,数据管理几大功能,普通用户可以实现用户账户管理,校园卡使用(包含查询余额,圈存,消费,取现,签到,门禁,查看历史纪录),两大功能。实现了用户和管理员的双重资料管理。提供了一个良好的一卡通管理平台。
JSP技术以其独特的优势成为开发网站系统的首选工具,论文中以一种简化的方式介绍了JSP开发网站系统的方法和特点,即使用Eclipse开发工具,使用本机做服务器模拟实现客户端登录,最终能够实现客户端的所有操作。由于JSP具有一次编写,各处的运行、丰富而且高质量的工具支持、通过构件和标签实现重用、通过指令和标签库增强与面开发能力等优点,开发的系统可以在任何平台上编写、运行在任意平台上的JAVA服务器构件。
关键词:校园一卡通管理;MVC;jsp
ABSTRACT
This thesis mainly expounds the campus IC card management system based on Web technology in the design and implementation. In dynamic web application development and based on the data access technology,puts forward the composition and structure of campus IC card management system,this paper expounds the design scheme and realization method of the system and development tools and related technologies,also it analyzes the IC card management part of the program design.
This thesis is a simple Web application model,complete a campus id management,the system is available for two kinds of users,respectively is ordinary users and administrators. The function of the administrator user account management,account management,report the loss of management,campus card use records management,data management several big functions,ordinary users can realize user account management,campus card use (include query balance,circle,consumption,cash,check,entrance guard,to check the record),two big functions. Implements dual data management of users and administrators. Provides a good platform for the IC card management.
JSP technology with its unique position to become the development tools of choice for web site system,the thesis in a simplified way is introduced JSP development methods and characteristics of website system,which USES the Eclipse development tools,use the machine to do simulation realization of client server login,eventually be able to achieve the client's all operations. Because the JSP has write once,run everywhere,rich and high quality tools support,through the component reuse and tag,with surface through instruction and tag library to enhance development ability,the development of the system can be written on any platform,JAVA server component to run on any platform.
Keywords: Campus id management;MVC;JSP
目 录
摘 要 I
ABSTRACT II
目录 1
第1章 引言 1
1.1研究现状 1
1.2研究目标 1
第2章 相关的理论和技术 2
2.1 JAVA技术介绍 2
2.2 Eclipse平台 3
2.3 MVC框架介绍 3
2.4 JSP 编程语言 5
2.5 tomcat 数据库连接池介绍与配置 6
第3章 系统需求分析 10
3.1 可行性分析 10
3.2 功能需求概述 11
3.3 UML用例图 11
第4章 系统设计 14
4.1功能模块设计 14
4.2 程序流程图设计 14
4.2 数据库(E-R)图设计 15
第5章 系统实现 17
5.1 主要功能模块的实现 错误!未定义书签。
5.1.1 用户登陆的实现 17
5.1.3添加账户信息功能的实现 21
5.1.4 挂失管理 22
5.1.5 部门管理 23
第6章 系统调试与测试 24
6.1程序调试 24
6.2程序的测试 24
6.2.1 测试的重要性及目的 24
6.2.2 测试的步骤 26
6.2.3 测试的主要内容 26
总结 28
致 谢 29
参考文献 30