{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于ASP.NET技术的智慧农庄设计(SQLserver)

来源:56doc.com  资料编号:5D20772 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20772
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于ASP.NET技术的智慧农庄设计(SQLserver)(任务书,开题报告,开题PPT,外文翻译,论文11000字,程序代码,SQLserver数据库,答辩PPT,答辩记录)
摘   要
农业科技创新要求我们必须利用当下最热门的现代互联网技术发展农产品的网络销售。面对日益激烈的市场竞争,网上销售农产品无疑是更加具有竞争潜力的,这对推动农业发展,提高农民收入具有重大意义,提出农产品网上交易能促进农村经济的发展并使销售农产品企业获得更大的利润,为我国的新农村建设添砖加瓦。
本文讲述的智慧农庄系统采用了asp.net技术,使用C#编程语言,SQL Server 2012作为数据库开发工具,本系统是基于三层架构的asp.net网络系统,它具有开发此智慧农庄系统应具有的基本功能,该智慧农庄购物系统关键部分是购物车模块和订单模块。因为网上购物的对象是顾客,所以必须为顾客创建一个舒适的购物平台,确保用户可以方便的购买产品,并使用户在购买商品后能够方便的查看订单。用户可以注册一个账户,管理自己的个人信息,实现购物等,本课题采用VS2013和Sqlserver2012为开发工具,用asp.net为平台进行三层架构的智慧农庄购物系统的开发。
关键词:农产品  网上销售  三层架构  购物系统
Wisdom farm design based on .NET technology Abstract
Abstract
Innovation of agricultural science and technology requires that we must use the most popular Internet technology to develop online sales of agricultural products. In the face of the increasingly fierce market competition, online marketing of agricultural products is undoubtedly more competitive, which is of great significance for promoting agricultural development and improving the income of farmers. The online agricultural products transactions can promote the development of rural economy, profits of the agricultural products of enterprises and the construction of the new rural in our country.
This paper tells the system of wisdom farm which use the technology of asp.net and C# programming language, and use Server SQL 2012 as a database developing tool. This system is based on the three tier architecture of the asp.net network system. It has the basic function of developing this intelligent farm system. The key part of the smart shopping system is shopping cart module and order module. Because the customer is the object of online shopping, we must create a comfortable shopping platform for customers, which will make sure that the user can purchase the product conveniently and view the order after purchase. Users can register an account and then manage their personal information, achieve shopping, etc. This paper uses VS2013 and Sqlserver2012 as the development tool, and uses asp.net as the platform to develop the three tier architecture of the smart farm shopping system.
Key Words : Farm product  Online sales  Three-tier architecture  Shopping System
本系统分为六大部分,重点介绍该网站的系统设计与实现,分别是
1.    第一章,介绍了电子商务的概念,本课题的研究背景及意义等。
2.    第二章,对智慧农庄的解释以及本系统需求分析。
3.    第三章,介绍了根据客户对系统功能需求,详细设计智慧农庄为实现该需求而需用设计的数据库。
4.    第四章,系统详细设计和结果实现展示。
5.    第五章,系统主要功能模块测试以及对本文的总结以及将来应该注意和着重留意应该实现的功能,比如系统安全性的考虑。
系统功能模块
从2.2节的系统需求分析我们可以明确划分出系统功能模块,我们将该智慧农庄划分为两大部分[15],前台部分和后台管理员部分,前台部分主要实现:用户的注册以及在线登录、非注册用户和注册用户能够查看农产品信息、注册用户能够购物、在线下单、在线结账;后台管理员部分,是智慧农庄的神经大脑部分部分,这里实现的主要的系统功能,包括农产品信息的添加、删除、修改、以及管理员能在线查看农产品信息,能对产品分类进行管理,能对生成订单进行管理、对农庄新闻进行管理、会员管理等等。
 

基于ASP.NET技术的智慧农庄设计(SQLserver)
基于ASP.NET技术的智慧农庄设计(SQLserver)
基于ASP.NET技术的智慧农庄设计(SQLserver)
基于ASP.NET技术的智慧农庄设计(SQLserver)


目录
摘   要    I
ABSTRACT    II
第一章 绪 论    1
1.1课题背景和意义    1
1.2课题意义    2
1.3本文安排    3
1.4本文结构    4
第二章 智慧农庄购物系统需求分析    5
2.1智慧农庄的概念和关键技术    5
2.1.1 智慧农庄的概念    5
2.1.2 开发工具和关键技术    5
2.2智慧农庄需求分析    8
2.2.1 需求分析原则    8
2.2.2 智慧农庄系统需求分析    9
第三章 数据库详细设计与实现    13
3.1 数据库设计    13
3.1.1数据库分析    13
3.1.2 数据库结构的设计    14
3.2 数据库总体设计    15
3.3 数据库表详细设计    16
第四章 系统详细设计与实现    17
4.1 系统功能模块    17
4.1.1各模块功能描述    18
4.1.2前台流程详细设计    19
4.1.3系统管理员后台详细设计流程图    19
4.2 智慧农庄系统架构    20
4.3前端设计    21
4.4 实现数据库访问的方法    23
4.5前台用户模块    24
4.5.1智慧农庄首页展示    24
4.5.2 用户注册    26
4.5.3 用户个人信息维护    28
4.5.4用户购物车及订单管理    29
4.5.5 天气预报    31
4.6 后台管理员模块    31
4.6.1产品管理    32
4.6.2 用户管理    34
4.6.3 订单管理    34
4.6.4 浏览统计分析    36
第五章 测试与总结    38
5.1重要模块测试    38
5.2 总结    39
5.3 展望    40
参考文献    41
附   录1 数据库表详细设计    42
致   谢    45

推荐资料