国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

高速公路收費系統(tǒng).doc

約131頁DOC格式手機打開展開

高速公路收費系統(tǒng),摘 要遼寧高速收費系統(tǒng)解決了在高速公路收費業(yè)務(wù)中由于采用傳統(tǒng)方法和手段所出現(xiàn)的難于處理的各種問題,并把管理對象轉(zhuǎn)到信息對象的信息管理系統(tǒng),把高速公路收費管理工作推向新的高度。圖像審批系統(tǒng)是高速公路收費管理信息系統(tǒng)的一部分,主要是在分中心對收費站傳回來的圖像進行審核。在分中心,當(dāng)審核人員認為某個捕捉到的圖...
編號:68-116511大小:3.81M
分類: 論文>計算機論文

內(nèi)容介紹

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

高速公路收費系統(tǒng)


摘  要

遼寧高速收費系統(tǒng)解決了在高速公路收費業(yè)務(wù)中由于采用傳統(tǒng)方法和手段所出現(xiàn)的難于處理的各種問題,并把管理對象轉(zhuǎn)到信息對象的信息管理系統(tǒng),把高速公路收費管理工作推向新的高度。
圖像審批系統(tǒng)是高速公路收費管理信息系統(tǒng)的一部分,主要是在分中心
對收費站傳回來的圖像進行審核。在分中心,當(dāng)審核人員認為某個捕捉到的圖像有問題,可以進行批注,上報給中心。同時中心審批過的圖像也可以及時的通知分中心。在審批圖像的同時,可以明確的得知這些圖像產(chǎn)生的時間、地點、人員、當(dāng)時的付款方式,收費員輸入的車型等信息。此外在中心和分中心,也可以根據(jù)時間、地點等條件進行查詢,以獲得當(dāng)時收費站的圖像。從而達到事后監(jiān)督審核稽查的作用。
本系統(tǒng)使用當(dāng)前流行web應(yīng)用程序開發(fā)技術(shù)jsp開發(fā),面向中型站點,采用了jsp+javaBean的架構(gòu),以Apache+Tomcat為運行環(huán)境,在本地機上實現(xiàn)了B/S結(jié)構(gòu)的web應(yīng)用程序。
該系統(tǒng)包括黑車牌照管理、圖像審批類型維護、圖像審批處理、圖像審批查詢和圖像審批統(tǒng)計報表五個模塊。

關(guān)鍵詞  遼寧高速收費系統(tǒng),圖像審批系統(tǒng),圖像審批

 

 


Abstract

The charging system of Liaoning speedway offered a resolution for the intractability problems occurred in speedway business affairs because of the using of traditional means. She transformed the management objects to information objects, and pushed the management of speedway charging to a new high degree.
Images checking system is a sub-system of the speedway charging management information system. Its main function is examining images caught and passed by toll station. In sub-center station, when the checkers doubt some image, they can annotate with comments and report to center. In the meanwhile, images in center station also can be checked and then report to sub-center station. When we check images, we also can get the messages about the originate time, address, operator, methods of payment, car type of these images etc.. In addition, both in center station and sub-center station, we can query images by time or address, so that we do supervise and examine.
This system ,which was developed by using the prevail web technical JSP ,faced to medium-sized web site, adopted the JSP + javaBean struts, with the run environment Apache + Tomcat, had accomplished a web application using B/S  structure.
Five modules made up this shopping system. They are lawless license management, the checking type of images maintain, checking images, query checked images, images checked statistical statement.
Keywords    the charging system of Liaoning speedway,images checking
system,images checking,lawless license
目  錄
前  言 - 7 -
第一章 可行性分析和系統(tǒng)設(shè)計 - 8 -
1.1 背景——智能交通系統(tǒng)(ITS) - 8 -
1.2 項目開發(fā)價值分析 - 9 -
1.3 技術(shù)可行性分析 - 9 -
1.3.1開發(fā)技術(shù)JSP - 9 -
1.3.2 JSP應(yīng)用程序處理過程 - 10 -
1.3.3 開發(fā)架構(gòu)方案jsp+javaBean - 10 -
1.3.4 開發(fā)環(huán)境方案Apache+Tomcat - 12 -
1.3.5 數(shù)據(jù)庫連接技術(shù)JDBC技術(shù) - 14 -
1.3.6 數(shù)據(jù)庫方案Oracle - 15 -
1.4 系統(tǒng)實現(xiàn)方案設(shè)計 - 16 -
第二章 總體設(shè)計 - 17 -
2.1 系統(tǒng)組成 - 17 -
2.2 程序模塊圖 - 18 -
2.3 數(shù)據(jù)庫表結(jié)構(gòu) - 19 -
2.3.1 黑名單表 O_BLACK_PLATE - 19 -
2.3.2 常量表 S_SVC_CONST - 19 -
2.3.3 圖像參數(shù)表 O_IMAGE - 19 -
2.3.4表 P_MOP_TAB - 21 -
2.3.5表 P_OBSE - 21 -
2.3.6表 P_FILE_HEADER - 22 -
2.3.7表 P_CENTER_SUBCENTER_LIST - 22 -
2.3.7表 P_VPLAZE_LIST - 23 -
2.3.8表 P_NET_NO - 23 -
2.3.9表 P_VEHI_CLAS - 24 -
2.3.10表 P_LANE_TYPE - 24 -
第三章 詳細設(shè)計和功能說明 - 25 -
3.1 黑車牌照管理 - 26 -
3.1.1 功能描述 - 26 -
3.1.2 業(yè)務(wù)流程圖 - 26 -
3.1.3 用戶畫面 - 26 -
3.1.4 業(yè)務(wù)描述 - 28 -
3.1.5 數(shù)據(jù)庫操作 - 29 -
3.1.6 測試點 - 29 -
3.2 圖像審批類型維護 - 30 -
3.2.1 功能描述 - 30 -
3.2.2 業(yè)務(wù)流程圖 - 30 -
3.2.3 用戶畫面 - 30 -
3.2.4 業(yè)務(wù)描述 - 31 -
3.2.5 數(shù)據(jù)庫操作 - 32 -
3.2.6 測試點 - 33 -
3.3 圖像審批處理 - 33 -
3.3.1 功能描述 - 33 -
3.3.2 業(yè)務(wù)流程圖 - 33 -
3.3.3 用戶畫面 - 33 -
3.3.4 業(yè)務(wù)描述 - 36 -
3.3.5 數(shù)據(jù)庫操作 - 38 -
3.3.6 測試點 - 39 -
3.4 圖像審批查詢 - 40 -
3.4.1 功能描述 - 40 -
3.4.2 業(yè)務(wù)流程圖 - 40 -
3.4.3 用戶畫面 - 40 -
3.4.4 業(yè)務(wù)描述 - 43 -
3.4.5 數(shù)據(jù)庫操作 - 45 -
3.4.6 測試點 - 45 -
3.5 圖像審批統(tǒng)計報表 - 46 -
3.5.1 功能描述 - 46 -
3.5.2 業(yè)務(wù)流程圖 - 46 -
3.5.3 用戶畫面 - 47 -
3.5.4 業(yè)務(wù)描述 - 49 -
3.5.5 數(shù)據(jù)庫操作 - 50 -
3.5.6 測試點 - 51 -
結(jié)束語 - 53 -
致  謝 - 54 -
附  錄1 JAVA DATABASE CONNECTIVITY (JDBC) - 55 -
附  錄2用JDBC連接數(shù)據(jù)庫 - 72 -
附  錄3部分程序代碼 - 85 -
參考文獻 - 129 -