毕业论文 基于web的bs模式的审批管理系统.doc

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

毕业论文 基于web的bs模式的审批管理系统,【摘 要】在信息时代的今天,计算机参与企业车辆使用业务管理已成为企业车辆管理的当务之急。该用车审批管理系统的设计开发正是适应了这种要求。本系统采用java语言开发,主要采用jsp+struts+jdbc技术,实现了一个基于web的b/s模式的审批管理系统。同时本系统采用微软microsoft sql server200...
编号:30-201907大小:1.48M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

【摘 要】在信息时代的今天,计算机参与企业车辆使用业务管理已成为企业车辆管理的当务之急。该用车审批管理系统的设计开发正是适应了这种要求。本系统采用JAVA语言开发,主要采用JSP+Struts+JDBC技术,实现了一个基于web的B/S模式的审批管理系统。同时本系统采用微软Microsoft SQL Server2005关系型数据库,保证了系统的安全性,为用户的使用提供了强有力的保证。其功能包括主要是普通用户管理和审批管理员审批管理,普通用户管理包括普通用户登陆,车辆的申请,申请信息的跟踪,以及个人设置等功能。审批管理员管理包括审批管理员登录,车辆申请的审批,申请信息的跟踪,车辆信息的维护,以及个人设置功能。本论文完整介绍了系统的功能和开发的过程,着重说明了系统的功能流程和实现。
【关键词】用车审批管理系统,B/S,Java






















Design And Implementation Of
Vehicle Request Management System

【Abstract】In today's information age,using computer to manage enterprise vehicle using business has become a top priority in the enterprise vehicle management.The vehicle request management system is designed and implemented for the requirements.The system develop by Java language,mainly uses the JSP + Struts + JDBC technology,implement a B/S model of vehicle request management system based on web.Meanwhile the system uses Microsoft SQL Server 2005 relational database to ensure its security and to provide a strong guarantee for users while they’re using the system.Its functions mainly include the common user management and the request handler management.The common user functions include common user login,request vehicle,track request information and personal settings.The request handler functions include request handler login,handle vehicle request,track request information,manage vehicle information and personal settings.This thesis introduce the system’s functions and procedure of development completely,declare the process of the system’s functions and the implementation importantly.
【keywords】Vehicle Request Management System,B/S,Java
















目 录

第一章 绪论 1
1.1 课题来源 1
1.2 研究意义 1
1.3 国内研究现状 2
第二章 需求分析 3
2.1 系统定义 3
2.2 功能需求 3
2.3 数据需求 4
2.4 系统可行性分析 5
2.5 系统开发所需技术分析 5
2.6 系统开发环境介绍 14
第三章 概要设计 15
3.1 系统实现目标 15
3.2 系统开发设计思想 15
3.3 系统用例图 15
3.4 系统界面设计 16
3.5 系统数据库的选择 16
3.6 系统数据库表的描述 17
第四章 详细设计 21
4.1 系统总体结构 21
4.2 用车审批管理系统登录的设计 22
4.3 用户用车申请和申请跟踪的设计 23
4.4 审批管理员审批申请和申请跟踪的设计 24
4.5 审批管理员添加车辆信息的设计 25
4.6 审批管理员删除车辆信息的设计 26
4.7 审批管理员修改车辆信息的设计 27
4.8 审批管理员查询车辆信息的设计 28
第五章 系统实现 29
5.1 用车审批管理系统登录功能的实现 29
5.2 用车审批管理系统用户车辆申请功能的实现 30
5.3 用车审批管理系统审批管理员审批申请功能的实现 32
5.4 用车审批管理系统车辆查询功能的实现 35
5.5 个人设置功能的实现 36
后 记 37
参考文献 38
附录一: 39