网上花店毕业论文 下载本文

内容发布更新时间 : 2024/5/18 20:43:14星期一 下面是文章的全部内容请认真阅读。

目录

摘要........................................................................................................................ I Abstract .................................................................................................................. 3 第一章 绪论 ....................................................................................................... 1

1.1引言.......................................................................................................... 1 1.2选题意义.................................................................................................. 2 1.3项目的发展趋势...................................................................................... 5 1.4本文的组织结构...................................................................................... 5 第二章 项目分析.................................................................................................. 6

2.1系统实现目标.......................................................................................... 6

2.1.1 系统研究........................................................................................ 6 2.1.2 实现意义........................................................................................ 6 2.2 开发环境概述......................................................................................... 6 2.3项目的可行性分析.................................................................................. 7

2.3.1 商业可行性.................................................................................. 7 2.3.2 技术可行性.................................................................................... 8 2.4 运行环境................................................................................................. 8 2.5需求分析.................................................................................................. 8

2.5.1 总体需求分析.............................................................................. 8 2.5.2 主要功能模块分析...................................................................... 9 2.6 系统流程图............................................................................................ 12 第三章 系统设计与实现.................................................................................... 13

3.1数据库的设计与实现............................................................................ 13 3.2 系统功能的设计与实现....................................................................... 16

3.2.1 前台功能设计............................................................................ 16 3.2.2 后台功能设计............................................................................. 19

第四章 项目各个模块的测试.......................................................................... 21

4.1 软件测试的步骤................................................................................... 21 4.2 软件测试的方法................................................................................... 21 4.3 测试总结............................................................................................... 23 第五章 结论...................................................................................................... 25 致谢...................................................................................................................... 26 参考文献.............................................................................. 错误!未定义书签。 附录……………………………………………………………………………..25

1

摘要

随着现代计算机科学的发展,计算机系统越来越受到重视,电子商务的诞生,使人们在家里就可以轻松的方便网上购物。网上花卉销售与管理系统是一个网上购物的新型系统,也是一个典型的系统。它主要包括前台的网页设计应用与开发和后台的数据管理和维护。对于前者要求建立功能完备,使用简单,界面优美等网站的设计特点。对于后者则要求建立数据的一致性和完整性,数据安全性好的数据库和管理功能。

根据上述需求,本网站的设计采用了网站式设计的基本思想和方法,以Microsoft Visual Studio 2008为开发平台,C#语言为开发语言,并采用了ASP.NET程序构架进行设计开发。重在讲解如何运用C#语言进行网上购花系统的设计,包括所用的工具,动态网页的设计和实现。并使ASP.NET程序构架和SQL Server数据库技术结合。对于花卉市场进一步分析后,设计出前后台分别登陆的完整网上花卉销售和管理系统。本网上花店系统在前台实现了用户登陆,查询鲜花,鲜花定制,鲜花推荐,以及新闻浏览等功能。在后台建立了基于前台的所有模块功能和管理功能。

关键字:电子商务 网上花店 ASP.NET SQL Server

2

Abstract

Along with the development of modern computer science, computer system is more and more emphasized and the birth of e-commerce in the home, so that people can easily convenient online shopping. Net sales and management system is a flower online shopping, a new system, is also a typical system. It mainly includes the web design and development and application of background data management and maintenance. The former required function complete, the use of simple, beautiful interface design features of website, etc. For the latter requires establishing data consistency and integrality, data security database and management functions.

According to the requirements of this website design, web design using the basic thoughts and methods, to Microsoft Visual Studio 2008 for development platform for developing language c #, and adopts the asp.net program structure design and development. Explain how to use the c # focuses on online purchase flowers, including the design of the system, the tool, the design and realization of dynamic pages. And make my asp.net application framework and SQL Server database technology. For further analysis, flower market Front and back designed respectively complete online flower sale landed and management system. This flower system in front, realized the user login, flower, flower inquires, and news flowers recommended browse etc. Function. In the background is established based on the function and management functions for all.

Keywords: Electronic commerce Online Florist ASP.net SQL Server

3