ImageVerifierCode 换一换
格式:DOC , 页数:54 ,大小:550.50KB ,
资源ID:13026930      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/13026930.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(购物网站的设计与实现计算机科学与技术毕业论文Word格式文档下载.doc)为本站会员(b****9)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

购物网站的设计与实现计算机科学与技术毕业论文Word格式文档下载.doc

1、在设计方面,本系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用SQLSERNER数据库。关 键 词:网上购物; JSP;数据库;商品管理;论文类型:设计报告Title: The Design of The Shop OnLine SystemSpeciality:Major of Computer Science & TechnologyABSTRACTOnline shopping, product information is retrieved via the Interne

2、t, and electronic purchase orders issued by shopping request, and then fill in the personal check or credit card account number, 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 n

3、etwork more convenient. Internet shopping is being adapted to the fast pace of todays society to live, so that customers can 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 th

4、e system. And then has described the designing goal、system need and the whole designing plan, has described the detailed design 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 netw

5、ork of e-commerce websites structure, which is in Windows XP, SQL Server 2000 for database development in platform, Tomcat 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 fo

6、llowing functions: membership registration,shopping car management,goods search、information modify etc. It has also provided 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 technolo

7、gy in dynamic page design. Considering from the security and reusing code of the system, key codes has been secured by JavaBean 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网上购物系统的

8、背景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 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.

9、2系统的功能分析 123.2.1功能分析.123.2.2数据库功能说明.133.3系统的需求分析133.3.1需求分析.133.1.2数据库需求分析.134网上购物系统的设计 154.1系统概要设计 154.1.1系统设计概述 154.1.2系统原理 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人机对话设计.22

10、5网上购物系统的实现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

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1