jsp网上购物系统毕业设计论文.doc

约58页DOC格式手机打开展开

jsp网上购物系统毕业设计论文,jsp网上购物系统毕业设计论文摘 要   随着社会的不断发展,科学技术也在不断的更新。internet作为新型的工具,在90年代便开始用于商业,它的迅速的发展为商业界提供了更加广阔信息平台与更多的商机,如催化剂一般刺激着商业经济的快速发展。因此选择设计开发一个企业门户网站拥有重要的意义。   本文阐述了网上购物系统的开...
编号:35-260061大小:1.14M
分类: 论文>计算机论文

内容介绍

此文档由会员 bai33388 发布

JSP网上购物系统毕业设计论文

摘  要
   随着社会的不断发展,科学技术也在不断的更新。Internet作为新型的工具,在90年代便开始用于商业,它的迅速的发展为商业界提供了更加广阔信息平台与更多的商机,如催化剂一般刺激着商业经济的快速发展。因此选择设计开发一个企业门户网站拥有重要的意义。
   本文阐述了网上购物系统的开发与设计。设计采用现在比较流行的JSP网站开发技术,并考虑到网站所处理的数据的结构特点及所学到的知识,应用Microsoft SQL Server2000数据库系统作为网站的后台数据库。系统实现了网站的基本功能,包括客户的注册登录、浏览网站信息、信息查询、购物并填写订单以及管理员对于网站的维护与更新。在页面设计与制作中,对于页面的基本格式,使用HTML语言出大的框架,然后用Dreamweaver8及Eclipse在框架里面做详细的设计。
   结合这次设计的意义对Internet在商业中的应用与发展做一下介绍;然后针对整个系统进行分析,其中包括可行性分析、需求分析、系统的业务流程分析、数据分析等;在此基础上确定网站的功能目标,将网站的功能逐次划分,并细分出子功能模块;接下来设计并实现各个模块,在每个模块都能完成其功能的结果下将其综合成一个完整的系统。
关键词:网上购物;JSP;HTML
Design and Implementation of Internet Shopping System
Abstract
   Today,the science techniques develop very fast.People valued the E-business using the modern network proceeds the business activity as the key power more and more.The Business to Customer mode is one of the main trade modes on the net of electronic commercr.Now,the Business to Customer field is in the stage of the beginning.This is good development foreground for the market.Therefore,it is meaning for us to design and develop the electronic commerce website.
   This paper detail describes how to develop an electronic commerce website.In the design,I used the JSP technology which is very popular during the website developer.Considered with the knowledge that I have learned and the structure of the date that the website deal with,I used Microsoft SQL server 2000 as the back database of the website. This website system has basic functions of a enterprise website.It can show us the information of the goods、news、customers that registered on the website and so on.It also can provides the function that some customers on the web can fill in bills when they want to buy the goods. The system realized the query function for products and the manage functions for the background of the system..During the process of designing the webpage,I make the main frame by HTML,and use Dreamweaver8 and Eclipse to finish the detailed design.
   First,I make a instruction for the application and development of Internet in commerce,then analyze the whole system,which includes feasibility analyze,requirement analyze,operation flow analyze and date analyze.Then I make the function aim of this website base on the analyses above,and divide the function up to several parts.I design every single part of the function particularly,and finallyintegrate these sub-function modules to one complete system.
Keywords:Online Mart;JSP;HTML


目录
毕业设计(论文)任务书 错误!未定义书签。
摘  要 I
Abstract II
第1章 引  言 1
1.1 课题的背景、目的与意义 1
1.2 国内外现状 1
1.3 研究(设计)内容 2
1.4 论文的组织结构 3
第2章 相关技术简介 4
2.1 JSP技术 4
2.2 Microsoft SQL Server2000 4
2.3 Web服务器 5
2.4 连接数据库与JavaScript 8
2.5 CSS层 8
第3章 系统分析 10
3.1 可行性分析 10
3.2 需求分析 11
3.2.1 业务需求分析 11
3.2.2 用户需求分析 11
3.2.3 功能需求分析 11
3.3 业务流程分析 12
3.3.1 前台业务流程分析 12
3.3.2 后台业务流程分析 13
3.4 数据流程分析 13
3.5 运行环境及开发工具 14
第4章 系统总体设计 16
4.1 系统结构设计 16
4.2 功能模块设计 16
4.2.1 前台模块的功能模块设计 17
4.2.2 后台管理模块的功能模块设计 18
4.3 数据库设计 18
4.3.1 E-R图 19
4.3.2 基本表设计 22
第5章 系统实现 26
5.1 程序设计 26
5.2 系统页面的设计与实现 26
5.3 前台功能模块的实现 26
5.3.1 用户管理模块 27
5.3.2 用户资料修改模块 30
5.3.3 购物车模块 32
5.3.4 订单查询模块 35
5.3.5 留言板模块 35
5.4 后台功能模块的实现 37
5.4.1 管理员登录模块 37
5.4.2 添加商品模块 38
5.4.3 订单信息管理模块 40
5.4.4 查询用户信息模块 41
5.4.5 添加链接模块 42
第6章 系统调试与实施 44
6.1 系统测试原理及测试原则 44
6.1.1 系统测试原理 44
6.1.2 系统测试原则 45
6.2 系统测试的方法 45
6.3 本系统测试 46
第7章 结  论 50
参考文献 51
致  谢 54