特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng).doc

約45頁DOC格式手機(jī)打開展開

畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng),【摘 要】在信息時代的今天,計算機(jī)參與企業(yè)車輛使用業(yè)務(wù)管理已成為企業(yè)車輛管理的當(dāng)務(wù)之急。該用車審批管理系統(tǒng)的設(shè)計開發(fā)正是適應(yīng)了這種要求。本系統(tǒng)采用java語言開發(fā),主要采用jsp+struts+jdbc技術(shù),實現(xiàn)了一個基于web的b/s模式的審批管理系統(tǒng)。同時本系統(tǒng)采用微軟microsoft sql server200...
編號:30-201907大小:1.48M
分類: 論文>計算機(jī)論文

內(nèi)容介紹

此文檔由會員 ljjwl8321 發(fā)布

【摘 要】在信息時代的今天,計算機(jī)參與企業(yè)車輛使用業(yè)務(wù)管理已成為企業(yè)車輛管理的當(dāng)務(wù)之急。該用車審批管理系統(tǒng)的設(shè)計開發(fā)正是適應(yīng)了這種要求。本系統(tǒng)采用JAVA語言開發(fā),主要采用JSP+Struts+JDBC技術(shù),實現(xiàn)了一個基于web的B/S模式的審批管理系統(tǒng)。同時本系統(tǒng)采用微軟Microsoft SQL Server2005關(guān)系型數(shù)據(jù)庫,保證了系統(tǒng)的安全性,為用戶的使用提供了強(qiáng)有力的保證。其功能包括主要是普通用戶管理和審批管理員審批管理,普通用戶管理包括普通用戶登陸,車輛的申請,申請信息的跟蹤,以及個人設(shè)置等功能。審批管理員管理包括審批管理員登錄,車輛申請的審批,申請信息的跟蹤,車輛信息的維護(hù),以及個人設(shè)置功能。本論文完整介紹了系統(tǒng)的功能和開發(fā)的過程,著重說明了系統(tǒng)的功能流程和實現(xiàn)。
【關(guān)鍵詞】用車審批管理系統(tǒng),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 國內(nèi)研究現(xiàn)狀 2
第二章 需求分析 3
2.1 系統(tǒng)定義 3
2.2 功能需求 3
2.3 數(shù)據(jù)需求 4
2.4 系統(tǒng)可行性分析 5
2.5 系統(tǒng)開發(fā)所需技術(shù)分析 5
2.6 系統(tǒng)開發(fā)環(huán)境介紹 14
第三章 概要設(shè)計 15
3.1 系統(tǒng)實現(xiàn)目標(biāo) 15
3.2 系統(tǒng)開發(fā)設(shè)計思想 15
3.3 系統(tǒng)用例圖 15
3.4 系統(tǒng)界面設(shè)計 16
3.5 系統(tǒng)數(shù)據(jù)庫的選擇 16
3.6 系統(tǒng)數(shù)據(jù)庫表的描述 17
第四章 詳細(xì)設(shè)計 21
4.1 系統(tǒng)總體結(jié)構(gòu) 21
4.2 用車審批管理系統(tǒng)登錄的設(shè)計 22
4.3 用戶用車申請和申請跟蹤的設(shè)計 23
4.4 審批管理員審批申請和申請跟蹤的設(shè)計 24
4.5 審批管理員添加車輛信息的設(shè)計 25
4.6 審批管理員刪除車輛信息的設(shè)計 26
4.7 審批管理員修改車輛信息的設(shè)計 27
4.8 審批管理員查詢車輛信息的設(shè)計 28
第五章 系統(tǒng)實現(xiàn) 29
5.1 用車審批管理系統(tǒng)登錄功能的實現(xiàn) 29
5.2 用車審批管理系統(tǒng)用戶車輛申請功能的實現(xiàn) 30
5.3 用車審批管理系統(tǒng)審批管理員審批申請功能的實現(xiàn) 32
5.4 用車審批管理系統(tǒng)車輛查詢功能的實現(xiàn) 35
5.5 個人設(shè)置功能的實現(xiàn) 36
后 記 37
參考文獻(xiàn) 38
附錄一: 39