【正文】
留、使用學位論文的規(guī)定,同意學校保留或向國家有關部門或機構送交論文的復印件和電子版,允許論文被查閱和借閱;本人授權山東大學可以將本學位論文的全部或部分內容編入有關數(shù)據(jù)庫進行檢索,可以采用影印、縮印或其他復制手段保存論文和匯編本學位論文。對本文的研究作出重要貢獻的個人和集體,均已在文中以明確方式標明。 分類號: TP311 單位代碼: 10422 密 級: 學 號: Z0843048166 碩士學位論文 Shandong University Master’s Thesis 論文題目 :公交車信息管理系統(tǒng)的設計與實現(xiàn) Design and implementation of Wireless bus’s Management Information system 作者姓名 姜義濤 專 業(yè) 電子政務 指導教師 張立群 2020 年 4 月 15 日 原創(chuàng)性聲明和關于論文使用授權的說明 原創(chuàng)性聲明 本人鄭重聲明:所呈交的學位論文,是本人在導師的指導下,獨立進行研究所取得的成果。除文中已經(jīng)注明引用的內容外,本論文不包含任何其他個人或集體已經(jīng)發(fā)表或撰寫過的科研成果。本聲明的法律責任由本人承擔。 ( 保密論文在解密后應遵守此規(guī)定 ) 論文作者簽名: 導師簽名 : 日期: 山東大學碩士學位論文 i 目 錄 摘 要 ...................................................... I ABSTRACT ................................................... II 第 1章 緒論 ................................................. 1 系統(tǒng)開發(fā)背景 ................................................. 1 現(xiàn)實意義 .................................................... 2 本文的主要工作 ............................................... 4 本文的主要技術 ............................................... 5 本文的組織結構 ............................................... 7 第 2章 系統(tǒng)需求分析 .......................................... 8 系統(tǒng)概述 ..................................................... 8 ......................................... 8 系統(tǒng)的業(yè)務流程 ......................................... 9 系統(tǒng)的總體要求 ........................................ 10 系統(tǒng)目標 .................................................... 11 系統(tǒng)需求獲取 ................................................ 11 系統(tǒng)功能性需求 .............................................. 12 系統(tǒng)非功能性需求 ............................................ 16 性能要求 .............................................. 16 設計制約 .............................................. 17 第 3章 系統(tǒng)架構設計 ......................................... 18 系統(tǒng)設計目標和原則 ......................................... 18 系統(tǒng)技術架構設計 ........................................... 20 系統(tǒng)總體架構 .......................................... 20 系統(tǒng)安 全架構 .......................................... 20 系統(tǒng)網(wǎng)絡架構 .......................................... 22 系統(tǒng)邏輯架構 .......................................... 23 山東大學碩士學位論文 ii 數(shù)據(jù)架構 .............................................. 25 部署架構 .............................................. 25 系統(tǒng)功能架構 ............................................... 26 第 4章 系統(tǒng)的詳細設計 ....................................... 28 系統(tǒng)建模 .................................................... 28 系統(tǒng)的靜態(tài)結構圖 ...................................... 28 系統(tǒng)的動態(tài)結構圖 ...................................... 30 數(shù)據(jù)庫詳細設計 .............................................. 32 第 5章 系統(tǒng)的實現(xiàn) ........................................... 41 系統(tǒng)的總體實現(xiàn) .............................................. 41 界面實現(xiàn)的例子 ............................................. 43 用戶登錄界面 ......................................... 43 用戶信息管理界面 ..................................... 44 車輛信息界面 ......................................... 45 線路信息界面 ......................................... 45 站點車輛信息界面 ..................................... 47 代碼實現(xiàn)的例子 ............................................ 47 系統(tǒng)運行環(huán)境 ............................................... 51 第 6章 結 論 ............................................... 53 參考文獻 ................................................... 54 致 謝 ..................................................... 55 山東大學 碩士學位論文 iii CONTENTS Chinese abstract ............................................. I English abstract ............................................ II chapter 1 Introduction ....................................... 1 The development background of the system..................... 1 Practical significance ...................................... 2 The purpose of this thesis................................... 4 The main technic of in this paper...................... 5 The frame and structure of this thesis....................... 7 Chapter 2 The analyses on the system requirements .............. 8 The general description...................................... 8 The service model of the system ........................ 8 The service process of the system ...................... 9 The general requirements of the system ................ 10 The goal of the system...................................... 11 The acquisition of the demands in the system................ 11 The functional demands of the system........................ 12 The nonfunctional demands of the system.................... 16 Performance requirements .............................. 16 The conditioning of the designs ....................... 17 Chapter 3 The design of the system framework .................. 18 The goal and principle of the design ....................... 18 The design of the technical framework ...................... 20 The general structure of the system ................... 20 The security structure of the system.................. 20 The work structure of the system ................... 22 山東大學碩士學位論文 iv The architecture logic of the system ........................ 23 The data structure of the system ...................... 25 The deployment structure of the system ................ 25 The design of the functional structure of the system ....... 26 Chapter 4 The detailed design of the system .................. 28 The system modeling......................................... 28 The static structure of the system .................... 28 The dynamic structure of the system ................... 30 The detailed design of the database......................... 32 Chapter 5 The materialization of the system ................... 41 The general mate