基于net网上花店的设计与实现—花店网站的后台管理.doc

约41页DOC格式手机打开展开

基于net网上花店的设计与实现—花店网站的后台管理,基于net网上花店的设计与实现—花店网站的后台管理摘 要网上花店系统是将传统的花店经营管理模式结合计算机及网络管理的综合经营管理的模式。将人、机、物的需求,活动和运作进行系统分析、设计并管理,以实现现代高效、科学且安全的电子商务。论文阐述了运用asp.net技术和网络数据库原理,基于b/s模式开发了一个网上花店系统,并...
编号:68-160109大小:2.93M
分类: 论文>计算机论文

内容介绍

此文档由会员 九袋张 发布

基于NET网上花店的设计与实现—花店网站的后台管理

摘    要
网上花店系统是将传统的花店经营管理模式结合计算机及网络管理的综合经营管理的模式。将人、机、物的需求,活动和运作进行系统分析、设计并管理,以实现现代高效、科学且安全的电子商务。
论文阐述了运用ASP.NET技术和网络数据库原理,基于B/S模式开发了一个网上花店系统,并对该系统的需求分析及系统需要实现的设计方法作了介绍。该系统的基本功能主要包括用户购买和管理员管理。用户购买系统包括商品查询,订单查询和商品订购;管理员系统包括管理员登录,商品管理,对用户订单的处理。这个系统被划分成两块:即后台数据库和Web站点。因为此系统是基于结构化设计的,所以它能非常便利地扩展成适合于未来更加复杂的环境。总之,该系统是一个可靠而有用的系统。

【关键词】ASP.NET;电子商务;B/S模式

 

 

 

 

 

 

The Design and Realization of On-Line Florist Based on .NET—Flower Shop Site Background Management
ABSTRACT
Online florist system is the traditional flower shop management model combining computer and network management integrated management model. Human, machine, material needs, activities and the operation of systems analysis, design and management, to achieve a modern and efficient. Science and safe e-commerce.
This thesis mainly explain application ASP.NET technique and the network database principle, according to B/ S mode developped a Online florist system system. It makes introduction one by one from the analysis of systematic demands and designation of the system to the systematic realization . This system’s basic functions mainly include user subsystem and janitor subsystem. The user subsystem include shopping inquirying, order inquirying, shopping ordering, the janitor subsystem include janitor login, shopping managing, dealing with the user order, counting the sales of shopping. The System is divided into database and Web site. Because the system is designed on the base of structure, it can be conveniently extended to adapt the more complicated environment in the future. In a word , it is a reliable and useful system.


[Key words]  ASP.NET; E-Commerce; B/S mode

 

 

 


                      目  录
引 言 1
1 开发环境及数据库概述 2
1.1 ASP.NET技术 2
1.1.1 NET简介 2
1.1.2 ASP.NET技术简介 2
1.1.3 ADO.NET访问数据库的原理 3
1.2 SQL SERVER数据库 3
2 网站的需求分析及功能介绍 4
2.1 电子商务简介 4
2.1.1 电子商务的概念 4
2.1.2 电子商务的特点 4
2.1.3 电子商务的发展现状 4
2.2 可行性分析 5
2.3 系统设计思想 6
2.4 系统结构设计 6
2.4.1 系统功能描述 7
2.4.2 系统设计和架构 7
2.4.3 服务器和ASP运行环境配置 9
2.4.4 ASP.NET的配置文件 10
3 数据库设计 11
3.1 数据库需求分析 11
3.2 网站的后台数据库 11
3.2.1 创建后台数据库 11
3.2.2 创建表 12
4 网站的详细设计 14
4.1 网站流程图 14
4.2 网站后台管理模块设计 14
4.2.1 管理员登录页面 14
4.2.2 添加商品类别页面 16
4.2.3 管理商品类别页面 20
4.2.4 管理商品信息页面 24
4.2.5 添加商品信息页面 25
4.2.6 定单查询页面 25
5 总结 26
致    谢 27
参考文献 28
附 录 29
附录A.外文翻译 -原文部分 29
附录B.外文翻译 -译文部分 32