bs模式下网上商城的设计与开发_独家原创.doc

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

bs模式下网上商城的设计与开发_独家原创,b/s 模式下网上商城的设计与开发9200字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用 摘要 随着网络技术的发展,我们的生活发生了巨大的改变。网络与商业的结合,给我们带了网上购物这个新的事物。发展到今天网上购物已经成为一种时尚潮流,它给我们带来了更方便快捷的购物方式,让你足不...
编号:99-481714大小:1.11M
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

B/S 模式下网上商城的设计与开发

9200字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 随着网络技术的发展,我们的生活发生了巨大的改变。网络与商业的结合,给我们带了网上购物这个新的事物。发展到今天网上购物已经成为一种时尚潮流,它给我们带来了更方便快捷的购物方式,让你足不出户同样可以买到好的商品,它更是这个时代的必要产物。本文以基于B/S结构的网上购物商城为例,验证网上购物网站的必要性,并实现网上购物的设计与实现。
本系统共有六大模块:用户管理、商品管理、购物车、订单管理、公告管理和留言板。在用户管理中有登录、注册和注销三个功能,而且对于网站来说只有用户登录系统后才可以进行购买操作。商品管理模块中主要是商品的分类和查询,以及更新商品数量的变化。购物车和订单管理中呈现的是用户将要购买的商品的信息,如数量,产地,价格等。公告和留言板是用户和管理员交流的一个平台。
整个购物网站页面风格简单明确,易于操作,适合消费者的需求,并且功能结构清晰明了,使交易能够更加快捷方便。本系统使用ASP.NET进行页面设计,数据库使用Microsoft SQL Server。
关键词 B/S结构;网上购物;ASP.NET


Design and Development of Online Store Based on B / S Mode
Abstract With the development of network technology, our life has undergone tremendous changes.We know the word online shopping with Combining network and business.Today, online shopping has grown to become a fashion trend,and It gives us a more convenient way to shop.You can buy a good product at home.It is essential product of this era.In this paper, based on B / S structure of the online shopping ,it shows the necessity of online shopping sites and realization of online shopping.
The system consists of six modules:User Management,Commodity Management,Shopping Cart,Order Management,Notice management and message boards.There are logged in, registration and cancellation of the three functions in the user management.Only users who log in system to the site before they can be purchased operating.Commodity Management module is mainly commodity classification and query,and updated products of change.Shopping cart and order management is presented in a user will want to buy the information of the goods ,such as the number, origin, price, etc.Bulletin and message boards are platform for the exchange of users and administrators.Entire shopping website page style simple and clear, easy to operate, suitable for the needs of consumers.
Functional structure, clarity, and the transaction can be more convenient.
The system is designed using ASP.NET .and use Microsoft SQL Server database
Key words B / S structure; online shopping; ASP.NET


目录
引 言 5
第一章 概 述 6
1.1选题背景 6
1.2主流开发技术 7
第二章 系统分析 8
2.1目标需求 8
2.2可行性分析 9
第三章 系统开发技术 11
3.1 Microsoft Visual C#/Asp.net介绍  11
3.2 Microsoft SQL Server数据库工具介绍 12
第四章 数据库设计 13
4.1系统E-R图 13
4.2数据库表信息 14
第五章 系统设计 19
5.1系统总体结构设计 19
5.2模块设计 19
5.2.1界面顶部设计 20
5.2.2用户登录系统设计 21
5.2.3商品分类设计 23
5.2.4商品查询设计 24
5.2.5购物车设计 27
5.2.6订单设计 29
5.2.7商品信息设计 30
5.2.8用户注册设计 32
5.2.9安全性设计 35
5.2.10网站首页设计 35
结论 37
致谢 38
参考文献 39