基于微信小程序的智能停車場管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘 要
隨著信息化時(shí)代的到來,管理系統(tǒng)都趨向于智能化、系統(tǒng)化,智能停車場管理系統(tǒng)也不例外,但目前國內(nèi)的市場仍都使用人工管理,市場規(guī)模越來越大,同時(shí)信息量也越來越龐大,人工管理顯然已無法應(yīng)對(duì)時(shí)代的變化,而智能停車場管理系統(tǒng)能很好地解決這一問題,輕松應(yīng)對(duì)停車場平時(shí)的工作,既能提高人力物力財(cái)力,又能加快工作的效率,取代人工管理是必然趨勢。
本智能停車場管理系統(tǒng)以ssm作為框架,b/s模式以及MySql作為后臺(tái)運(yùn)行的數(shù)據(jù)庫,同時(shí)使用Tomcat用為系統(tǒng)的服務(wù)器。本系統(tǒng)主要包括首頁、個(gè)人中心、用戶管理、車位信息管理、車位預(yù)定管理、系統(tǒng)管理等功能,通過這些功能的實(shí)現(xiàn)能夠基本滿足日常智能停車場管理的操作。
本文著重闡述了智能停車場管理系統(tǒng)的分析、設(shè)計(jì)與實(shí)現(xiàn),首先介紹開發(fā)系統(tǒng)和環(huán)境配置、數(shù)據(jù)庫的設(shè)計(jì),接著說明功能模塊的詳細(xì)實(shí)現(xiàn),最后進(jìn)行了總結(jié)。
關(guān)鍵詞:智能停車場管理系統(tǒng); ssm;MySql數(shù)據(jù)庫;Tomcat
Abstract
With the coming of information era, all tend to be intelligent, systematic management system, intelligent parking management system is not exceptional also, but the current domestic market still use manual management, the size of the market is more and more big, at the same time, the amount of information is becoming more and more big, the artificial management has clearly unable to cope with the changes of The Times, and the intelligent parking lot management system can well solve the problem, Easy to cope with the usual work of the parking lot, can not only improve human and material resources and financial resources, but also speed up the efficiency of the work, replacing manual management is an inevitable trend.
The intelligent parking lot management system uses SSM as the framework, B/S mode and MySql as the background database, and Tomcat as the server of the system. The system mainly includes home page, personal center, user management, parking information management, parking reservation management, system management and other functions, through the realization of these functions can basically meet the daily intelligent parking management operation.
This paper focuses on the analysis, design and implementation of intelligent parking lot management system, first introduces the development system and environment configuration, database design, then explains the detailed implementation of functional modules, and finally summarizes.
Key words: intelligent parking lot management system; ssm; MySql database; Tomcat
目 錄
第一章 緒論 5
1.1? 研究背景 5
1.2? 研究現(xiàn)狀 5
1.3? 系統(tǒng)實(shí)現(xiàn)的功能 6
1.4? 智能停車場管理系統(tǒng)的特點(diǎn) 6
1.5? 本文的組織結(jié)構(gòu) 6
第二章 開發(fā)技術(shù)與環(huán)境配置 8
2.1? Java語言簡介 8
2.2? 微信小程序框架 8
2.3? SSM框架 9
2.4? MySQL環(huán)境配置 9
2.5? MyEclipse環(huán)境配置 9
2.6? mysql數(shù)據(jù)庫介紹 10
2.7? B/S架構(gòu) 11
第三章 系統(tǒng)分析與設(shè)計(jì) 12
3.1 可行性分析 12
3.1.1 技術(shù)可行性 12
3.1.2 操作可行性 12
3.1.3經(jīng)濟(jì)可行性 12
3.2? 需求分析 13
3.3? 總體設(shè)計(jì) 13
3.4? 數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn) 14
3.4.1? 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 14
3.4.2 數(shù)據(jù)庫具體設(shè)計(jì) 15
第四章? 系統(tǒng)功能的具體實(shí)現(xiàn) 19
4.1小程序端 19
4.2 后臺(tái)管理員功能模塊 23
第五章 系統(tǒng)測試 26
總 結(jié) 27
參考文獻(xiàn) 28
致 謝 29
本次設(shè)計(jì)任務(wù)是要設(shè)計(jì)一個(gè)智能停車場管理系統(tǒng),通過這個(gè)系統(tǒng)能夠滿足智能停車場管理功能。系統(tǒng)的主要包括首頁、個(gè)人中心、用戶管理、車位信息管理、車位預(yù)定管理、系統(tǒng)管理等功能。
管理員可以根據(jù)系統(tǒng)給定的賬號(hào)進(jìn)行登錄,登錄后可以進(jìn)入智能停車場管理系統(tǒng)對(duì)智能停車場所有模塊進(jìn)行管理。包括查看和修改自己的個(gè)人信息以及登錄密碼。
該系統(tǒng)為每一個(gè)用戶都分配了一個(gè)用戶賬號(hào),用戶通過賬號(hào)的登錄可以在系統(tǒng)中查看智能停車場信息及對(duì)個(gè)人信息進(jìn)行修改等功能。
根據(jù)智能停車場管理系統(tǒng)的功能需求,進(jìn)行系統(tǒng)設(shè)計(jì)。
前臺(tái)功能:用戶進(jìn)入小程序可以實(shí)現(xiàn)首頁、地圖、我的;在我的頁面可以對(duì)個(gè)人中心和車位預(yù)定等功能進(jìn)行操作;
后臺(tái)主要是管理員,管理員功能包括首頁、個(gè)人中心、用戶管理、車位信息管理、車位預(yù)定管理、系統(tǒng)管理等;?


