购物网站的设计与实现计算机科学与技术毕业论文

上传人:工**** 文档编号:460559854 上传时间:2023-02-04 格式:DOC 页数:53 大小:360.52KB
返回 下载 相关 举报
购物网站的设计与实现计算机科学与技术毕业论文_第1页
第1页 / 共53页
购物网站的设计与实现计算机科学与技术毕业论文_第2页
第2页 / 共53页
购物网站的设计与实现计算机科学与技术毕业论文_第3页
第3页 / 共53页
购物网站的设计与实现计算机科学与技术毕业论文_第4页
第4页 / 共53页
购物网站的设计与实现计算机科学与技术毕业论文_第5页
第5页 / 共53页
点击查看更多>>
资源描述

《购物网站的设计与实现计算机科学与技术毕业论文》由会员分享,可在线阅读,更多相关《购物网站的设计与实现计算机科学与技术毕业论文(53页珍藏版)》请在金锄头文库上搜索。

1、论文题目:购物网站的设计与实现 摘 要网上购物,就是通过互联网检索商品信息,并通过电子订购单发出购物请求,然后填上私人支票帐号或信用卡的号码,厂商通过邮购的方式发货,或是通过快递公司送货上门。人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网上购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网上购物系统进行了系统检测并提出了还需要改进的问题。 系统是用JSP在网络上架构一个动态

2、的电子商务网站,它是在WINDOWSXP下,以SQL Server 2000为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用JSP(Java Server Pages)技术开发的网上购物系统。本系统主要为用户提供了会员注册,购物车管理,商品搜索,用户资料修改等功能,为管理员提供了商品管理,用户信息管理,新闻信息管理,广告链接管理等功能。在设计方面,本系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用SQLSERNER数据库。关 键 词:网上购物; JSP;数据库;商品管

3、理;论文类型:设计报告Title: The Design of The Shop OnLine SystemSpeciality:Major of Computer Science & Technology ABSTRACTOnline shopping, product information is retrieved via the Internet, and electronic purchase orders issued by shopping request, and then fill in the personal check or credit card account nu

4、mber, vendor shipments by mail order or home delivery by courierThere is no longer meet use and dissemination of information browsing, but a desire to bring the full enjoyment network more convenient. Internet shopping is being adapted to the fast pace of todays society to live, so that customers ca

5、n enjoy the convenience of fast and easy way to purchase their own like commodities.The thesis has firstly introduced the practical situation and the developing background of the system. And then has described the designing goal、system need and the whole designing plan, has described the detailed de

6、sign and reality of the system in detail. Finally, conclusion has been drawn about the system and problem has also been raised. The system is trying to use JSP in a dynamic network of e-commerce websites structure, which is in Windows XP, SQL Server 2000 for database development in platform, Tomcat

7、application server as a network information services, use JSP (Java Server Pages) technology development online shopping system. The system has mainly provided users with the following functions: membership registration,shopping car management,goods search、information modify etc. It has also provide

8、d managers with goods management,customer information management,news management , management and so on. It has been designed with B/S mode of three-tier structure, JSP technology in dynamic page design. Considering from the security and reusing code of the system, key codes has been secured by Java

9、Bean technology. Access database has been used as the background database.KEY WORDS: Online shopping; JSP;database; systemTYPE OF THESIS: Design Report目 录1 绪论11.1前言11.1.1网上购物系统的背景11.2网上购物系统的概述.21.2.1网上购物系统的现状 21.2.1系统实现的目标 31.2.1系统的开发意义 42程序开发的技术基础52.1 HTML语言52.1.1 HTML语言概述52.1.2 JAVASCRIPT语言概述 52.2

10、 JSP技术62.2.1 JSP概述62.3数据库原理 72.3.1 SQL语言简单介绍 72.3.2 ADO技术介绍 83网上购物系统需求分析113.1系统的可行性分析113.1.1网站的设计目标113.1.2网站的可行性分析123.2.3网站的深入调查123.2.4网站设计的特点123.2.5网站开发的设计思想123.2.6系统的总体规则 123.2系统的功能分析 123.2.1功能分析.123.2.2数据库功能说明.133.3系统的需求分析133.3.1需求分析.133.1.2数据库需求分析.134网上购物系统的设计 154.1系统概要设计 154.1.1系统设计概述 154.1.2系统

11、原理 154.1.3用户模块的程序流图 164.2 系统总体结构设计174.2.1前台模块详细功能描述174.2.2后台模块详细功能描述 174.3系统详细设计 184.3.1代码设计.184.3.2数据库结构设计.184.3.3数据库详细结构设计.184.4用户界面设计.214.4.1输入设计.214.4.2输出设计.214.4.3人机对话设计.225网上购物系统的实现235.1各功能模块的实现235.1.1数据库连接的实现235.1.2用户注册模块的实现235.1.3用户登录模块的实现245.1.4购物车模块的实现275.1.5后台管理模块的实现286 系统测试316.1系统运行环境的搭建 316.1.1 JAVA虚拟机的安装316.1.2 Tomcat环境搭建316.2系统程序的安装和加载316.2.1文件的拷贝316.2.2数据库的连接316.3系统测试316.3.1 系统测试分析316.3.2单元测试分析 336.3.3测试分析及说明 346.4系统维护 346.4.1系统维护 347 结论与展望377.1 结论377.2 系统中存在的问题及展望38致 谢41参考文献43

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 其它学术论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号