校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)

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

校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)(毕业论文说明书13900字,程序代码,MySQL数据库)
摘  要
随着科技的迅速发展,计算机技术已应用到社会的各个领域。随着计算机技术和通信技术的迅速发展,网络的规模也逐渐增大,网络的元素也随之不断增加,有的利用其通信,有的利用其商业用途,在网络上进行出售、收购、宣传等操作,从而使得网络越来越成为现今社会上必不可少的元素,而网站就是这个网络里很庞大的元素。
通过拍拍网这个平台,可以使用户足不出户就可以了解丰富的商品信息,极大的方便了用户,系统的主要功能包括:商品类别管理、商品信息管理、订单管理、会员管理、系统公告管理等。分为管理员用户、会员用户这二种用户平台。
本系统前台主要使用JSP作为开发语言,后台使用MySql作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的拍拍购物系统。

关键词:购物系统,JSP,B/S结构

ABSTRACT
With the rapid development of science and technology, the computer technology has been applied to each field of the society. Along with the computer technology and the rapid development of communication technology, the scale of network is gradually increasing, network element also increases ceaselessly subsequently, some use their communication, using some of its commercial purposes, in the network for sale, purchase, publicity and other operations, so that the network has more and more become nowadays essential elements, while the website is very large in the network elements。
By pat Network this platform, user can remain within doors can understand the wealth of information goods, a great convenience to users, the main functions of the system include: the commodity category management, merchandise management, order management, member management, bulletin management system. As administrator, members of the user to the two user platform。
The front of the system using JSP as a development language, the use of MySql as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure convenient information inquiry system。
Keywords: Shopping system,JSP,B / S structure

功能模块需求分析
本系统最大的特点是使用操作简单、友好的提示信息。本系统将实现以下基本功能:
(1)系统具有简洁大方的页面,使用简便,友好的错误操作提示
(2)管理员用户具有商品类别管理、商品信息管理、商品信息更新管理、订单管理、会员信息管理、公告管理、系统管理功能
(3)普通用户用户具有浏览商品、商品查询、购买商品、修改个人信息等功能
(4)具有较强的安全性,避免用户的恶意操作
系统的功能结构图,分普通用户平台,管理员平台。
普通用户功能模块图说明:普通用户可以在线浏览商品,查询商品,浏览公告信息,如果要购买、下订单操作,首先需要注册一个个人账号,然后登陆到系统中
 

校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)
校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)
校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)
校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)
校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)
校园拍拍购物网的设计与实现(JSP,MySQL)(含录像)


目  录
摘  要    I
ABSTRACT    II
第一章 绪论    1
1.1课题背景    1
1.2目的和意义    1
1.3开发工具及技术    1
1.3.1开发工具    1
1.3.2 JSP    2
1.3.3 JAVAScript    3
1.4软硬件需求    4
第二章 需求分析    5
2.1可行性分析    5
2.1.1技术的可行性    5
2.2.2经济的可行性    5
2.2.3操作可行性    5
2.2.4法律的可行性    5
2.3系统用户用例图    6
2.3.1普通用户用例图    6
2.3.2管理员用例图    6
2.4功能模块需求分析    7
2.5设计的基本思想    8
2.6性能需求    8
2.6.1系统的安全性    8
2.6.2数据的完整性    9
2.7界面需求    9
第三章 系统分析与设计    11
3.1数据库的分析与设计    11
3.1.1数据库的概念结构设计    11
3.1.2数据库的逻辑结构设计    14
3.1.3数据库的连接原理    16
3.2中文乱码问题处理    17
第四章 系统功能实现    19
4.1管理员登陆页面    19
4.2管理员模块    20
4.2.1商品类别管理    21
4.2.2商品信息管理    24
4.2.3会员信息管理    29
4.2.4系统公告管理    33
4.2.5系统管理    34
4.2.6修改密码    34
4.2.7退出系统    35
4.3普通用户模块    35
4.3.1系统主页面实现    35
4.3.2商品类别查询    36
4.3.3用户注册    36
第五章 系统测试    38
5.1系统测试目的与意义    38
5.2测试过程    38
5.2.1主页面的登录模块测试    38
5.3其他错误    39
结  论    40
参考文献    41
致  谢    42