分类号:TP311.1 U D C:D10621-408-(2007)5984-0
密 级:公 开 编 号:2003031252
成 都 信 息 工 程 学 院
学 位 论 文
一种多商家网络商店的设计与实现
论文作者姓名:
Xxx
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
xx(讲师)
论 文 提 交 日 期 :
20xx 年 06 月 05 日
一种多商家网络商店的设计与实现
摘 要
21 世纪是网络的世纪,电子商务随之将成为主流商业模式,多商家网络商
店系统就是一个 C2C 型的电子商务系统。本文详细论述了采用 ASP.NET 和 SQL
Server 等技术实现的一个多商家网络商店的过程。论文首先阐述了本设计题目的
选题意义、背景,和网站的开发平台;其次根据网站需求对系统的数据库和功能
模块做了详细设计,并在此基础上实现了用户管理模块、权限管理模块、购物订
单模块,商家管理模块、商品管理模块、留言板和公告管理模块等功能。最后通
过对网站进行的全面测试展现了网站界面简单、美观,网站功能丰富、操作方便
等特点,完全符合多商家网络商店的需求,能够为用户网上购物提供一个很好的
操作平台。
关键词:电子商务;多商家;网络商店;网上购物;SQL Server;C#
T he Design and Implementation of a multi-merchant
network shop
Abstract
The 21st century is the century of network, e-commerce will subsequently
become the mainstream business model and multi-merchant network shop is a C2C
e-commerce system. This article shows how to build a multi-merchant network shop
by ASP.NET 2005 and SQL Server 2000 and so on. First, this thesis introduces the
significance and background of the selected topic, and web development platform.
Second, it has made the detailed design to the system database and the function
modules based on the demand, and on this basis it carries out user management
module, right management module, order list module, business management module,
goods management module, message leaving board and news management module
and so on. Finally, though completely test of website, it is found that interface is
simple and beautiful, function is rich, and operation is easy, fully corresponding to the
demand of network shop. It provides a wonderful operating platform for on-line
shopping.
Key words: electronic commerce; multi-merchant network shop; on-line
shopping; SQL Server 2000; C#
目 录
论文总页数:26 页
1 引言............................................................................................................................................1
2 网站背景及意义........................................................................................................................1
2.1 电子商务概要................................................................................................................1
2.1.1 电子商务简述....................................................................................................1
2.1.2 电子商务的现状................................................................................................1
2.2 选题意义及背景............................................................................................................2
3 开发平台介绍............................................................................................................................2
3.1 ASP.NET 介绍...............................................................................................................2
3.2 C#介绍...........................................................................................................................3
3.3 SQL Server 2000 介绍...................................................................................................3
4 需求分析....................................................................................................................................3
4.1 系统功能分析图............................................................................................................3
4.1.1 管理员功能分析图............................................................................................3
4.1.2 用户功能分析图................................................................................................4
4.2 系统功能分析................................................................................................................5
4.3 系统模块分析................................................................................................................5
4.3.1 后台管理模块分析............................................................................................5
4.3.2 前台管理模块分析............................................................................................5
5 数据库分析与设计....................................................................................................................5
5.1 数据库分析....................................................................................................................5
5.2 数据库设计....................................................................................................................5
5.2.1 创建数据库........................................................................................................5
5.2.2 创建表及说明....................................................................................................6
6 系统功能设计与实现................................................................................................................9
6.1 用户浏览及搜索商品....................................................................................................9
6.2 用户管理页面..............................................................................................................12
6.3 购买商品......................................................................................................................20
7 系统测试..................................................................................................................................21
7.1 测试环境......................................................................................................................21
7.1.1 硬件环境..........................................................................................................21
7.1.2 软件环境..........................................................................................................21
7.2 主要测试模块..............................................................................................................21
7.2.1 商品浏览搜索模块测试..................................................................................21
7.2.2 用户管理模块测试..........................................................................................21
7.2.3 商家管理模块测试..........................................................................................22
7.2.4 管理员模块测试..............................................................................................23
结 论..........................................................................................................................................24
参考文献..........................................................................................................................................24
致 谢..........................................................................................................................................25
声 明..........................................................................................................................................26