最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

基于微信小程序的垃圾分類小程序設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔

摘? 要

隨著信息技術(shù)和網(wǎng)絡(luò)技術(shù)的飛速發(fā)展,人類已進(jìn)入全新信息化時(shí)代,傳統(tǒng)管理技術(shù)已無(wú)法高效,便捷地管理信息。為了迎合時(shí)代需求,優(yōu)化管理效率,各種各樣的管理系統(tǒng)應(yīng)運(yùn)而生,各行各業(yè)相繼進(jìn)入信息管理時(shí)代,垃圾分類小程序就是信息時(shí)代變革中的產(chǎn)物之一。
任何系統(tǒng)都要遵循系統(tǒng)設(shè)計(jì)的基本流程,本系統(tǒng)也不例外,同樣需要經(jīng)過市場(chǎng)調(diào)研,需求分析,概要設(shè)計(jì),詳細(xì)設(shè)計(jì),編碼,測(cè)試這些步驟,基于Java語(yǔ)言、微信小程序技術(shù)設(shè)計(jì)并實(shí)現(xiàn)了垃圾分類小程序。系統(tǒng)主要包括系統(tǒng)首頁(yè)、個(gè)人中心、用戶管理、垃圾分類管理、垃圾知識(shí)管理、試題內(nèi)容管理、在線考試管理、系統(tǒng)管理、考試管理等功能模塊。
本文首先介紹了垃圾分類小程序管理技術(shù)的發(fā)展背景與發(fā)展現(xiàn)狀,然后遵循軟件常規(guī)開發(fā)流程,首先針對(duì)系統(tǒng)選取適用的語(yǔ)言和開發(fā)平臺(tái),根據(jù)需求分析制定模塊并設(shè)計(jì)數(shù)據(jù)庫(kù)結(jié)構(gòu),再根據(jù)系統(tǒng)總體功能模塊的設(shè)計(jì)繪制系統(tǒng)的功能模塊圖,流程圖以及E-R圖。然后,設(shè)計(jì)框架并根據(jù)設(shè)計(jì)的框架編寫代碼以實(shí)現(xiàn)系統(tǒng)的各個(gè)功能模塊。最后,對(duì)初步完成的系統(tǒng)進(jìn)行測(cè)試,主要是功能測(cè)試、單元測(cè)試和性能測(cè)試。測(cè)試結(jié)果表明,該系統(tǒng)能夠?qū)崿F(xiàn)所需的功能,運(yùn)行狀況尚可并無(wú)明顯缺點(diǎn)。

關(guān)鍵字:B/S模式、Java技術(shù)、垃圾分類小程序、軟件架構(gòu)

Pick to

With the rapid development of information technology and network technology, human beings have entered a new information age, traditional management technology has been unable to efficiently and conveniently manage information. In order to meet the needs of The Times and optimize the management efficiency, a variety of management systems have emerged, and all walks of life have entered the information management era. Garbage classification small program is one of the products in the information era.
Any system should follow the basic process of system design, this system is no exception, also need to go through market research, demand analysis, outline design, detailed design, coding, testing these steps, based on the Java language, wechat small program technology design and implementation of garbage classification small program. The system mainly includes system home page, personal center, user management, garbage classification management, garbage knowledge management, test content management, online examination management, system management, examination management and other functional modules.
This article first introduces the development of the small garbage sorting program management technology background and current situation of the development, and then follow the routine software development process, first of all, in view of the system and the selection of suitable language development platform, according to the requirement analysis module and database structure design, and then based on the system's overall function module design rendering system function module chart, flow diagram and e-r diagram. Then, design the framework and write code according to the designed framework to achieve each functional module of the system. Finally, the preliminary completed system is tested, mainly functional test, unit test and performance test. The test results show that the system can achieve the required functions, and the running condition is fair and there is no obvious defect.

Keywords: B/S pattern, Java technology, garbage classification applets, software architecture


