网上酒业管理系统的设计与实现(ASP.NET2.0,SQL2005)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

网上酒业管理系统的设计与实现(asp.NET2.0,SQL2005)(含录像)(28000字)
摘要
本论文所介绍的系统以配合酒品单位实现网上电子商务,进行酒品管理与酒品销售等工作。在本论文中,主要阐述了网上酒业管理系统的需求分析、系统总体设计方案、各模块功能及流程实现、系统的评价与维护等,通过本系统主要可以完成:对各类酒品进行分类,可方便地进行查询。记录注册用户的信息,对注册用户给予优惠服务、能够存贮并随时查看用户所选择的酒品,并计算出总价格。并可以生成用户的购物订单。该系统界面灵活,以网页形式出现,简单易于操作,而且采用模块化和面向对象的程序设计,为用户节省大量时间,能达到快捷、迅速、准确的效果。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助asp.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入 Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
    本系统使用ASP.net技术:ASP.NET是把基于通用语言的程序在服务器上运行。不像以前的asp即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。   数据库采用sql server2005数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2000与Internet Information Server的高度安全性,使用户可以实现系统的安全。
关键词  网站,网上酒业管理系统,asp.net,sql server2005
 
Abstract
This paper introduced systems of units to cooperate with the implementation of the electronic commerce, drink with wine of the management of marketing work in this paper elaborates on the internet, major items of demand management systems analysis, the overall system design scheme, the module functionality and the process of implementation and evaluation system to maintain and, through this system can be done mainly : for the goods, you can easily make enquiries. the records of registered users of information for users, privileges to grant, and at any time to view the user to choose the wine, and calculate the price. and can create user interfaces shopping order. the system, with the web page form, and simple to manipulate, and to use modular and object-oriented programming, a user saves a lot of time, able to achieve quick, efficient and accurate effect.
The system uses b s mode : and traditional c s mode b's structure, the handle all functions to the server and users of the request via a browser, either database maintenance and use the more convenient than the traditional mode of economy. and maintenance tasks: manager is responsible for day-to-day management and maintenance of the server hardware, system maintenance personnel in charge of the database to update the data. a mode b's and the traditional mode of study and document sharing exchange ,The platform design provide new solutions. the help of asp. netthe the web application, the user through a browser software connected to the database and complete do, will the web page form of static, dynamic updates data is upgraded to the platform. b "mode, data maintenance convenient to use client software, there is a good network so as to support ip tcp protocol to direct access to internet. at the same time, type b's, and the physical location is no longer
The system uses the asp. netthe technology : asp. netthe is based on common language program to run on the server. don't like the asp procedure immediate explanation, but the application server runs in the first time in compile this effect, of course one of the explanation so much. the database using sql server2005 database : have good security, the technology can ensure that the database security, windows starts in conjunction with intern 2000 and Internet Information Server.
Key words:web; shop; asp.NET; SQL SERVER2005
 

网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)
网上酒业管理系统的设计与实现(ASP.NET,SQL2005)(含录像)

#p#副标题#e#
目录
摘要    1
Abstract    1
第1章 绪论    1
1.1  项目背景    1
1.1.1  网上酒业管理系统的现状    1
1.2 研究的目的和意义    2
第2章  需求分析与技术分析    3
2.1  需求分析    3
2.1.1  基本功能需求    3
2.2  技术分析    3
2.2.1  操作系统和Web服务器技术对比    3
2.2.2  数据库技术对比    6
2.2.3  网页制作软件对比    6
2.2.4  目前主流的动态网页技术比较    10
2.2.5  关于b/s和c/s的区别    10
2.2.6  asp.net简介    13
2.2.7  sql server2005简介    15
第3章  项目的实现与设计    16
3.1  数据库逻辑设计    16
3.1.1  数据流图    16
3.1.2  有关模块的E-R图    17
3.2  E-R图到关系模式的转换    18
第4章  数据库的安全性    18
4.1  SQL Server 2005的安全策略    18
第5章  系统的实现    25
5.1  后台管理系统的实现    25
5.1.1. 连接数据库的包含文件    25
5.1.2  后台管理的控制台    25
5.1.3  新建商品类别    26
5.1.4  添加商品    27
5.1.5  商品详细内容    30
5.1.6  产品入库管理    30
5.1.7  查询库存信息    32
5.1.8  会员管理    34
5.1.9  订单发货    38
5.1.10酒文化介绍    38
5.2 前台系统的实现    39
5.2.1  注册页面    39
5.2.2  用户中心页面    41
5.2.3  查询商品模块    44
5.2.4  显示商品详细情况    46
5.2.5  加入购物车    47
5.2.6  显示购物车中的商品    48
5.2.7  形成订单页面    49
5.2.8  订单查询模块    51
5.2.9  浮动窗口    52
5.2.10 产品搜索页面    53
5.3 IIS Web服务器安装配置    55
5.3.1  IIS的安装    55
5.3.2  IIS配置    55
第6章  系统的调试和优化    56
6.1  调试    56
6.2  问题分析    56
第7章  数据挖掘的应用    56
结束语    57
致谢    59
参考文献    60
附录    60
附录1:数据库结构列表    60
附录2:动态网页设计代码     64