登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于web的校园二手物品网上交易系统设计与实现毕业论文

 2021-05-19 12:05  

摘 要

二手交易市场的特点是一应俱全,价格低廉,但管理松散。随着网络技术的发展,电子商务的交易额逐年上升,传统的二手交易市场借助这一平台展现出了新的生机与活力。大学校园因其每年大量的新生入学和毕业生离校而具有巨大的二手交易空间。同时,大学生群体又具有十分强烈的网购意识和节约意识。 鉴于此,一种完善的基于网上二手交易的平台就很有必要性。这使得更多的学生能够方便、低价的购入自己想要的商品,并让学习、生活资源得到充分的循环利用。

本次毕业设计的题目是校园二手物品交易管理系统的设计与实现。本论文就毕业设计的内容,系统地阐述了整个二手物品交易管理系统的功能及实现。设计并实现了用户注册、用户登陆、商品展示、信息发布、用户后台、管理员后台等主要的功能模块。

本系统严格的遵守了软件工程的理论,先是对系统的整体设计做出了详细的计划,在对系统的可行性做出充分的分析后,进行了系统的需求分析设计,并再此基础上一步一步进行了系统的概要设计、详细设计、编码和测试。系统采用windows为操作平台,用到的J2EE技术包括JSP、Servlet、EJB、Web Service等,为了把这些技术组合起来,本系统还采用了目前最成功的框架:struts。在数据库方面,本系统采用MYSQL。

校园二手物品交易系统的设计,对在校的学生来说大大的方便了其处理身边的闲置物品的需求,培养了学生们节约的意识。同时,作为一个二手交易的平台,同学们将自己不用的的物品放在平台上寄售,也能在平台上找到自己想要的,廉价的商品,利己也利人。

关键词: 二手物品;交易;管理系统;软件工程

Abstract

Characteristics of secondary trading market is readily available, inexpensive, but loose management. With the development of network technology, e-commerce transaction volume increased year by year, the traditional means of secondary trading market this platform show a new vigor and vitality. Its campus each year a large number of new students and graduates and school leavers have a huge secondary trading space. Meanwhile, college students and has a very strong net purchases awareness and conservation awareness. In view of this, based on a well-established online platform for secondary trading on the very necessity. This makes it more convenient for students, they want to buy cheap goods, and making learning and living resources can be fully recycled.

The graduation project entitled Design and implementation of campus management system for second-hand goods transactions. The present thesis on graduation project content, elaborated systematically the function and implement the entire second-hand goods transaction management system. Design and implementation of user registration, user login, display of goods, information dissemination, user background, the background administrator and other major functional modules.

The strict adherence to the theory of software engineering, first on the overall design of the system to make a detailed plan, after the feasibility of the system to make a full analysis, the system requirements analysis and design, and then based on this step by step outline of the system design, detailed design, coding and testing. Using windows operating system platform, used J2EE technologies including JSP, Servlet, EJB, Web Service, etc., in order to combine these technologies, the system also uses the most successful framework: struts. On the database side, the system uses MYSQL.

Design of second-hand goods trading system on campus, the students in the school is greatly facilitate the process of their unused items around the demand to cultivate the students' awareness of conservation. Meanwhile, as a platform for secondary trading, the students themselves do not have the goods on consignment platform, can find what they want, cheap goods, but also self-interest instead of themselves on the internet.

Key words: second-hand goods ; trading; Management System; Software Engineering

目 录

第1章 绪论 1

1.1研究现状及设计目标 1

1.2系统可行性分析 2

1.2.1 系统技术可行性 2

1.2.2 系统经济可行性 2

1.2.3 系统操作可行性 2

1.3本文所做工作 2

第2章 校园二手物品网上交易系统需求分析 4

2.1 业务需求分析 4

2.2 系统用例分析 4

2.2.1 功能用例模型 4

2.2.2 功能分析说明 5

2.3用户功能需求 7

2.4 非功能需求 7

2.4.1 性能需求 7

2.4.2 整体性 8

2.4.3 实用性 8

2.4.4 安全性 8

2.4.5 易用性 8

2.4.6 可维护性 8

2.4.7 可扩展性 8

2.4.8可靠性 8

2.5 本章小结 8

第3章 校园二手物品网上交易系统概要设计 10

3.1功能模块图 10

3.2数据库设计 11

3.2.1 数据库设计目标 11

3.2.2 E-R图 11

3.2.3 数据库表结构 12

3.3 本章总结 18

第4章 校园二手物品网上交易系统详细设计 19

4.1处理流程设计 19

4.1.1系统操作流程 19

4.2.2添加数据流程 20

4.2.3修改数据流程 21

4.2.4 删除数据流程 22

4.2 系统功能实现和界面展示 22

4.2.1 用户注册 22

4.2.2 商品查询 23

4.2.3 用户登陆 23

4.2.4 网站首页 24

4.2.5 管理员模块设计 24

4.2.6 会员管理功能 25

4.3 本章小结 25

第5章 校园二手物品网上交易系统调试及测试 26

5.1 程序调试 26

5.2 程序的测试 26

5.2.1 测试环境 26

5.2.2 测试的重要性及目的 26

5.2.3 集成测试 27

5.2.4 功能测试 28

5.2.5 性能测试 29

5.3 本章小结 29

第6章 结论 30

参考文献 32

致谢 33

第1章 绪论

当今世界,经济和信息都在飞速的发展,无论是在生活、工作还是学习方面,一点小小的信息都可能决定一个人的成败,小到生活中的需求,大到企业的发展,特别是对企业实现跨地区、跨行业、跨国经营,信息都起着至关重要的作用,而电子商务作为一种崭新的商务运作模式,越来越受到企业的重视。

当今世界,互联网的身影随处可见,伴随这计算机技术的发展,电子商务的势头也是不可阻挡。 J2EE技术的发展给基于web的网站开发十分有利的条件。现在的计算机技术日新月异,多种多样,他们的优缺点也各不相同,开发不同的系统要因地制宜,选择正确的技术才是关键。

随着各种主流技术的日渐成熟,越来越多的二手市场交易网站涌现了出来,二手货物得到了更好的二次利用。然而随着网络技术的不断发展,这些二手市场交易网站也越来越不符合人们的要求,它们所显现出来的缺点已经让人们开始反感。随着web2.0时代的来临,我相信无论从技术还是非技术来讲,二手交易网站都将越来越成熟,功能也会越来越人性化。

随着社会的发展,产品的不断更新换代使得人们对物质的要求越来越高,随之而来的问题便是越来越多的二手货物堆积了下来却无法得到更好的利用。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图