基于SSH+MySQL的食品销售购物商城网站设计与实现

中文摘要
随着Internet的发展,网络在人们的日常生活中占据不可缺少的地位。现如今网上购物作为电子商务的一种形式以其开放、高效、低成本、全球性的优势,逐步成为新兴的经营模式和理念。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。
本系统采用B/S三层结构(MVC模式),它以MySQL为数据库平台,Tomcat网络信息服务作为应用服务器,采用SSH,JSP(Java Server Pages)技术开发的购物系统。该系统分为前台和后台两个部分。在前台部分为用户提供登录注册退出,浏览购买商品,购物车管理,订单生成管理以及用户资料修改等功能;用户注册登陆后可以实现该系统的所有功能,如果不是登录用户只能浏览商品,不享受其他功能。在后台部分为管理员提供商品信息的管理,用户信息管理,操作权限管理和订单处理等管理功能。
关键字 J2EE; JSP; MySQL; MVC; 购物系统
毕业设计说明书(论文)外文摘要
Abstract
With the development of Internet, network in people’s daily lives to occupy an indispensable position. Now online shopping as a form of e-commerce with its open, efficient, low-cost, global advantage, and gradually become a new business model and philosophy, it is no longer meet the purpose of the visit and the release of information. Network to adapt to today’s society is fast-paced life, so that customers will be able to stay at home easily and quickly and easily purchase their favorite products.
The system uses the B/S three-tier architecture (MVC model), which uses MySQL for database development platform, Tomcat application server as a network information services, use SSH,JSP (Java Server Pages) technology development Online Shopping System.The system is divided into foreground and background in two parts.The foreground to provide users with the registration from the registry, browse and buy goods, the purchase of car management, order management, and user data to generate changes to features such as merchandise return comment; user registration can be achieved after the landing all the features of the system, if not the logged-on user only browse products, do not enjoy the other features. The background provide goods management, user management, operation authority management and order processing and other management functions.
Keywords J2EE, JSP, MySQL , MVC, Shopping System
目  录
前言 1
第一章 技术概览 2
1.1 主要技术 2
1.2 MySQL概述 5
第二章 总体设计 6
2.1 需求分析 6
2.2 功能分析 6
2.3 系统的结构图 8
第三章 数据库设计 10
3.1 数据库需求分析 10
3.2 数据库E-R图设计 10
3.3 数据库表的设计 12
3.4 数据表之间的关系图 14
第四章 详细设计 16
4.1 创建和连接数据库 16
4.2 类变量 16
4.3 管理员登陆模块 17
4.4主页面模块 18
4.5 修改个人信息模块 19
4.6 用户管理模块 20
4.7 前台用户功能模块 25
4.8 商品模块 28
4.9 购买商品模块 31
第五章 总结 37
5.1 系统调试 37
5.2 系统特色 37
结论 39
参考文献 40
致 谢 41
附录:英文技术资料翻译 42
文档+外文及翻译+项目源码及数据库文件
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/newlw/article/details/125119210