基于微信小程序的东软校园助手的设计与实现DesignandimplementationofNeusoftcampusassistantbasedonwechatsmallprogram毕业设计(论文)原创性声明摘要在如今互联网+的时代,几乎所有高校都拥有自己的校园服务平台,我们东软也不例外。东软的校园服务主要靠教务网和微信公众号,平心而论,这样的校园服务方式有许多的不便以及滞后。随着微信小程序在人们生活中的渗透,以及其轻巧方便易开发的特点,许多机构、公司和高校都开发了属于自己的便利小程序了,东软作为IT高校又岂能落后。于是开发出基于微信小程序的“东软校园助手”就显得很有必要了。本文中所描述的“东软校园助手”是基于微信小程序轻巧方便易开发的特点和东软对该小程序的需求来开发的。其整合了东软快讯、课表查询、校历查询、成绩查询、后勤报修、失物招领、热水费查询、水电费查询等功能,以方便东软学子能获取更加便捷的校园服务。关键词:校园助手;校园服务;微信小程序;AbstractIntheeraofInternetplus,almostalluniversitieshavetheirowncampusserviceplatform,andNeusoftisnoexception.Tobehonest,Neusoft'scampusservicemainlyreliesontheeducationaladministrationnetworkandtheWeChatofficialaccount.Suchacampusservicemodehasmanyinconveniencesandlaggingbehind.Withthepenetrationofwechatsmallprogramsinpeople'slives,aswellasitslight,convenientandeasytodevelopfeatures,manyinstitutions,companiesanduniversitieshavedevelopedtheirownconvenientsmallprograms,howcanNeusoft,asanitUniversity,fallbehind.Therefore,itisnecessarytodevelop"Neusoftcampusassistant"basedonwechatsmallprogram.The"Neusoftcampusassistant"describedinthispaperisbasedonthecharacteristicsofwechatsmallprogram,whichislightandeasytodevelop,andtheneedsofNeusoftforthesmallprogram.ItintegratesthefunctionsofNeusoftexpress,timetablequery,schoolcalendarquery,scorequery,logisticsapplication,lostandfound,hotwaterfeequery,waterandelectricityfeequery,sothatNeusoftstudentscangetmoreconvenientcampusservices.Keywords:campusassistant;campusservice;wechatapplet;目录第一章绪论...........................................11.1项目背景.......................................11.2国内外发展状态.................................21.2.1校园服务平台..............................21.2.2微信小程序................................21.2.3综述......................................3第二章相关理论和技术.................................42.1微信小程序.....................................42.1.1简介......................................42.1.2开发工具..................................42.2技术架构.......................................52.2.1目录结构..................................52.2.2配置......................................62.2.3开发框架..................................62.2.4引用WeUI组件库............................72.3本章小结.......................................8第三章需求分析.......................................93.1东软校园助手需求分析...........................93.2系统功能需求...................................93.3本章小结......................................10第四章系统设计......................................114.1系统设计......................................114.1.1设计微信小程序的原则.....................114.1.2系统功能设计.............................124.2小程序页面设计................................134.2.1第一层页面...............................144.2.2第二层页面...............................154.2.3第三层页面...............................174.3本章小结......................................17第五章系统的实现与测试..............................185.1...