{$cfg_webname}
主页 > 计算机 > Javaweb >

明星周边购物网站的设计(Javaweb,MySQL,SQLServer)

来源:56doc.com  资料编号:5D25883 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D25883
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

明星周边购物网站的设计(Javaweb,MySQL和SQLServer)(论文说明书10000字,程序代码,MySQL数据库和SQLServer数据库)
摘要:随着因特网在我国的普及,电子商务发展势不可挡,网上购物逐渐成为很多人尤其是年轻一辈首选的购物方式。网站则凭借其不一样的特点在信息化的过程中占据了重要的地位。
本文采用Java技术JSP程序设计语言和SQL Server数据库开发了一个基于B/S结构的明星周边购物系统。该系统实现了用户功能和管理员功能两大部分,其中用户功能包括明星周边购买、明星周边定制、系统简介查看、用户注册、在线留言;其中管理员功能包括系统用户管理、商品类别管理、商品信息管理、入库记录管理、周边定制管理、销售记录管理、周边资讯管理、明星资讯管理、头条资讯管理、系统管理等。该系统具有交易效率高、用户浏览商品信息方便快捷等优点。经过测试,本网站能够达到设计要求。
关键词:网络购物系统;JSP语言;SQL Server数据库;B/S结构
 
Design of Online Shopping System
Abstract:Today is in the network era, the tide of information swept the world, the network is unprecedented speed in China's popularization. With the development of e-commerce, online shopping has become the preferred way of shopping for many people, especially the younger generation gradually. With its unique advantages, the website plays an important role in the process of informatization.
This paper develops a star surrounding shopping system based on B/S structure using Java technology JSP programming language and SQL Server database. The system implements two major parts: user function and administrator function. User functions include star peripheral purchase, star peripheral customization, system profile view, user registration, and online message. The administrator functions include system user management, product category management, and product information management, warehousing record management, peripheral customization management, sales record management, peripheral information management, star information management, headline information management, system management, etc. The system has the advantages of high transaction efficiency, convenient and quick browsing of product information by users. After testing, this website can meet the design requirements.
Key words:online shopping website; JSP language; SQL Server database; B/S structure

由以上分析可以得知,网络购物系统功能实现包括两方向:
(1)管理员:负责管理系统用户、商品类别、商品信息、入库记录、周边定制、销售记录、周边资讯、明星资讯、头条资讯、系统管理等。
(2)注册用户:管理个人资料、查看购物车和订单、定制周边、收藏周边等。
 

明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)
明星周边购物网站的设计(Javaweb,MySQL,SQLServer)


目 录
一、 绪论    1
1.1 背景介绍    1
1.2 开发内容    1
1.3 文章组织结构    2
二、 开发技术介绍    2
2.1 JSP简介    2
2.2 B/S简介    3
2.3 SQL Server简介    3
三、 系统分析    4
3.1可行性分析    4
3.2 需求分析    4
3.3系统功能分析    5
3.3.1系统功能模块图    5
3.3.2 用户登录模块设计    5
3.3.3 管理员管理流程图    6
3.3.4 前台操作流程图    6
3.4 系统E-R图    6
3.4.1 留言信息实体E-R图    7
3.4.2 定制信息实体E-R图    7
3.4.3 用户信息实体E-R图    7
3.4.4 管理员实体E-R图    8
3.5数据库表    8
3.5.1 管理员信息表    8
3.5.2 评论信息表    9
3.5.3 用户表    9
3.5.4 商品信息表    10
四、 系统功能详细设计    10
4.1 页面总体功能设计    10
4.2 系统首页设计    10
4.3 用户注册和登录功能设计    10
4.4 商品信息功能设计    11
4.5 明星周边定制功能设计    12
4.6用户管理功能设计    12
4.7管理员管理功能设计    12
五、 系统测试    13
六、 总结    19
参考文献    20
致谢    21
附录代码    22
A1 用户注册和登录    22

推荐资料