摘 要

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

基于JAVA的二手手机回收系统使用Java技术,MySQL数据库进行开发,系统后台使用spring框架进行开发,具有低耦合、高内聚的特点,前台使用thymelf技术进行页面布局。最后对基于JAVA的二手手机回收系统进行测试,查看系统的功能、负载能力和系统的兼容性,结果表明本系统符合实际要求,完成了即定要求。本文从需求分析、系统设计、系统实现和系统测试方面进行阐述。系统的开发,帮助企业有效的对二手手机进行管理,提高了二手手机回收的效率。


关键词:二手手机,回收,电子商务,spring,thymelf


 

Abstract

With the development of information technology, shopping system based on web 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 and fast-paced lifestyle, meet the online shopping of all kinds of people at home, and use the mall to enable buyers and sellers to complete online transactions, improving the purchase efficiency. However, with the increase in the number of online shopping products, there are many second-hand mobile phones, some of which are bought for the moment because of their limited use opportunities and are idle, and some of which 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 recycling service of second-hand mobile phones, conduct transactions online, realize the sharing and mutual benefit of second-hand mobile phones, and drive the value of resources to create again. Therefore, it is of great significance to develop a second-hand mobile phone recycling system based on JAVA to help users improve the efficiency of mobile phone recycling.

The JAVA-based second-hand mobile phone recycling system uses Java technology, MySQL database for development, and the system background uses the spring framework for development, which has the characteristics of low coupling and high cohesion. The foreground uses the thyself technology for page layout. Finally, the JAVA-based second-hand mobile phone recycling system is tested to check the system's function, load capacity and system compatibility. The results show that the system meets the actual requirements and meets the immediate requirements. This paper describes the requirements analysis, system design, system implementation and system testing. The development of the system helps enterprises effectively manage second-hand mobile phones and improves the efficiency of second-hand mobile phone recycling.


Keywords: second-hand mobile phone, recycling, e-commerce, spring, thyself

 

基于JAVA的二手手机回收系统 I

摘 要 I

Abstract II

1 绪论 1

1.1 课题意义 1

1.2 课题意义 2

1.3 研究内容 2

2 相关技术 4

2.1系统前端thymelf技术 4

2.2 系统后端服务器技术 4

2.1.1 Java技术 4

2.1.2 spring框架 5

2.3 数据库技术 5

3 系统分析 7

3.1可行性分析 7

3.1.1 经济可行性 7

3.1.2 技术可行性 7

3.1.3 法律可行性 7

3.1.4 社会可行性 7

3.1.5 可行性结论 8

3.2需求分析 8

3.2.1 系统功能需求分析 8

3.2.2 系统非功能需求分析 10

4 系统设计 11

4.1 系统结构设计 11

4.2 系统设计目标 12

4.3功能设计 13

4.4 数据库设计 13

4.4.1 数据库ER图设计 14

4.4.3 数据库表设计 18

5 系统的设计与实现 22

5.1 首页设计 22

5.2 用户注册页面 22

5.3 用户登陆界面 23

5.4 二手手机展示界面 24

5.5 二手手机评估界面 25

5.6 二手手机回收订单实现 25

6 系统测试 27

6.1 测试说明 27

6.2 功能测试 28

6.3 测试小结 30

总结与展望 31

参考文献 32

致谢 34


基于JAVA的二手手机回收系统主要有如下几类用户:第一类是游客(未注册用户),第二类是正式用户(已注册用户),第三类是后台管理员。

基于JAVA的二手手机回收系统为管理员和会员使用,当前台用户没有登录时,属于游客,所以从用户角度划分,本系统包括了三类用户,即管理员、会员、游客。

回收二手手机时需要进行登录,登录后,会员可以将二手手机加入购物车,或者直接提交到评估流程进行提交订单。在评估后进行结算,根据回收的二手手机价格性能得出回收的总额,然后填写或者选择个人的地址信息。在个人中心中可以查看个人订单的历史记录,包括是否支付、是否回收、是否完成等信息。

管理员对基于JAVA的二手手机回收系统进行整体的数据管理,并维护日常的会员和订单信息,所以需要专门对管理员的功能进行设计,用来区分前台用户的操作。管理员从后台登录页面进行登录,管理所有的系统用户信息,包括删除用户、修改用户。对二手手机二手手机进行管理,包括二手手机的类别信息,二手手机的描述信息,二手手机的图片等等,提交信息到数据库,并对信息进行修改或者删除。在订单管理中查看订单的状态,对已回收的订单进行管理操作。



 

基于JAVA的二手手机回收系统-计算机毕业设计源码+LW文档_JAVA

基于JAVA的二手手机回收系统-计算机毕业设计源码+LW文档_sed_02