微信小程序的校园闲置出售平台设计与实现

摘 要
随着电子商品系统平台的普及和广泛应用,借助线上平台实现的物品交易模式正在改变着人们的生活,电商的广泛应用也带来了很多后遗症,如何妥善的处理闲置物品同时不会带来资源的浪费成为了很多人关心的问题,对于高校大学生而言闲置物品的处理主要通过二手交易平台来实现,目前校内的限制物品交易平台界面内容杂乱且操作功能单一,部分高校的校内交易主要通过校内论坛的方式来呈现,对于闲置商品信息的查询和管理都不够便捷,结合当前校内的应用需求以及闲置商品交易的发展趋势,借助微信小程序的应用灵活性开发设计针对校园闲置物品交易的平台,可以帮助提升校内闲置商品交易的易用性。
本文主要利用微信小程序开发工具实现了校园闲置商品信息的传递,同时系统通过Java编程技术以及Mysql数据库的搭建来实现订单信息的交互及存储,用户可以借助微信小程序端实现在线商品下单及付款操作,管理员用户通过系统后台完成闲置商品信息发布、订单管理以及发货管理,在界面的呈现上更加清晰流畅提升了用户端的使用体验,进一步推动了校园内闲置物品的交易率实现了资源的有效利用。

关键字:微信小程序;Mysql数据库;JAVA语言;校园闲置出售;订单管理;

Abstract
With the popularity and wide application of electronic commodity system platform, the item trading model achieved by the online platform is changing people’s lives, the wide application of e-commerce has also brought a lot of sequelae, how to properly dispose of idle items while not bringing waste of resources has become a problem that many people are concerned about, for college students, the disposal of idle items is mainly achieved through second-hand trading platforms, the current restricted items trading platform interface content on campus is messy and single operating function, Combined with the current application demand on campus and the development trend of idle commodity trading, with the application flexibility of WeChat mini program to develop and design a platform for campus idle goods trading, it can help improve the ease of use of idle commodity trading on campus.
This article mainly uses WeChat mini program development tools to realize the transmission of idle commodity information on campus, and the system realizes the interaction and storage of order information through Java programming technology and the construction of Mysql database, users can use WeChat mini program to achieve online commodity orders and payment operations, administrator users through the system background to complete idle commodity information release, order management and delivery management, in the interface presentation more clear and smooth to improve the user experience. It has further promoted the transaction rate of idle items on campus and realized the effective use of resources.

Keywords: WeChat mini program; MySQL database; JAVA LANGUAGE; Campus vacant sale; Order management

目 录
1 绪论 6
1.1 开发背景 6
1.2国内外研究情况 6
1.3研究的意义 7
1.4开发工具及技术 7
1.4.1 微信小程序开发工具 7
1.4.2 Mysql数据库 8
1.4.3 JAVA编程语言 8
2 需求分析 9
2.1可行性分析 9
2.1.1技术的可行性 9
2.1.2经济的可行性 9
2.1.3操作可行性 9
2.2需求分析 10
2.3功能需求分析 10
3 数据库设计 11
3.1数据库的分析与设计 11
3.1.1数据库的概念结构设计 11
3.1.2数据表的逻辑结构设计 12
4 系统功能实现 13
4.1 系统后台界面 13
4.2 新增商品分类界面 13
4.3商品添加界面 14
4.4订单发货管理 14
4.5 微信用户注册登录界面 15
4.6 商品详情界面 15
4.7下单操作界面 16
4.8 用户个人后台界面 16
5 系统测试 17
5.1 系统测试的目的 17
5.2 系统测试的内容 17
5.3系统测试的结果 17
总结 18
致 谢 19
参考文献 20

你可能感兴趣的:(微信小程序,小程序)