以垃圾识别为核心的环保服务小程序的设计与实现DesignandImplementationofMiniProgramofEnvironmentalProtectionServicewithGarbageRecognitionastheCore内容摘要在我们生活进步的同时,每天都会带来许多的生活垃圾。而现在大量的生活垃圾给生活环境带来不可估量的破坏,我们需要通过垃圾分类,逐渐减轻底层垃圾分拣工作的压力。为此设计环保助手小程序,帮助人们快速的对垃圾进行拍照或图片识别分类,通过回收站方便快捷对垃圾进行回收,可定位导航到回收站位置。通过后台管理系统对环保助手小程序进行数据的管理,而后台管理平台通过管理员统一对用户管理,通过管理分配数据权限对不同用户显示不同的数据,实现后台管理的功能。环保助手小程序采用Java技术和微信小程序原生代码进行开发,后台管理平台则是采用Vue+ElementUI+SpringBoot前后端分离的技术进行开发。通过该管理平台系统对小程序进行数据的管理和对后台管理平台用户的管理。关键词:图片识别环保小程序前后端分离管理系统AbstractAsourlivesprogress,wewillbringalotofdomesticgarbageeveryday.Nowthatalargeamountofdomesticgarbagehascausedinestimabledamagetothelivingenvironment,weneedtograduallyreducethepressureonthebottomgarbagesortingworkthroughgarbageclassification.Tothisend,asmallprogramforenvironmentalassistantsisdesignedtohelppeoplequicklytakepicturesorclassifythegarbage,andrecyclethegarbageconvenientlyandquicklythroughtherecyclebin.Thebackgroundmanagementsystemmanagesthedataoftheenvironmentalprotectionassistantapplet,andthebackgroundmanagementplatformmanagestheusersthroughtheadministrator,anddisplaysdifferentdatatodifferentusersthroughthemanagementoftheassigneddatapermissionstoachievethebackgroundmanagementfunction.ThegreenassistantminiprogramisdevelopedusingJavatechnologyandWeChatminiprogramnativecode,andthebackgroundmanagementplatformisdevelopedusingthetechnologyofseparatingVue+ElementUI+SpringBootfrontandbackends.Throughthemanagementplatformsystem,datamanagementofappletsandmanagementofbackgroundmanagementplatformusersareperformed.Keywords:ImageRecognitionEnvironmentalprotectionMiniProgramFrontandRearEndSeparationmanagementsystem目录第一章绪论..................................................11.1课题背景和意义.........................................11.2国内外研究现状.........................................11.2.1国外研究现状.......................................11.2.2国内研究现状.......................................21.3章节安排...............................................3第二章需求分析..............................................42.1功能需求分析...........................................42.2非功能需求分析.........................................42.3可行性分析.............................................52.4本章小结...............................................6第三章系统设计..............................................73.1功能设计...............................................73.2数据设计...............................................83.3本章小结..............................................11第四章系统功能模块实现.....................................124.1技术选用..............................................124.1.1工具及技术选型....................................124.1.2相关工具..........................................124.1.3相关技术..........................................134.2数据库实现............................................144.3功能模块的实现........................................184.3.1“主页”模块实现..................................184.3.2“分类”模块...