基于微信小程序的轉(zhuǎn)票系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘要
轉(zhuǎn)票是一個(gè)傳統(tǒng)的行業(yè)。根據(jù)當(dāng)前發(fā)展現(xiàn)狀,網(wǎng)絡(luò)信息時(shí)代的全面普及,轉(zhuǎn)票也在發(fā)生著變化,單就出票這一方面,利用手機(jī)預(yù)約考試正在逐步進(jìn)入人們的生活。傳統(tǒng)的轉(zhuǎn)票方式,不僅會(huì)耗費(fèi)大量的人力、時(shí)間,有時(shí)候還會(huì)出錯(cuò)。小程序系統(tǒng)伴隨智能手機(jī)為我們提供了新的方向。手機(jī)微信小程序的轉(zhuǎn)票系統(tǒng)的實(shí)現(xiàn),首先用戶可以根據(jù)微信小程序的轉(zhuǎn)票系統(tǒng)確認(rèn)轉(zhuǎn)票信息,并且根據(jù)轉(zhuǎn)票信息來(lái)?yè)Q票;其次轉(zhuǎn)票系統(tǒng)管理人員可以根據(jù)預(yù)選用戶記錄,提前安排,提高顧客的滿意度,而且更便于對(duì)用戶的管理。這款基于小程序平臺(tái)的微信小程序的轉(zhuǎn)票系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)將會(huì)使微信小程序的轉(zhuǎn)票系統(tǒng)操作更加自如。本文通過(guò)對(duì)國(guó)內(nèi)外現(xiàn)狀的分析,明確了微信小程序的轉(zhuǎn)票系統(tǒng)在國(guó)內(nèi)外的基本情況,對(duì)系統(tǒng)的功能需求做出分析,此系統(tǒng)是由用戶預(yù)約,生成預(yù)選用戶;管理端可以查看每天的預(yù)選用戶,并且可以對(duì)用戶管理、發(fā)布人管理、系統(tǒng)管理等進(jìn)行操作。根據(jù)需求對(duì)系統(tǒng)進(jìn)行設(shè)計(jì),明確各個(gè)部分的規(guī)范,來(lái)完成系統(tǒng)的設(shè)計(jì)。最后在對(duì)設(shè)計(jì)的系統(tǒng)進(jìn)行一系列的測(cè)試,是系統(tǒng)達(dá)到預(yù)期要求,再對(duì)系統(tǒng)進(jìn)行進(jìn)一步的完善。
關(guān)鍵詞 小程序平臺(tái);微信小程序的轉(zhuǎn)票系統(tǒng);小程序設(shè)計(jì)
Abstract
Forwarding is a traditional business. According to the current development status, the network information age of the full popularity, transfer tickets are also changing, only on the one hand, the use of mobile phone test booking is gradually entering people's life. The traditional way of transferring tickets will not only consume a lot of manpower, time, and sometimes make mistakes. Applets with smart phones provide us with new directions. The realization of the ticket transfer system of mobile phone wechat mini program: firstly, users can confirm the ticket transfer information according to the ticket transfer system system of wechat mini program, and change the ticket according to the ticket transfer information; Secondly, transfer ticket system management personnel can arrange in advance according to pre-selected user records, improve customer satisfaction, and more convenient for user management. The design and implementation of the ticket transfer system based on the mini program platform of wechat will make the operation of the ticket transfer system of wechat mini program more freely. Based on the analysis of the current situation at home and abroad, this paper clarified the basic situation of the ticket transfer system of wechat mini program at home and abroad, and analyzed the functional requirements of the system. This system is made by users to make reservations and generate pre-selected users. The management terminal can view daily pre-selected users and manage users, publishers, and systems. According to the requirements of the system design, clear specifications of each part, to complete the design of the system. Finally, in the design of the system for a series of tests, is the system to meet the expected requirements, and then further improve the system.
Key words : small program platform; The ticket transfer system of wechat mini program; Small programming
目? ? ? ?錄
1 緒論 1
1.1 系統(tǒng)簡(jiǎn)介 1
1.2 研發(fā)背景和意義 1
1.3 國(guó)內(nèi)外研究現(xiàn)狀 1
1.4 本文主要工作 2
1.5 論文的結(jié)構(gòu) 2
2 相關(guān)技術(shù)介紹 4
2.1 小程序介紹 4
2.2 小程序平臺(tái) 4
2.3 開發(fā)環(huán)境 4
2.3.1 Java 4
2.3.2 Eclipse 4
2.3.3 mysql數(shù)據(jù)庫(kù)介紹 5
2.3.4 B/S架構(gòu) 5
2.3.5SpringBoot框架 5
3 系統(tǒng)需求分析 6
3.1 系統(tǒng)可行性分析 6
3.1.1 環(huán)境可行性分析 6
3.1.2 技術(shù)可行性分析 6
3.1.3 經(jīng)濟(jì)可行性分析 6
3.2 國(guó)內(nèi)外微信小程序的轉(zhuǎn)票系統(tǒng)現(xiàn)狀分析 6
3.3 現(xiàn)有解決方案分析 7
3.4 系統(tǒng)模塊分析 7
3.4.1管理端模塊 7
3.4.2服務(wù)端模塊 8
3.5 系統(tǒng)業(yè)務(wù)流程分析 8
3.6 系統(tǒng)數(shù)據(jù)流程分析 9
3.6.1 頂層數(shù)據(jù)流圖 9
3.6.3 第二層數(shù)據(jù)流圖 10
4 系統(tǒng)設(shè)計(jì) 12
4.1系統(tǒng)功能結(jié)構(gòu)圖 12
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì) 12
4.2.1 數(shù)據(jù)庫(kù)E/R圖 12
4.2.2 數(shù)據(jù)庫(kù)表 14
5 系統(tǒng)實(shí)現(xiàn) 19
5.1 服務(wù)端(用戶功能) 19
5.2后端(管理員功能) 22
6 系統(tǒng)測(cè)試 26
6.1 測(cè)試目的 26
6.2 測(cè)試工具 26
6.3 功能性測(cè)試 26
6.3.1 用戶端 26
6.3.2 管理者端 27
6.4 性能測(cè)試 27
6.4.1 CPU及內(nèi)存占用情況測(cè)試 27
6.4.2 流暢度測(cè)試 28
6.5 兼容性測(cè)試 28
6.6 結(jié)果分析 28
結(jié)論 29
致謝 30
參考文獻(xiàn) 31
本文一共分為七章,具體的章節(jié)內(nèi)容如下所示:
第一章緒論,給出本項(xiàng)目相關(guān)的研究實(shí)現(xiàn)背景。
第二章相關(guān)技術(shù)研究,本章主要是介紹在設(shè)計(jì)與實(shí)現(xiàn)本系統(tǒng)時(shí)所需要的理論和技術(shù)支持。
第三章主要是對(duì)系統(tǒng)功能需求進(jìn)行詳細(xì)的介紹,以及對(duì)相應(yīng)的模塊進(jìn)行具體說(shuō)明。
第四章主要是對(duì)系統(tǒng)的設(shè)計(jì)進(jìn)行介紹,還有對(duì)系統(tǒng)的架構(gòu)設(shè)計(jì)以及各個(gè)模塊的設(shè)計(jì)過(guò)程說(shuō)明。
第五章對(duì)系統(tǒng)的實(shí)現(xiàn)做出說(shuō)明,以及實(shí)現(xiàn)系統(tǒng)的各個(gè)功能做出明確的介紹。
第六章對(duì)項(xiàng)目進(jìn)行測(cè)試的結(jié)果和過(guò)程進(jìn)行說(shuō)明。
第七章結(jié)論,對(duì)系統(tǒng)整個(gè)的設(shè)計(jì)與實(shí)現(xiàn)過(guò)程做出總結(jié),以及對(duì)未來(lái)做出展望。
管理端登錄之后,進(jìn)入主界面,可以對(duì)首頁(yè)、人中心、用戶管理、發(fā)布人管理、出票管理、購(gòu)票管理、換票管理、轉(zhuǎn)票管理、系統(tǒng)管理等功能進(jìn)行操作。
服務(wù)端登錄之后,進(jìn)入主界面,可以實(shí)現(xiàn)首頁(yè)、出票、換票、我的等,在我的頁(yè)面可以對(duì)出票、購(gòu)票、換票、轉(zhuǎn)票等功能進(jìn)行操作。



