手机销售网站的设计与实现(手机商城ACCESS)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘 要
伴随着Internet的蓬勃发展,网络购物中心作为电子商务的一种形式正以其高效、低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。
本系统便是尝试用JSP在网络上架构一个动态的手机销售网站,它是在Windows XP下,以ACCESS为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用JSP(JAVA Server Pages)技术开发的网上购物系统。他分前台部分和后台部分,前台部分由用户使用,主要包括用户注册,购物车管理,订单管理,手机搜索等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理,链接信息管理等功能。建立后的网站系统是一个动态、交互式、具有商品提供、商品交易、系统管理等功能的手机销售网站。(所有权: 爱毕业设计www.2bysj.cn)

关键字:JSP;ACCESS;Tomcat;手机销售

Abstract
 Along with the rapid development of Internet, network shopping mall as a form of e-commerce with its efficient, low-cost advantages, has gradually become a new business model and philosophy, people no longer meet the purposes of browsing and information releases, but eager to be able to fully enjoy the network brought about by many more convenience. Online shopping is to adapt to today's fast-paced society to live in homes so that customers can easily and quickly and easily purchase their favorite merchandise.
The system is trying to use JSP in a dynamic network architecture of the mobile phone sales website, it is in Windows XP, using ACCESS as a database development platform, Tomcat Web Service information, as application servers, using JSP (JAVA Server Pages) technology development online shopping system. He points front and back-office part of the front part by the users, including user registration, shopping cart management, order management, mobile search and other functions; Backgrounds in part by the administrators, including merchandise management, processing orders, the user information management, link information management functions. Web site set up after the system is a dynamic, interactive, with the provision of goods, commodity trading, system management functions such as mobile phone sales website.

Keywords: JSP; ACCESS; Tomcat; mobile phone sales

此基于JSP的购物网站分前台功能和后台功能:
1) 前台部分由用户使用,主要包括用户注册,购物车管理,订单管理,个人资料管理,手机搜索。
2) 后台部分由管理员使用,主要包括管理员身份验证,商品管理,处理订单,用户信息管理,连接信息管理

网上购物系统可以分为前台和后台两个部分,前台部分由用户使用,主要包括用户注册、生成订单、购物车管理、查看购物车、查看留言、订购产品、订单查询6个模块;后台部分由管理员使用,主要包括管理员身份验证,商品管理,处理订单,用户信息管理,公告信息管理,连接信息管理5个模块。

功能模块介绍 
商品订单管理模块:网站管理者对用户订单的执行和编辑状态。
管理网站用户模块:查询注册所有用户,对一些非法或失信用户进行删除操作
商品管理模块:向商品表插入前台首页展示的商品信息
网站信息管理模块:网站向用户发送最新新闻信息。
网站常规设置模块:管理员向前台首页添加友情链接信息以及广告设置。(所有权: 爱毕业设计www.2bysj.cn)







目录
摘 要 - 2 -
第一章 系统概述 - 4 -
1.1 JSP的技术原理 1.1.1 JSP语言及其特点 - 4 -
第二章 系统需求分析及总体设计 - 5 -
2.1 需求分析 - 6 -
2.2 系统功能模块设计 - 6 -
2.3 数据库需求分析 - 6 -
第三章 后台部分 - 7 -
3.1 后台总体框架 - 7 -
3.2管理设计 - 8 -
3.2.1 管理员登录 - 8 -
(所有权: 爱毕业设计www.2bysj.cn)
3.2.2 添加商品 - 9 -
3.2.3管理网站用户 - 15 -
3.24商品管理 - 21 -
3.25网站信息管理 - 25 -
3.26网站常规设置 - 29 -
参考文献 - 36 -