畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng).doc
約45頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng),【摘 要】在信息時(shí)代的今天,計(jì)算機(jī)參與企業(yè)車(chē)輛使用業(yè)務(wù)管理已成為企業(yè)車(chē)輛管理的當(dāng)務(wù)之急。該用車(chē)審批管理系統(tǒng)的設(shè)計(jì)開(kāi)發(fā)正是適應(yīng)了這種要求。本系統(tǒng)采用java語(yǔ)言開(kāi)發(fā),主要采用jsp+struts+jdbc技術(shù),實(shí)現(xiàn)了一個(gè)基于web的b/s模式的審批管理系統(tǒng)。同時(shí)本系統(tǒng)采用微軟microsoft sql server200...
內(nèi)容介紹
此文檔由會(huì)員 ljjwl8321 發(fā)布
【摘 要】在信息時(shí)代的今天,計(jì)算機(jī)參與企業(yè)車(chē)輛使用業(yè)務(wù)管理已成為企業(yè)車(chē)輛管理的當(dāng)務(wù)之急。該用車(chē)審批管理系統(tǒng)的設(shè)計(jì)開(kāi)發(fā)正是適應(yīng)了這種要求。本系統(tǒng)采用JAVA語(yǔ)言開(kāi)發(fā),主要采用JSP+Struts+JDBC技術(shù),實(shí)現(xiàn)了一個(gè)基于web的B/S模式的審批管理系統(tǒng)。同時(shí)本系統(tǒng)采用微軟Microsoft SQL Server2005關(guān)系型數(shù)據(jù)庫(kù),保證了系統(tǒng)的安全性,為用戶(hù)的使用提供了強(qiáng)有力的保證。其功能包括主要是普通用戶(hù)管理和審批管理員審批管理,普通用戶(hù)管理包括普通用戶(hù)登陸,車(chē)輛的申請(qǐng),申請(qǐng)信息的跟蹤,以及個(gè)人設(shè)置等功能。審批管理員管理包括審批管理員登錄,車(chē)輛申請(qǐng)的審批,申請(qǐng)信息的跟蹤,車(chē)輛信息的維護(hù),以及個(gè)人設(shè)置功能。本論文完整介紹了系統(tǒng)的功能和開(kāi)發(fā)的過(guò)程,著重說(shuō)明了系統(tǒng)的功能流程和實(shí)現(xiàn)。
【關(guān)鍵詞】用車(chē)審批管理系統(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 課題來(lái)源 1
1.2 研究意義 1
1.3 國(guó)內(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)開(kāi)發(fā)所需技術(shù)分析 5
2.6 系統(tǒng)開(kāi)發(fā)環(huán)境介紹 14
第三章 概要設(shè)計(jì) 15
3.1 系統(tǒng)實(shí)現(xiàn)目標(biāo) 15
3.2 系統(tǒng)開(kāi)發(fā)設(shè)計(jì)思想 15
3.3 系統(tǒng)用例圖 15
3.4 系統(tǒng)界面設(shè)計(jì) 16
3.5 系統(tǒng)數(shù)據(jù)庫(kù)的選擇 16
3.6 系統(tǒng)數(shù)據(jù)庫(kù)表的描述 17
第四章 詳細(xì)設(shè)計(jì) 21
4.1 系統(tǒng)總體結(jié)構(gòu) 21
4.2 用車(chē)審批管理系統(tǒng)登錄的設(shè)計(jì) 22
4.3 用戶(hù)用車(chē)申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 23
4.4 審批管理員審批申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 24
4.5 審批管理員添加車(chē)輛信息的設(shè)計(jì) 25
4.6 審批管理員刪除車(chē)輛信息的設(shè)計(jì) 26
4.7 審批管理員修改車(chē)輛信息的設(shè)計(jì) 27
4.8 審批管理員查詢(xún)車(chē)輛信息的設(shè)計(jì) 28
第五章 系統(tǒng)實(shí)現(xiàn) 29
5.1 用車(chē)審批管理系統(tǒng)登錄功能的實(shí)現(xiàn) 29
5.2 用車(chē)審批管理系統(tǒng)用戶(hù)車(chē)輛申請(qǐng)功能的實(shí)現(xiàn) 30
5.3 用車(chē)審批管理系統(tǒng)審批管理員審批申請(qǐng)功能的實(shí)現(xiàn) 32
5.4 用車(chē)審批管理系統(tǒng)車(chē)輛查詢(xún)功能的實(shí)現(xiàn) 35
5.5 個(gè)人設(shè)置功能的實(shí)現(xiàn) 36
后 記 37
參考文獻(xiàn) 38
附錄一: 39
【關(guān)鍵詞】用車(chē)審批管理系統(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 課題來(lái)源 1
1.2 研究意義 1
1.3 國(guó)內(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)開(kāi)發(fā)所需技術(shù)分析 5
2.6 系統(tǒng)開(kāi)發(fā)環(huán)境介紹 14
第三章 概要設(shè)計(jì) 15
3.1 系統(tǒng)實(shí)現(xiàn)目標(biāo) 15
3.2 系統(tǒng)開(kāi)發(fā)設(shè)計(jì)思想 15
3.3 系統(tǒng)用例圖 15
3.4 系統(tǒng)界面設(shè)計(jì) 16
3.5 系統(tǒng)數(shù)據(jù)庫(kù)的選擇 16
3.6 系統(tǒng)數(shù)據(jù)庫(kù)表的描述 17
第四章 詳細(xì)設(shè)計(jì) 21
4.1 系統(tǒng)總體結(jié)構(gòu) 21
4.2 用車(chē)審批管理系統(tǒng)登錄的設(shè)計(jì) 22
4.3 用戶(hù)用車(chē)申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 23
4.4 審批管理員審批申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 24
4.5 審批管理員添加車(chē)輛信息的設(shè)計(jì) 25
4.6 審批管理員刪除車(chē)輛信息的設(shè)計(jì) 26
4.7 審批管理員修改車(chē)輛信息的設(shè)計(jì) 27
4.8 審批管理員查詢(xún)車(chē)輛信息的設(shè)計(jì) 28
第五章 系統(tǒng)實(shí)現(xiàn) 29
5.1 用車(chē)審批管理系統(tǒng)登錄功能的實(shí)現(xiàn) 29
5.2 用車(chē)審批管理系統(tǒng)用戶(hù)車(chē)輛申請(qǐng)功能的實(shí)現(xiàn) 30
5.3 用車(chē)審批管理系統(tǒng)審批管理員審批申請(qǐng)功能的實(shí)現(xiàn) 32
5.4 用車(chē)審批管理系統(tǒng)車(chē)輛查詢(xún)功能的實(shí)現(xiàn) 35
5.5 個(gè)人設(shè)置功能的實(shí)現(xiàn) 36
后 記 37
參考文獻(xiàn) 38
附錄一: 39
TA們正在看...
- 2016散學(xué)典禮主持稿.doc
- 2016文學(xué)常識(shí)知識(shí)競(jìng)賽試題選擇題.doc
- 2016文明社區(qū)活動(dòng)記錄.doc
- 2016新事業(yè)單位會(huì)計(jì)分錄大全.doc
- 2016教版三年級(jí)上冊(cè)第四單元萬(wàn)以?xún)?nèi)的加法和減法二...doc
- 2016新入職護(hù)士培訓(xùn)大綱試行.doc
- 2016新版煤礦安全規(guī)程.doc
- 2016新編閩教版小學(xué)信息技術(shù)六年級(jí)上冊(cè)教案.doc
- 2016春比較文學(xué)作業(yè).doc
- 2016春鋼-混凝土組合結(jié)構(gòu)資料期末大作業(yè).doc