【摘 要】隨著互聯網的技術的不斷更新發展,人們生活節奏也在不斷的加快,對于網路的依賴也越來越緊密,尤其是在等公交,經常會錯過班次,但又不知道,下次班次幾點發車,這樣會導致乘客花掉大把時間在等待,如果可以掌握發車動態,乘客就可以隨時安排自己的時間,也不會經常出現公交車站出現擁擠現象,
本系統通過微信開發者工具開發,主要基于vue語法及ES6實作,使用的技術有MySQL資料庫、mybatis驅動框架以及tomcat服務端部署,用到的集成開發工具主要是IDEA和jdk1.8,
該微信小程式公交查詢系統分為前臺和后臺,前臺主要是給用戶提供公交查詢使用,是用戶的操作界面,它的功能包括在公交線路搜索和公交站點查詢,而后臺主要給管理者使用,管理者可以對站點添加、洗掉,同時可以對站點進行修改,并且還能查看站點的所有資訊;可以對車次行線添加、洗掉,同時可以對車次進行修改,并且還能查看車次的所有資訊;
【關鍵詞】微信開發工具平臺,mysql資料庫,hbuilder開發工具,公交查詢
[Abstract] with the continuous update and development of Internet technology, people’s pace of life is also accelerating, and they are more and more dependent on the Internet. Especially when they are waiting for the bus, they often miss the bus, but they don’t know what time the next bus will leave, which will cause passengers to spend a lot of time waiting, Passengers can arrange their own time at any time, and there will not be frequent congestion at bus stops.
The system is developed by wechat developer tools, mainly based on Vue syntax and ES6. The technologies used include MySQL database, mybatis driver framework and Tomcat server deployment. The integrated development tools used are idea and JDK1.8.
The wechat small program bus query system is divided into foreground and background. The foreground is mainly used to provide users with bus query, which is the user’s operation interface. Its functions include bus line search and bus stop query. The background is mainly used by managers, who can add, delete, modify and view all the information of the site; It can add, delete, modify and view all the information of train number;
[Key words] wechat development tool platform, MySQL database, hbuilder development tool, bus query
目錄
1 緒論 2
1.1 專案開發背景 2
1.2 專案開發意義 2
1.3 專案主要的內容 2
2 相關技術介紹及系統環境開發條件 2
2.1相關技術介紹 3
2.2系統環境開發條件 4
3 系統的需求分析與設計 4
3.1可行性分析 4
3.2需求分析 5
3.2.1系統總體概述 5
3.2.2功能性需求 5
3.2.3非功能性需求 6
3.2.4流程圖設計 6
3.2.5系統ER圖設計 7
3.3 資料庫設計 9
3.3.1資料庫設計的原則 9
3.3.2資料庫表的設計 9
4系統功能模塊實作 10
4.1 前端頁面功能實作 11
4.1.1車次查詢模塊實作 11
4.1.2站點查詢模塊實作 11
4.2 后端頁面功能實作 12
4.2.1登陸頁面的實作 12
4.2.2車次管理頁面的實作 13
4.2.3站點管理頁面的實作 14
5 系統測驗 15
5.1系統除錯的目的和意義 15
5.2功能測驗用例 16
6總結 18
參考文獻: 19


車次管理頁面的實作
站點管理頁面的實作

基于微信小程式公交查詢系統設計與實作(論文+程式設計原始碼+資料庫檔案):點擊下載》》》
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/287927.html
標籤:其他
下一篇:微觀的C/C++編譯執行程序
