毕业论文zzz

更新时间:2023-11-15 13:10:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

编号

焦作师范高等专科学校

毕 业 论文(设 计)

系 (部) 计算机与信息工程系 专 业 计算机网络技术 班 级 0801 学 号 12950084394 学生姓名 张真真 指导教师 刘淑枝 职 称 硕士

论文题目 Web网上订购系统前台业务功能的设计与实现

2011 年 2 月

焦作师范高等专科学校计算机与信息工程系

目 录

摘 要 ...................................................................III

ABSTRACT ................................................................ IV

1 前 言

1.1 选题背景 ............................................................. 1 1.2 网上购物的现状 ....................................................... 1 1.3 网上购物的安全性 ..................................................... 1 1.4 系统定义 ............................................................. 2

2 需求分析

2.1 功能需求概述 ......................................................... 4 2.2 用户权限描述 ......................................................... 4 2.3 可行性分析 ........................................................... 4 2.4 数据库描述 ........................................................... 5 2.5 数据采集 ............................................................. 5 2.6 系统环境 ............................................................. 5 2.6.1系统运行环境 ...................................................... 5 2.6.2 系统开发环境 ...................................................... 6

3 概要设计

3.1 系统总体结构 ......................................................... 7 3.2 功能划分 ............................................................. 7 3.3 系统功能描述 ......................................................... 8 3.4 数据库设计 ........................................................... 9 3.4.1数据库环境的连接 .................................................. 9 3.4.2数据库概念结构设计 ................................................ 9 3.4.3数据库逻辑结构设计 ............................................... 12

4 详细设计

I

焦作师范高等专科学校计算机与信息工程系

4.1 会员管理功能模块 .................................................... 15 4.1.1 会员管理模块功能描述 ............................................. 15 4.1.2 会员管理模块界面设计 ............................................. 15 4.1.3算法实现 ......................................................... 17 4.2 产品分类查看模块 .................................................... 18 4.2.1 产品分类查看功能描述 ............................................. 18 4.2.2 产品分类查看功能模块的界面设计 ................................... 19 4.2.3 算法实现 ......................................................... 19 4.3 商品展台功能模块 .................................................... 21 4.3.1 商品展台模块功能描述 ............................................. 21 4.3.2 商品展台模块界面设计 ............................................. 22 4.3.3 算法实现 ......................................................... 24 4.4 购物车功能模块 ...................................................... 27 4.4.1 购物车模块功能描述 ............................................... 27 4.4.2 购物车模块界面设计 ............................................... 27 4.4.3 算法实现 ......................................................... 29 4.5查看订单功能模块 .................................................... 31 4.5.1 查看订单模块功能描述 ............................................. 31 4.5.2 查看订单模块界面设计 ............................................. 31 4.5.3 算法实现 ......................................................... 32

5 系统测试

5.1 系统测试 ............................................................ 34 5.1.1引言 ............................................................. 34 5.1.2 测试用例 ......................................................... 34 5.2 结果分析 ............................................................ 39

6 总 结 ................................................... 41 谢 辞 ..................................................... 42 参考文献 ................................................... 43

II

焦作师范高等专科学校计算机与信息工程系

摘 要

Web网上订购系统是利用JSP+Struts技术实现一个在网络上的动态电子商务网站。系统以SQL Server 2000为数据库开发平台,以Tomcat作为应用服务器,采用JSP(Java Server Pages)技术实现。Web网上订购系统分前台部分和后台部分,前台部分由用户使用,主要包括用户注册,购物车管理,订单管理,个人资料管理,等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理等功能。Web网上订购系统前台业务功能的设计与实现主要完成前台部分的开发。

建立后的网站系统是一个动态、交互式、具有商品提供、系统管理等功能的电子商务网站。系统经过初步测试,达到了最初提出的设计任务要求。

关键词:JSP;Struts;SQLserver2005;Tomcat;网上购物系统

III

焦作师范高等专科学校计算机与信息工程系

The Online Shopping System

——Design and Implementation of Business

ABSTRACT

The system is trying to use JSP+Struts in a dynamic network of e-commerce websites structure, with SQL Server 2000 for database development in platform, Tomcat application server as a network information services, use JSP (Java Server Pages) technology develop online shopping system. The Online Shopping System is divided into front module and back module, the front module of website witch is for users, including users registered, a shopping cart management, order management, personal information management, message board management functions; the back module witch used by managers, including commodity management, processing orders, customer information management, information management, and other functions links. I am responsible for the front part.

After the establishment of the website is a dynamic, interactive, with commodities, systems management, and other functions of the e-commerce website users. System has been tested to achieve the mission requirements

Key Words: JSP;Struts;SQL Server 2005;Tomcat;Online shopping system

IV

本文来源:https://www.bwwdw.com/article/c6jv.html

Top