摘   要

随着信息技术的发展,基于网络模式的购物系统逐渐普及,网上购物是一种新型的商务模式,其工作流程和经营模式受到了欢迎。电子商务可以适应现代化快节奏的生活方式。在校园,随着学生数量的增多,存在许多生活和学习物品,许多学习用品经过一学期学习之后往往被闲置,一些出于一时喜欢而购买的物品使用机会少而被闲置,还有一些物品以低廉的价格卖给资源回收站,造成巨大的资源浪费。本系统利用管理系统实现校园二手物品的共享服务,线上进行交易,实现二手物品的分享互利,带动资源的价值再创。因此,开发一个适合学生在线选购的校园二手交易平台可以帮助高校提高物品销售效率,具有非常重要的意义。

基于微信小程序的二手交易系统利用Java框架开发的一款微信小程序,数据存储到MySQL中,客户端前台使用微信小程序技术对界面进行设计和实现。本文先充分调查基于微信小程序的二手交易系统的需求分析,深入剖析系统应该具有的功能,并设计完善的数据库。利用成熟的开发技术完成编码工作,最后进行投入前的测试工作。最终,完成前台和后台的基于微信小程序的二手交易系统的功能,主要包括二手商品管理、在线购买管理、会员管理、资讯管理等,通过前后台实现数据的传递。

目前,微信小程序拥有众多使用人群,通过微信小程序开发校园二手交易平台,可以为使用者提供便捷的操作方法,并利用管理系统的强大优势提高了信息的管理效率。

关键词:微信小程序;Java语言;二手商品;电子商务


 

Abstract

With the development of information technology, shopping system based on network mode is gradually popularized. Online shopping is a new business mode, and its workflow and business mode are welcomed. E-commerce can adapt to the modern fast-paced lifestyle. On campus, with the increase of the number of students, there are many living and learning goods. Many learning goods are often idle after a semester of study. Some goods purchased for a temporary liking are idle due to lack of use opportunities, and some goods are sold to the resource recycling station at a low price, resulting in a huge waste of resources. The system uses the management system to realize the sharing service of second-hand goods on campus, conduct online transactions, realize the sharing and mutual benefit of second-hand goods, and drive the value of resources to create again. Therefore, it is of great significance to develop a campus second-hand trading platform suitable for students' online shopping to help colleges and universities improve the efficiency of goods sales.

The campus second-hand trading platform based on WeChat applet uses a WeChat applet developed by the Java framework to store data in MySQL. The client front desk uses WeChat applet technology to design and implement the interface. This paper first fully investigates the demand analysis of the campus second-hand trading platform based on the WeChat applet, deeply analyzes the functions that the system should have, and designs a perfect database. Use mature development technology to complete the coding work, and finally carry out the test work before the investment. Finally, complete the functions of the campus second-hand trading platform based on WeChat widget at the front and back, mainly including second-hand commodity management, online purchase management, member management, information management, etc., and realize data transmission through the front and back.

At present, WeChat applet have a large number of users. Developing the campus second-hand trading platform through WeChat applet can provide users with convenient operation methods and improve the information management efficiency by taking advantage of the powerful advantages of the management system.


Key Words:WeChat applet; Java language; Second-hand goods; Electronic Commerce


目 录

摘   要 2

Abstract 3

目 录 5

1系统概述 8

1.1 研究的背景和意义 8

1.2 国内外研究现状 9

1.3 研究内容 9

2系统技术 11

2.1 Java技术 11

2.2  MYSQL数据库 11

2.3  Android技术 12

2.4  JSON数据 12

3系统需求分析 14

3.1 可行性分析 14

3.1.1 经济可行性 14

3.1.2 技术可行性 14

3.1.3 法律可行性 14

3.2 需求分析 14

3.2.1 非功能性需求 14

3.2.2 功能性需求 15

4系统设计 18

4.1 架构设计 18

4.2 功能设计 19

4.2.1 管理员功能设计 19

4.2.3 会员功能设计 20

4.3 数据库设计 21

4.3.1 数据库设计原则 21

4.3.2 数据库ER图设计 22

4.3.3 数据库表设计 23

5 系统实现 30

5.1 服务器管理员功能实现 30

5.1.1 管理员登录功能实现 30

5.1.2 用户管理功能实现 30

5.1.3 二手商品管理功能实现 32

5.2.4 资讯管理功能实现 32

5.2.5 二手商品订单管理功能实现 33

5.2 微信小程序端会员功能实现 34

5.2.1 会员登录管理实现 34

5.2.2 个人中心功能实现 35

5.3.3 通知查看功能实现 36

5.3.4 二手商品预定功能实现 37

第6章 系统测试 38

6.1 程序测试 38

6.2 测试用例 39

6.3 系统测试结果 41

结论 42

参考文献 43

致谢 44

 


本系统运用面向对象设计理念,使用Java语言、微信小程序技术开发校园二手交易平台。开发者使用eclipse编辑器和MYSQL数据库进行编程。根据功能设计,数据库设计架构设计,最后通过功能测试完成系统的测试,根据研究的内容模块设计了六大章节。

第一章对基于微信小程序的二手交易系统开发的背景意义进行介绍。

第二章分析开发基于微信小程序的二手交易系统的相关技术和理论知识。

第三章梳理基于微信小程序的二手交易系统的需求分析,描述二手商品流程。

第四章设计系统架构、网络拓步结构和数据库设计,使用ER图和数据库表来介绍设计过程。

第五章实现系统功能,介绍功能代码和算法流程。通过实现流程和界面截图进行实现说明。

第六章对基于微信小程序的二手交易系统进行测试。

 

微信小程序的二手交易系统-计算机毕业设计源码+LW文档_功能实现

微信小程序的二手交易系统-计算机毕业设计源码+LW文档_功能实现_02