鉴于大家对JSP,NET,JAVA类别十分关注,我们编辑小组在此为大家搜集整理了“网上书店——在线购物及统计分析的设计与实现”一文,供大家参考学习
包括论文,设计,论文字数:11496,页数:27
摘 要
随着计算机技术的蓬勃发展,电子商务发展也越来越快,网上书店便是随着这些网络技术的发展而出现的一种新型图书销售渠道。本系统是为适应电子商务网络交易平台技术的发展,而开发的一个多功能网上书店系统。
本系统采用B/S模式,以MySQL作为后台数据库,Tomcat作为Web服务器,采用Eclipse+MyEclipse作为开发环境,使用JSP+Servlet+JavaBean技术开发完成的。实现了购物车、排行榜、订单处理、会员公告和积分事件等功能。其中购物车功能和后台充值功能能够实现简单的网上交易,达到在线购物的要求;排行榜功能对系统的书本进行了详细的统计,能够得出书本在网站中的热门程度,完成了统计分析的功能;还有订单处理功能,它通过搜索条,报表导出和打印功能实现了管理员和用户对订单的直观查询,让系统更具有人性化。
关键词:电子商务; 在线购物; 网上书店; 统计分析Online Bookstore
——Design and Implementation of Online Shopping and Statistical Analysis
Abstract
With the fast development of computer technology and electronic commerce, online bookshop become a new type of book sales channel. This system which is implemented to fit the development of electronic commerce network trading is a multiple functional online bookshop.
This system adopts B/S model and takes MySQL as the background database. Tomcat is used as Web server. By using Eclipse plus MyEclipse as development environment and JSP , Servlet and JavaBean as development language, functions of shopping car, rank, order proposal, VIP person bulletin and integral things is developed. Among the functions, shopping car and background filling money can implement simple online trade and achieve the requirement of online shopping. The function of rank makes a detailed statistic of books in this system which makes us know popular degree of books on the website. Order proposal is developed to export and print reports which made this system more humanized.
Key words: electronic commerce; online shopping; online bookshop; statistical analysis
目 录
1 引言 1
1.1 网上书店的背景 1
1.2 课题研发的目的与意义 1
2 系统概述 2
2.1 软硬件工作环境 2
2.1.1 硬件环境要求 2
2.1.2 软件环境要求 2
2.2 系统技术简介 2
2.2.1 Java技术简介 2
2.2.2 JSP简介 2
2.2.3 Struts体系结构简介 3
2.2.4 Eclipse+MyEclipse简介 3
2.2.5 MySQL简介 4
3 网站总体设计 4
3.1 系统整体简介 4
3.2 在线购物及统计分析模块功能设计 5
3.2.1 在线购物模块 5
3.2.2 统计分析模块 8
3.2.3 订单处理模块 11
3.2.4 会员公告模块 13
3.3 数据库设计分析 14
3.3.1 用户信息表 14
3.3.2 图书信息表 15
3.3.3 消费订单信息表 15
3.3.4 管理员信息表 16
4 主要功能测试 16
4.1 购物车功能测试 16
4.2 排行榜功能测试 18
4.2.1 总销售排行榜功能测试 18
4.2.2 总点击榜功能测试 19
4.3 系统测试总结 20
结 论 20
参考文献 20
致 谢 21
声 明 22
网上书店——在线购物及统计分析的设计与实现......