登录

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

注册

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

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

基于Java Web开发技术的校园闲置物品交换平台设计与实现毕业论文

 2021-04-05 11:04  

摘 要

现代社会是一个注重网络发展的社会,各种网站和应用层出不穷,本文的校园闲置物品交换平台也是由此而生。但是在网络时代发展的同时,竞争也更加激烈,而只有做出一个好的交换平台,才能在现代社会的激烈竞争中脱颖而出。

本文所介绍的交换平台是针对在校大学生所开发,和外界的交换平台相比,学校内部的平台更有安全性,同时线下交易不容易出现诈骗现象,所以这能吸引不少的学生用户。同时实行的是不支持游客功能的网站系统,能够保证学生的信息安全,杜绝无关人员破坏平台的交易。

网站功能方面着重公用模块、卖家模块、买家模块等几个模块。在公用模块实现登录、注册、修改用户信息及密码与浏览商品等功能;在卖家模块实现商品上架和修改、浏览我的商品、订单及出货记录等功能;在买家模块实现商品购买、购单、购买记录等功能。功能实现的关键在于操作数据库进行增添删改与读取,同时为了保证数据完整性,在数据库各表加入is_delete属性代替被删除功能。

现在流行的是MVC的模型、视图、控制器分离的模式,所以本文的交换平台项目运用的是JSP技术运用SSH框架进行开发。相对于原来的开发模式,使用SSH框架能够帮助我们在短期内搭建出结构清晰、可复用性好且维护方便的web程序。

关键词:校园;交换平台;JSP技术;SSH框架

ABSTRACT

Modern society is a society that pays attention to network development. Various websites and applications emerge one after another. The campus idle item exchange platform of this paper is also born. However, at the same time as the development of the Internet era, competition is more intense, and only by making a good exchange platform can we stand out in the fierce competition of modern society.

The exchange platform introduced in this paper is developed for college students. Compared with the external exchange platform, the internal platform of the school is more secure. At the same time, offline transactions are not prone to fraud, so this can attract many students. . At the same time, it implements a website system that does not support the function of tourists. It can ensure the information security of students and prevent transactions of unrelated personnel from destroying the platform.

The function of the website focuses on several modules such as common module, seller module and buyer module. In the common module to achieve login, registration, modify user information and passwords and browse products and other functions; in the seller module to achieve product shelves and modify, browse my products, orders and shipping records and other functions; in the buyer module to achieve goods purchase, purchase Single, purchase record and other functions. The key to the function implementation is to operate the database to add and delete and read. At the same time, in order to ensure data integrity, the is_delete attribute is added to the database tables instead of the deleted function.

Now popular is MVC model, view, controller separation mode, so the exchange platform project of this paper uses JSP technology to develop using SSH framework. Compared with the original development model, using the SSH framework can help us build a web application with clear structure, reusability and easy maintenance in a short period of time..

KEY WORDS:School;Exchange platform; JSP technology; SSH frame

目 录

第1章 绪论 1

1.1 研究背景和意义 1

1.1.1 校园闲置物品交换平台 1

1.1.2 Java web 1

1.2 研究发展现状 2

1.3 本文的研究目标和内容 3

1.4 论文结构 3

第2章 技术与框架 4

2.1 HTML CSS JS 4

2.1.1 HTML超文本标记语言 4

2.1.2 CSS层叠式样表 6

2.1.3 JavaScript 6

2.2 JSP技术 7

2.3 SSH框架 8

2.4 小结 9

第3章 校园闲置物品交换平台 10

3.1 交换平台的功能设计 10

3.1.1 用户 12

3.1.2 主界面 12

3.1.3 商品 13

3.1.4 购单与订单 15

3.1.5 记录 17

3.2系统框架结构 18

3.2.1 页面结构 18

3.2.2 配置 19

3.2.3 代码结构 21

3.3 数据库设计 23

3.4 交换平台操作流程 25

3.5 小结 27

第4章 实现和结果展示 28

4.1 功能实现 28

4.2 结果展示 30

4.3 小结 34

第5章 结束语 35

5.1 论文工作总结 35

5.2 问题和展望 35

致 谢 36

参考文献 37

第1章 绪论

1.1 研究背景和意义

1.1.1 校园闲置物品交换平台

作为一个人口众多且流动频繁的人口集聚区的大学的校园是一个相当广阔的市场。虽然每年都有毕业生离校,但还有更多的在校的学生,除此之外每年也仍然会有大量的新生入校。

对于转专业或者退掉社团的同学还有那些即将离校的毕业生,他们往往都会有很多想要处理掉的物品,也许半旧了依然还有使用价值,比如风扇、继电器等电子产品和已经完成学习的学习资料、书籍以及诸如衣架之类的生活用品等,如果扔了的话,会造成很大的浪费,而且会产生大量的垃圾,然而那些新入校的学生和仍然未毕业的非应届生则可能恰恰需要是这些物品,他们就是最好的销售对象,因为他们也是和离校毕业生在一样的生活环境之下。但是其实有些物品如果直接买新的很不划算,如果是二手物品的话就会省下来许多,于是这里就形成了一个完美市场,毕业生与其他学生之间,甚至转专业或者退掉社团的同学和其他同学之间都有买卖需求关系。可是对于那些即将离校的应届毕业生来说,既要准备毕业设计的相关事项,又要忙于解决工作需求,转专业的同学的学业也会比较繁忙,这些原本可以成为商品的物品只能成为他们手中被抛弃的垃圾,同时其他的学生也可能对大学生活的需求不熟悉。

由此我们就可以建立一个满足刚入校新生、即将离校的毕业生、转专业的在读生和及未毕业的其他在校生的需求的校园闲置物品交换平台,让这些东西能以比新的东西更加便宜的价格出售给有需求的学生,旧物资源得到了充分利用,同时购买的学生也能省下多余的开销,这样对于双方都是很有利的,所以校园闲置物品交换平台就此诞生了。这个物品交换平台与现在比较流行的网上购物有相似的地方,但并不是完全相同,比如没有支付功能,但是这些网上购物系统的网站也有一定的借鉴作用。网络上的商品交易网站很多,如京东、淘宝等,还有瓜子二手车、58同城这样的二手交易平台,虽然这些网站面向的用户群体都比较大,但是在象牙塔之中的交易网站还不多,校园闲置物品交换平台为此针对大学校园的大学生活,学习等方面而建立,前景市场都比较广阔。

1.1.2 Java web

本人的毕业设计题目是基于Java web开发技术的校园闲置物品交换平台的设计与实现,而目前世界上关于web网站的开发方式和语言有很多种。基于Java web的开发技术也是其中的一种较为广泛的网站开发方法,这是用Java的相关技术来解决相关的web互联网领域的技术总和[1]

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

企业微信

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