摘 要 由于科学技术的快速进步,社会的每个领域都离不开电脑技术。随着电脑技术的不断进步,互联网的领域也不断扩大,带来了网络信息的增多。有些应用到通信领域,有些应用到商业领域,如在通过互联网出售商品等,目前,互联网已成成为社会上不可或缺的元素,而这个网络里最关键的元素就是网站。 通过网上书店系统这个平台,消费者足不出户就可以了解大量的商品信息,给消费者带来了极大的方便。网上书店系统平台的主要功能包括商品类别管理、商品信息管理等,根据客户种类又可以划分成管理员客户和会员客户两种。 本系统前台设计主要采用了JSP作为开发语言,后台设计主要采用了MySQL作为数据库管理系统,开发环境采用了MyEclipse,服务器采用tomcat。是一种基于Web技术上开发出的B/S结构的网上书店系统系统。 关键词:商城网,JSP,B/S结构 ABSTRACT Due to the rapid progress of science and technology, every area of society is inseparable from the computer technology. With the continuous development of computer technology and communication technology, the scale of the Internet is also increasing, followed by the increase of network elements. Some applications in the field of communication, some applications in the field of business, such as in selling goods via the Internet, at present, the Internet has become indispensable element in society, and the network is the key element in the site. paper51.com Through the platform of online pet home sales system, consumers never leave home can understand a lot of pet commodity information, and brought great convenience to consumers. Of online pet home sales, the main functions of the system platform including commodity category management, commodity information management, etc., according to the types of customers and clients and members can be divided into administrator two clients。 This design at the front desk system mainly adopts JSP as a development language, the background design mainly USES MySQL as a database management system, MyEclipse development environment was adopted, using tomcat server. Developed is a Web technology based on B/S structure of online pet home sales system Keywords: Sales network,JSP,B / S structure 目 录 摘 要 I ABSTRACT II 第一章 绪论 1 1.1课题背景 1 1.2目的和意义 1 1.3开发工具及技术 1 1.3.1开发工具 1 copyright paper51.com 1.3.2 JSP技术 2 1.3.3 JavaScript 3 1.4软硬件需求 3 第二章 系统分析 4 2.1可行性分析 4 2.1.1技术可行性 5 2.1.2经济可行性 5 2.1.3操作可行性 5 2.1.4法律可行性 5 2.2功能模块分析 5 2.3设计的基本思想 8 2.4性能需求 9 2.4.1系统的安全性 9 2.4.2数据的完整性 9 2.5界面需求 9 第三章 数据库设计 10 3.1数据库的分析与设计 10 3.1.1数据库的概念结构设计 10 3.1.2数据库的逻辑结构设计 11 3.1.3数据库的连接原理 13 第四章 系统功能实现 14 4.1后台登陆页面 14 4.2管理员模块 16 4.2.1商品类别管理 17 4.2.2商品信息管理 19 4.2.3会员信息管理 21 4.2.4订单信息管理 23 4.2.5修改个人密码 24 4.2.6注销退出系统 25 4.3普通用户模块 25 4.3.1系统主页面实现 25 4.3.2会员注册模块 26 4.3.4用户购物模块 27 4.3.5购物车管理 28 第五章 系统测试 29 5.1系统测试目的与意义 29 5.2测试过程 30 5.2.1主页面的登录模块测试 30 内容来自论文无忧网 www.paper51.com 5.3其他错误 30 结 论 31 参考文献 32 致 谢 33 |