登录

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

注册

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

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 通信工程 > 正文

基于 JAVA WEB 的在线购物系统的设计与实现毕业论文

 2021-03-29 10:03  

摘 要

伴随着时代的发展,人们的日常生活中网络信息已不可或缺,网上购物系统应运而生,并以不可思议的速度不断发展和丰富。商品是生活用品中比较重要的部分,它与我们的生活息息相关。网上购物系统应该能够提供方便、了解和认识的商品相关的信息和快捷的查询手段。网上购物系统使用户可以利用互联网购买商品。这是对传统商业模式的挑战和颠覆。同时,企业可以在网上展示商品,处理客户的信息与需求,它是企业实现网上营销环节的有力工具。通过购物网站实现了产品与网络的有机结合,消除了运输成本,大大降低人力消耗。建立完善的网购系统以及把业务建在Internet上,涉及到远程教育系统的建立、有效的业务应用的开发、资源信息的网上管理、数据安全、满足Internet业务进一步发展的要求等等。作为长期的战略目标,该网站通过互联网,内联网和企业外联网来促进产品和服务,与分销商,供应商和合作伙伴共享,时间和空间的障碍在线消除。 客户在购买和服务过程中获得主动权,可以买到一个真正的质量好,价格合理的产品,节省时间,省心,省物质资源。本论文研究的内容是基于JavaWeb的线上购物系统的设计与实现。此系统为一个小型的购物网站,实现目前网络上流行的购物网站的大部分基本功能。

作者的主要研究工作如下:

1.本文以B/S架构为基础,使用了MyEclipse开发工具构建了SSH(Struts、Hibernate、Spring)三大框架,结合了JSP技术设计了一个Web网页端,实现线上购物系统,用户可以在此网页上实现在线购买商品;

2.熟悉了MYSQL软件,使用SQL语句构建了包含管理员、用户、商品、订单等八个表格,梳理了数据表之间的内在联系,实现了与前台系统的连接,使系统管理者可以通过管理员系统对后台数据进行实时管理。

3.了解了软件测试的知识和测试方法,设计了几个典型测试用例对系统性能与安全方面做了黑箱测试,并对系统进行了改进与优化,使界面更加简洁,运行更加流畅。

关键词: 购物系统;JSP;SSH;MYSQL

Abstract

With the development of the times, people's daily life in the network information has been indispensable, online shopping system came into being, and at an incredible speed of continuous development and rich. Commodity is a more important part of daily necessities, it is closely related to our lives. The online shopping system should be able to provide information about the convenience, knowledge and understanding of goods and quick access. The online shopping system allows users to purchase goods using the Internet. This is a challenge to the traditional business model and subversion. At the same time, enterprises can display goods online, dealing with customer information and needs, it is a powerful tool for enterprises to achieve online marketing links. Through the shopping site to achieve a combination of products and the network, eliminating the cost of transport, greatly reducing human consumption. The establishment of a sound online shopping system and the business built on the Internet, involving the establishment of remote education system, the development of effective business applications, resource information, online management, data security, to meet the further development of Internet business requirements and so on. As a long-term strategic goal, the site promotes products and services through the Internet, the intranet and the corporate extranet, which closely combines buyers and sellers, vendors and partners, and the barriers to time and space are eliminated. Online shopping system allows customers to purchase and service process to obtain the initiative, you can buy a real good quality and reasonable prices of products, to save time, provincial mind, the province of material resources, the purpose of saving money. The content of this paper is based on JavaWeb's online shopping system design and implementation. This system is a small shopping site that implements most of the basic functions of popular shopping sites on the web today.

The author's main research work is as follows:

1. The system based on the B / S architecture, the use of the MyEclipse development tools to build SSH (Struts, Hibernate, Spring) three framework, combined with a JSP technology to design a Web page, to achieve online shopping system, the user can On this page to achieve online purchase of goods;

2. on the basis of familiar with the MYSQL Based software, the use of SQL statements to build an administrator, users, goods, orders and other eight forms, combing the internal management between the data table, to achieve the connection with the front of the system, the system Managers can manage the background data in real time through the administrator system.

3. Understand the knowledge and test methods of software testing, designed several typical test cases to do a good job of system performance and security aspects of the black box test, and the system has been improved and optimized to make the interface more concise, more smooth operation.

Keywords: shopping system; JSP; SSH; MYSQL

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1课题研究的背景及目的、意义 1

1.2国内外研究现状 1

1.3研究内容及组织结构 2

1.3.1 研究内容 2

1.3.2 组织结构 2

第二章 在线购物系统的研究基础 4

2.1系统分析 4

2.1.1需求分析 4

2.1.2功能需求 4

2.1.3性能需求 5

2.2关键技术 5

2.2.1 B/S结构概要 5

2.2.2 MyEclipse简介 5

2.2.3 MYSQL简介 6

2.2.4 JSP 6

2.3 本章小结 6

第三章 在线购物系统的总体设计 7

3.1系统模块总体设计 7

3.2数据库设计 9

3.2.1数据库设计概述 9

3.2.2数据库的详细设计 9

3.3 本章小结 12

第四章 在线购物系统的实现 13

4.1系统运行平台设置 13

4.2系统主界面设计 13

4.3功能模块设计 14

4.3.1普通用户会员注册功能设计与实现 14

4.3.2购物车功能设计与实现 16

4.3.3 留言板功能设计与实现 18

4.3.4管理员库存管理功能设计与实现 19

4.3.5管理人员管理设计与实现 20

4.3.6 公布公告管理设计与实现 21

4.3.7 订单管理设计与实现 22

4.3.8 财务统计设计与实现 23

4.4本章小结 24

第五章 在线购物系统的调试与运行 25

5.1系统测试的必需性 25

5.2软件测试 25

5.2.1 测试方法 25

5.2.2系统测试 25

5.3本章小结 28

第六章 总结与展望 29

6.1总结 29

6.2展望 29

参考文献 30

附 录 31

致  谢 36

第一章 绪论

1.1课题研究的背景及目的、意义

企业业务范围的扩大会导致商品信息的大量增加。而商品是生活用品中比较重要的部分,它与我们的生活息息相关。网上购物系统应该能够提供了解和认识的商品相关的信息和快捷的查询手段。而其核心竞争力就是价格优势。在这种购物模式下消费者与商家直接对接,而省去了中间费用,这大大节省了消费者的精力和财力,而且可以保证商品的质量。计算机网络的特点是信息传输快、信息覆盖面广而且费用低廉,网上销售就是在这些环境下展开的一个电子商务的实践。因此,网上购物系统能够得到大多数客户的认可,并作为一种新的商业模式被越来越的用于商业竞争当中 。

建立完善的网购系统以及把业务建在Internet上,涉及到远程教育系统的建立、有效的业务应用的开发、资源信息的网上管理、数据安全、满足Internet业务进一步发展的要求等等。每个网上商店都必须考虑如何设计、建立一个经济、便捷、安全、快速、持续的网购网站的问题。

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

企业微信

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