基于ASP.NET鲜花在线销售网站

来源:本站原创 作者:管理员 添加时间:2014-12-11 点击数:9806

一、开发工具:VS2005+SQL2000

二、开发期限:2011年

三、相关介绍:

1、计算机毕业论文介绍
【摘 要】:Internet推动了全球性的信息化革命,为全球范围的信息处理与交流提供了操作平台,internet的产生大大缩短了信息传递的时间。网上商务逐渐走入到千家万户,为了大家更方便的购买鲜花,我们开发了这套在线鲜花销售网站。本系统采用ASP.NET 技术作为创建应用程序的方式,以C#作为编程语言,采用SQL Server 数据库作为后台数据库。它是它是基于Browser/Server结构下形成的数据驱动的Web应用程序。本系统基本遵循了软件工程方法论进行系统分析、总体设计、详细设计和软件测试。实现了鲜花信息发布 管理 用户信息注册登陆 用户在线下单 购物车以及系统论坛等功能。
【关键词】: ASP.NET  C#  SQL Server  购物车
〖资料来源:计算机毕业论文 www.xiaoniu168.com

【Abstract】:Promote global Internet information revolution, the global information processing and communication, the Internet provides the operating platform of information transmission greatly shorten the time. Online business into homes, for everybody to more convenient buy flowers, we developed this online sales site flowers. This system USES ASP.net technology as an application, with a programming language, using c # SQL Server database as the backend database. It is based on the Browser/Server is formed under the structure of data driven Web applications. This system follows the basic system analysis software engineering methodology, overall design, detailed design and software testing. Realizing the information management of flowers register and login user information to users online shopping cart and BBS system under etc. Function.

【Key Words】:ASP.NET  C#  SQL Server  Shopping cart

目  录
前 言 1
(一)课题背景 1
(二)课题的研究意义 1
(三)国内外发展概况 2
二、技术方案 3
(一)NET Framework概述 3
(二)ASP.NET简介 4
(三)C# 简介 5
(四)SQL Server 简介 5
(五)Visual Studio 简介 6
三、需求分析 7
(一)可行性分析 7
(二)系统需要具备的特点 7
(三)功能结构分析 8
(四)业务流程分析 8
(五)数据流程分析 9
(六)系统目标 9
四、系统设计 10
(一)开发环境 10
(二)数据库设计 10
(三)数据库E—R图 12
(四)输入输出设计 12
五、系统实现 15
(一)系统主界面 15
(二)鲜花信息维护 20
(三)订单信息列表 23
(四)用户注册 25
(五)购物车 28
(六)系统论坛 29
六、测试 31
(一)测试的概述 31
1、测试的概念及意义 31
2、测试的特性 31
3、测试的重要性及范围 32
(二)系统测试 32
结论 33
参考文献 34
致  谢 35

2、计算机毕业设计功能介绍

此系统主要可以实现鲜花的在线发布与购买、鲜花的供求信息交流功能,主要有以下几点:
后台:
(1)鲜花信息的轻松维护。
(2)可以在线添加、删除鲜花类别。
(3)方便的订单管理功能。
(4)方便的客户交流平台:论坛。
(5)快捷的查看用户注册信息。
前台:
(1)免费注册信息。
(2)修改用户信息。
(3)可以在线查看鲜花信息,放进购物车。
(4)查看购物车鲜花信息,生成订单。
(5)论坛交流信息。

计算机毕业论文

相关代码:

this.GridView1.DataSource = DataControl.GetDataTable("select * from GWC,Xhxx,Xhlx where GWC.xhbh=XHXX.xhbh and xhxx.lxbh=xhlx.lxbh and Gwc.Kh='" + Session["User".ToString()] + "'"); ;
            this.GridView1.DataBind();
            //从数据库中计算出购物车中此会员的总数量和总金额
            tmpda = DataControl.GetDataTable("select sum(Sl),sum(Je) from GWC where Gwc.Kh='" + Session["User".ToString()] + "'");
            if (tmpda.Rows.Count > 0)
            {
                this.Label1.Text = tmpda.Rows[0][0].ToString();
                this.Label2.Text = tmpda.Rows[0][1].ToString();
            }

<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>

第1页

【联系方式】

【本站信誉】

用心做计算机毕业设计论文网