网上服装商店设计与开发论文 下载本文

内容发布更新时间 : 2024/5/6 3:53:46星期一 下面是文章的全部内容请认真阅读。

摘要:随着信息时代的发展,日益普及的Internet不仅带给人们更多及时的资讯信息,而且也在生活的各个方面带给人们更多的便捷,在一定程度上改变着人类的生活方式,例如在线购物。人们只要通过Internet的连接,在个人电脑上登录各种销售网站,就可以进行商品的在线购买。网上服装商店网站是一个网络销售系统,它提供了信息发布、产品展示、在线订购、订单管理等功能,为广大女性提供了大量的网上服装信息并能够及时选购自己喜欢的商品。它是ASP.NET作为开发平台,使用C#语言设计操作控件和编写操作程序。本文主要阐述了本系统的开发环境、体系结构和运行平台等概念问题,并对数据流、工作流的处理进行了详细介绍,对各个子系统的功能要点、设计思路及设计方法都作了描述。 关键词:

Abstract: Along with the development of the information age, the growing popularity of the Internet not only to bring people more timely news and information, but also in all aspects of life to bring people more convenient, to a certain extent, changing people's lifestyles, such as online Shopping. One need only to connect through the Internet, in the personal computer to log various sales sites, we can buy goods online. Online Clothing Store website is a network marketing system, which provides information dissemination, product display, online ordering, order management and other functions ,For the majority of women's apparel online provides a wealth of information and the timely purchase their favorite goods. It is based on ASP.NET as a development platform, using C # language design operational controls and the preparation of operating procedures, while using the database to manage data and information to complete the data input, modification, storage processing. This paper describes the system development environment, architecture and operating platforms, conceptual issues, and data flow, workflow processing are described in detail on the elements of each sub-function, design thinking and design methods have been described . Keywords:shopping online ASP.NET2.0 SQL SERVER2005 e-commerce

网上服装销售系统

目录

引言 ................................................................................................................................ 1 第一章 绪论 .................................................................................................................. 2

1.1 网站开发的背景 .............................................................................................. 2

1.2 网站开发的意义 .............................................................................................. 2 1.3 研究现状 .......................................................................................................... 2 1.4 主要研究的内容和成果 .................................................................................. 3 第二章 系统可行性与需求分析 .................................................................................. 4

2.1 可行性分析 ...................................................................................................... 4 2.2 需求分析 .......................................................................................................... 4 2.3网站需要解决的问题 ....................................................................................... 5 第三章 系统概述 .......................................................................................................... 6

3.1 系统设计思想 ................................................................................................ 6 3.2 系统订货数据流图 ........................................................................................ 6 3.3 网站运行环境设计 ........................................................................................ 6 3.4 系统总体设计 ................................................................................................ 7 第四章 系统详细设计 .................................................................................................. 9

4.1 数据库设计 .................................................................................................... 9

4.1.1 数据库表 ................................................................................................ 9 4.1.2 E-R模型设计 ....................................................................................... 10 4.1.3数据库的实施、运行和维护 ............................................................... 10 4.2 客户端 .......................................................................................................... 11

4.2.1 会员模块 ............................................................................................ 11 4.2.2 服装信息展示模块 .............................................................................. 14 4.2.3 购物车模块 ........................................................................................ 16 4.2.4 生成订单模块 .................................................................................... 17 4.3 后台管理端 .................................................................................................. 19

4.3.1 服装管理模块 .................................................................................... 19 4.3.2 会员管理模块 ...................................................................................... 23 4.3.3 其它功能模块 ...................................................................................... 24 第五章 功能测试 ........................................................................................................ 28

5.1 测试目标 ...................................................................................................... 28 5.2 测试项目说明 .............................................................................................. 28 5.3 测试评价 ...................................................................................................... 28 第六章 总 结 .......................................................................................................... 29 参考文献 ...................................................................................................................... 30

网上服装销售系统

引言

目前,网络正以一种前所未有的冲击力在影响着人类的活动,包括人类的生产和日常生活互联网已日益成为收集提供信息的最佳渠道并逐步进入传统的流通领域。于是电子商务开始流行起来,越来越多的商家在网上建起在线商店,向消费者展示出一种新颖的购物理念。网上购物系统作为B2B(既企业对企业),B2C(即企业对消费者),C2C(即消费者对消费者)电子商务的前端商务平台,在其商务活动全过程中起着举足轻重的作用。网上购物系统具有强大的交互功能,可使商家和用户方便的传递信息,完成电子贸易或EDI交易。这种全新的交易方式实现了公司间文档与资金的无纸化交换。

21世纪网络信息时代的到来,使得社会都是利用快速高效率的Internet来传播大量信息资源。人们通过IE浏览信息,当然这种方式也是最常用的,这种方式的需求形成了电子商务。它的是指利用简单、快捷、低成本的电子通讯方式,买卖双方不出面也可以进行各种商贸活动。电子商务真正的发展将是建立在Internet技术上。所以许多服装也正是通过IE浏览或其它方式在网络进行服装的宣传、销售。随着信息以N次方的速度不断的增长。所以网上服装店也变的极其重要。

1