畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng).doc
約45頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
畢業(yè)論文 基于web的bs模式的審批管理系統(tǒng),【摘 要】在信息時(shí)代的今天,計(jì)算機(jī)參與企業(yè)車輛使用業(yè)務(wù)管理已成為企業(yè)車輛管理的當(dāng)務(wù)之急。該用車審批管理系統(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è)車輛使用業(yè)務(wù)管理已成為企業(yè)車輛管理的當(dāng)務(wù)之急。該用車審批管理系統(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)的安全性,為用戶的使用提供了強(qiáng)有力的保證。其功能包括主要是普通用戶管理和審批管理員審批管理,普通用戶管理包括普通用戶登陸,車輛的申請(qǐng),申請(qǐng)信息的跟蹤,以及個(gè)人設(shè)置等功能。審批管理員管理包括審批管理員登錄,車輛申請(qǐng)的審批,申請(qǐng)信息的跟蹤,車輛信息的維護(hù),以及個(gè)人設(shè)置功能。本論文完整介紹了系統(tǒng)的功能和開(kāi)發(fā)的過(guò)程,著重說(shuō)明了系統(tǒng)的功能流程和實(shí)現(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 課題來(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 用車審批管理系統(tǒng)登錄的設(shè)計(jì) 22
4.3 用戶用車申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 23
4.4 審批管理員審批申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 24
4.5 審批管理員添加車輛信息的設(shè)計(jì) 25
4.6 審批管理員刪除車輛信息的設(shè)計(jì) 26
4.7 審批管理員修改車輛信息的設(shè)計(jì) 27
4.8 審批管理員查詢車輛信息的設(shè)計(jì) 28
第五章 系統(tǒng)實(shí)現(xiàn) 29
5.1 用車審批管理系統(tǒng)登錄功能的實(shí)現(xiàn) 29
5.2 用車審批管理系統(tǒng)用戶車輛申請(qǐng)功能的實(shí)現(xiàn) 30
5.3 用車審批管理系統(tǒng)審批管理員審批申請(qǐng)功能的實(shí)現(xiàn) 32
5.4 用車審批管理系統(tǒng)車輛查詢功能的實(shí)現(xiàn) 35
5.5 個(gè)人設(shè)置功能的實(shí)現(xiàn) 36
后 記 37
參考文獻(xiàn) 38
附錄一: 39
【關(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 課題來(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 用車審批管理系統(tǒng)登錄的設(shè)計(jì) 22
4.3 用戶用車申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 23
4.4 審批管理員審批申請(qǐng)和申請(qǐng)跟蹤的設(shè)計(jì) 24
4.5 審批管理員添加車輛信息的設(shè)計(jì) 25
4.6 審批管理員刪除車輛信息的設(shè)計(jì) 26
4.7 審批管理員修改車輛信息的設(shè)計(jì) 27
4.8 審批管理員查詢車輛信息的設(shè)計(jì) 28
第五章 系統(tǒng)實(shí)現(xiàn) 29
5.1 用車審批管理系統(tǒng)登錄功能的實(shí)現(xiàn) 29
5.2 用車審批管理系統(tǒng)用戶車輛申請(qǐng)功能的實(shí)現(xiàn) 30
5.3 用車審批管理系統(tǒng)審批管理員審批申請(qǐng)功能的實(shí)現(xiàn) 32
5.4 用車審批管理系統(tǒng)車輛查詢功能的實(shí)現(xiàn) 35
5.5 個(gè)人設(shè)置功能的實(shí)現(xiàn) 36
后 記 37
參考文獻(xiàn) 38
附錄一: 39
TA們正在看...
- 秋期開(kāi)學(xué)典禮國(guó)旗下的演講用汗水澆鑄輝煌,用智慧...doc
- 《品德與生活》的課堂教學(xué)與學(xué)生實(shí)際的聯(lián)系.doc
- 《品德與社會(huì)》教學(xué)點(diǎn)滴.doc
- 科技推動(dòng)世界,創(chuàng)新成就未來(lái).doc
- 《品德與社會(huì)》課堂教學(xué)探討.doc
- 科技改變世界創(chuàng)新從我做起.doc
- 《尊重和維護(hù)隱私權(quán)》課后反思.doc
- 科技改變生活,科技改變你我.doc
- 《思想品德》課堂教學(xué)中臨界生的施教策略思考.doc
- 積極備戰(zhàn),段考亮劍.doc
相關(guān)文檔
- asp應(yīng)用之在線mp3銷售系統(tǒng)(含原代碼).rar
- 自動(dòng)出題題庫(kù)系統(tǒng).rar
- web的畢業(yè)設(shè)計(jì)管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
- c語(yǔ)言實(shí)的串行通信接口程序設(shè)計(jì)報(bào)告.doc
- 汽車防盜器的設(shè)計(jì).doc
- 畢業(yè)設(shè)計(jì)access數(shù)據(jù)庫(kù)管理系統(tǒng)的應(yīng)用.doc
- 畢業(yè)設(shè)計(jì)辦公自動(dòng)化管理系統(tǒng).doc