【正文】
南京 林業(yè)大學(xué)本科 生 畢業(yè)設(shè)計( 論文 ) 16 表 clients(客戶信息數(shù)據(jù)表) 序號 列名 數(shù)據(jù)類型 長度 小數(shù)位 標識 主鍵 允許空 說明 1 lname varchar 50 0 是 否 登錄名 2 password varchar 50 0 是 登錄密碼 3 ame varchar 50 0 是 姓名 4 sex varchar 10 0 是 性別 5 phone varchar 50 0 是 聯(lián)系方式 6 card varchar 50 0 是 身份證號 7 address varchar 100 0 是 聯(lián)系地址 車輛類別信息數(shù)據(jù)表用于存放車輛類別信息,包括類別編號、類別名稱。 車輛有車輛類別,所以車輛 類別編號在車輛表中是外鍵;車輛編號在事故表中是外鍵;車輛編號在車輛使用信息表中是外鍵;訂單表包括車輛和客戶,所以車輛編號和客戶名在訂單表中也是外鍵。 1.概念結(jié)構(gòu)設(shè)計 本系統(tǒng)的實體有:管理員實體、客戶實體、車輛類別實體、車輛實體、訂單實體、車輛 使用實體、事故信息實體。 我的車輛使用記錄:客戶可以查看自己的車輛使用記錄。 功能需求分析 本畢業(yè)設(shè)計的主要內(nèi)容是設(shè)計一個租車行車輛信息管理系統(tǒng)。另外,整個Microsoft .NET Framework 可用于任何 應(yīng)用程序。 Microsoft Visual Studio 20xx 提供了更加便捷的改進 語言和數(shù)據(jù)功能,為了更好的幫助開發(fā)人員迅速創(chuàng)建高級的軟件,例如語言集成的查詢 (LINQ),使用Microsoft Visual Studio 20xx 的編程人員也可以利用這些功能更輕松地分析和處理信息以構(gòu)建更加完善的解決方案。 第 3 章 租車行車輛信息管理系統(tǒng)的需求分析,介紹 了系統(tǒng)功能模塊、系統(tǒng)總體設(shè)計目標以及所要解決的問題。之后的幾年時間內(nèi),不斷出現(xiàn)了許多新的汽車租賃公司,整個汽車租賃行業(yè)開始了不斷壯大的階段。s material living standards improve, vehicle leasing has bee a thriving industries in the face of rapid development of the rental market, rental panies have bee more and more standardized, the traditional manual management ways are increasingly unable to meet the actual needs, therefore, to develop an information management system for vehicle rental panies is necessary. This paper describes the development process line rental vehicle information management system, and which uses the technology, the main achievement of customer management, vehicle management, order management, vehicle use management, incident information management, security management and other functions. The design is based on B / S mode, using SQL Server 20xx database and technologies to develop the design for the C programming language developed system security, scalability, simple, easy to use features. Car Line Vehicle Information Management System Manager is able to achieve as rental management software Management standardized, systematic and automated, greatly improving the efficiency and accuracy of the line rental. Key words: Car Line Vehicle Information Management System Manager; SQL Server 20xx database; technology 目 錄 1 緒 論 ...................................................................................................................................... 1 研究背景和意義 ............................................................................................................. 1 國內(nèi)外研究現(xiàn)狀 ............................................................................................................. 1 研究的主要內(nèi)容與論文結(jié)構(gòu) ............................................................................................. 2 研究的主要內(nèi)容 ..................................................................................................... 2 論文的組織結(jié)構(gòu) ..................................................................................................... 3 本章小結(jié) ......................................................................................................................... 3 2 系統(tǒng)開發(fā)的工具與相關(guān)的技術(shù) .................................................................................................. 4 Visual Studio 20xx........................................................................................................... 4 ........................................................................................................................... 5 SQL Server 20xx................................................................................................................ 5 本章小結(jié) ......................................................................................................................... 6 3 租車行車輛信息管理系統(tǒng)需求分析 ........................................................................................... 7 功能需求分析 .................................................................................................................. 7 系統(tǒng)流程分析 ................................................................................................................... 7 管理員系統(tǒng)管理流程圖 ........................................................................................... 7 客戶系統(tǒng)管理流程圖 .............................................................................................. 8 系統(tǒng)功能模塊設(shè)計 ........................................................................................................... 9 系統(tǒng)功能結(jié)構(gòu)圖 ............................................................................................................. 10 數(shù)據(jù)庫設(shè)計 .....................................................................................................................11 數(shù)據(jù)庫設(shè)計概述 ....................................................................................................11 數(shù)據(jù)庫表的詳細設(shè)計 .............................................................................................11 邏輯結(jié)構(gòu)設(shè)計 ....................................................................................................... 14 本章小結(jié) ....................................................................................................................... 20 4 系統(tǒng)詳細設(shè)計及界面展示 ....................................................................................................... 21 系統(tǒng)登錄界面模塊 ......................................................................................................... 21 管理員功能界面 ............................................................................................................. 21 客戶管理模塊 .....................