目? 錄
1緒論?1
1.1項(xiàng)目研究的背景?1
1.2開發(fā)意義?1
1.3項(xiàng)目研究現(xiàn)狀及內(nèi)容?5
1.4論文結(jié)構(gòu)?5
2開發(fā)技術(shù)介紹?7
2.1 B/S架構(gòu)?7
2.2 MySQL 介紹?7
2.3 MySQL環(huán)境配置?7
2.4 Java語(yǔ)言簡(jiǎn)介?8
2.5微信小程序技術(shù)?8
3系統(tǒng)分析?9
3.1可行性分析?9
3.1.1技術(shù)可行性?9
3.1.2經(jīng)濟(jì)可行性?9
3.1.3操作可行性?10
3.2網(wǎng)站性能需求分析?10
3.3網(wǎng)站功能分析?10
3.4系統(tǒng)流程的分析?11
3.4.1 用戶管理的流程?12
3.4.2 個(gè)人中心管理流程?13
3.4.3 登錄流程?13
4系統(tǒng)設(shè)計(jì)?14
4.1 軟件功能模塊設(shè)計(jì)?14
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì)?13
4.2.1 概念模型設(shè)計(jì)?13
4.2.2 物理模型設(shè)計(jì)?15
5系統(tǒng)詳細(xì)設(shè)計(jì)?21
5.1系統(tǒng)前臺(tái)功能模塊?21
5.2管理員功能模塊?24
6系統(tǒng)測(cè)試?30
7總結(jié)與心得體會(huì)?33
7.1 總結(jié)?33
7.2 心得體會(huì)?33
參考文獻(xiàn)?35
致謝?36
?

管理員使用本系統(tǒng)涉到的功能主要有:個(gè)人中心、用戶管理、垃圾分類管理、垃圾知識(shí)管理、試題內(nèi)容管理、系統(tǒng)管理等功能。用戶進(jìn)入系統(tǒng)前臺(tái)可以實(shí)現(xiàn)首頁(yè)、我的、垃圾知識(shí)、公告信息、考試等功能。



6.1 功能測(cè)試

功能測(cè)試主要包括五項(xiàng)內(nèi)容:適用性、準(zhǔn)確性、可操作性、依從性、安全性。

本系統(tǒng)功能測(cè)試如表6.1所示:

表6.1??系統(tǒng)功能測(cè)試

測(cè)試內(nèi)容

測(cè)試結(jié)果

依從性

正常

安全性

正常

可操作性

正常

適用性

正常

準(zhǔn)確性

正常





6.2 可用性測(cè)試

可用性測(cè)試用于檢測(cè)系統(tǒng)的可操作性、可理解性、可學(xué)習(xí)性等方面內(nèi)容。具體測(cè)試方面如表6.2所示。

表6.2?系統(tǒng)可用性測(cè)試

測(cè)試項(xiàng)

測(cè)試人員的評(píng)價(jià)

操作流程是否合理

所需數(shù)據(jù)項(xiàng)是否正確顯示

模塊布局是否協(xié)調(diào)、合理

模塊、提示內(nèi)容等文字描述是否正確

對(duì)選中項(xiàng)能否發(fā)生對(duì)應(yīng)切換

操作方式是否簡(jiǎn)單


窗口移動(dòng)、縮放、關(guān)閉等操作是否正常





基于微信小程序的垃圾分類小程序設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
香格里拉县| 富顺县| 甘南县| 九寨沟县| 德江县| 广昌县| 丰顺县| 当雄县| 静安区| 柏乡县| 巴彦淖尔市| 清河县| 永清县| 高安市| 南充市| 台东市| 阿勒泰市| 西藏| 南华县| 亳州市| 鸡泽县| 荣成市| 乌鲁木齐县| 东乡县| 邻水| 阿城市| 丹江口市| 镇江市| 姚安县| 靖安县| 东兴市| 女性| 吉安市| 嵊泗县| 黔东| 商城县| 兴隆县| 桑日县| 阿克苏市| 和顺县| 化德县|