C+SQLserver购物网站的设计与实现

本系统主要以微软的Visual Studio 2012作为开发平台与页面设计工具,使用C#语言,数据库的搭建则采用功能微软的SQL Server 2012。


摘  要:在这个快速发展的社会,计算机技术已成了世界重要组成的一部分,网络在多个领域中占据了重要的地位。商品的宣传已经不依赖传统的电视和报纸媒介,网络早已成为企业或者商家展示自己的另一个相关重要的媒介。商家或者企业建立自己专有网站,展示和提供专有特色服务,顾客可以在网上搜索并购买自己感兴趣的商品。互联网技术极大地改变了我们的生活方式和工作模式,为投资者、商家提供了良好的发展机遇。

在本购物网站系统中,分为前台页面和后台管理两个主要功能。在前台登录页面中,允许顾客注册自己的账号,并登录网站浏览各大不同的品牌商品和购物,顾客亦可以添加自己心仪的商品等。后台页面主管一些品牌和商品的增删,新闻的更新,还有优惠信息的发布等。

本系统主要以微软的Visual Studio 2012作为开发平台与页面设计工具,使用C#语言,数据库的搭建则采用功能微软的SQL Server 2012。

关键词:购物系统  数据库  电子商务

Design and Implementation Of Shopping Website

Abstract:In this fast developing society,computer technology has become an important part of the world,at the same time, it comes in people’s life.with the development of the technology,the conception of internet has been won support among the people. The internet in the development strategy occupies an important position in each field, and becomes inseparable in seller. The goods’s drumbeating is not only limited in TV and newspaper or other medium, the internet has already became another important stage where the seller and companies to show themselves.The seller and the companies build website, and then the publicity and service are reflected in all directions in the internet.even more and more people search things for what they need.Our original management mode and idea have been changing influence character by environment, meanwhile, it will bring more benefits for the seller and companies. Therefore, as for the seller, it is important to have a on-line websidt while they want to survival in the E-business.

In our shopping website system, it has two login interfaces which called foreground and background. In the foreground, it allows customer to enroll their own account number, and login site to skim through all kind of brands,goods, and then shop. The customer also can add the goods which is admired in the heat to store up, The background is in the charge of some brands and goods’s regulation, news update, and some information issuance of preferential.

This system works as a stage which is used to empolder and page design by Visual Studio 2012, and programming by C #, and it also works as a data development tools by SQL Server.

Key Words: Shopping Cart  Data Base  Electronic Business

目  录

摘  要 I

ABSTRACT II

目  录 III

1 绪论 1

1.1课题的来源 1

1.2研究目的及意义 1

1.3国内现状 2

1.4国外发展现状 3

1.5系统设计目标与内容安排 4

1.5.1设计目标 4

1.5.2 论文内容章节安排 5

2网站系统需求分析和可行性分析 6

2.1网站的深入调查 6

2.2网站系统需求分析 6

2.3网站系统的可行性分析 7

2.4构建开发环境和开发工具的介绍 8

2.4.1开发环境简介 8

2.4.2 Mircosoft Visual Studio 2012 8

2.4.3 SQL Server 2012简介 9

2.4.4 ASP.NET 10

3系统总体设计 11

3.1网上购物系统的构成 11

3.2网站开发的设计思想 11

3.3系统设计总体规则 11

3.4系统用例表 12

3.4.1 前台用户购物用例 12

3.4.2后台管理员管理用例 13

4网站的详细设计 14

4.1网站功能分析 14

4.2 平台功能模块的设计 15

4.3 系统流程分析 15

4.3.1用户注册流程图 16