点击上面课题下载设计演示录像(建议用电脑用爱奇艺万能播放器看录像)
摘 要
在信息时代,日益普及的Internet不仅带给人们更多及时的资讯信息,而且也在生活的各个方面带给人们更多的便捷,在一定程度上改变着人类的生活方式,例如在线购物。人们只要通过Internet的连接,在个人电脑上登录各种销售网站,就可以进行商品的在线购买。网上购书销售系统就是一个典型的网上购物系统,它提供了用户注册、用户登录、在线订购、订单管理、购物车等功能,并包含一个会员系统,本网上购书销售系统在功能上已经能满足一个小型购物网站的在线销售需求。
本平台利用现在比较广泛的ASP.Net+Sql Server数据库的架构实现了系统的各个功能模块。此系统分为前台管理和后台管理。前台管理是友好的操作界面,供用户浏览图书信息、查询图书信息使用。前台包括:用户注册、用户登录、在线订购、购物车等功能模块,也可以浏览图书信息,查看购物车内的信息等。后台管理是提供给管理员的,其中包括:图书类别管理、图书管理、会员管理、订单管理等,这样简单方便的操作。可以使管理员从繁琐的手工操作中解脱出来,并提高了办公效率。
本文最后对系统的设计和实现进行了总结,并阐述了将来进一步对该系统进行扩充和完善的一些工作。
关键词:网上购书销售系统, ASP.NET, SQL Server
Design and Implementation of every day online purchasing system
Abstract
In the information age, the growing popularity of the Internet not only to bring more timely news and information, but also in all aspects of life to bring people more convenient, to some extent, changing the way people live, such as online shopping. As long as people through the Internet connection, Login various sales website on a personal computer, you can goods purchased online. Online bookstore sales system is a typical online shopping system, which provides user registration, user login, online ordering, order management, shopping cart and other functions, and includes a membership system, the online bookstore sales system function has been able to meet a small shopping sites online sales needs.
The use of the platform is now more widely ASP.NET + SQL Server database architecture to achieve the various functional modules of the system. This system is divided into front and back office management. The front desk management is friendly user interface for users to browse book information, check book information. The front desk include: user registration, user login, online ordering, cart and other functional modules, you can also browse books View shopping cart. Manage to the administrator, including: Books category management, library management, membership management, order management, simple and convenient operation. Allows the administrator freed from tedious manual operations and improve office efficiency.
Finally, the design and implementation of the system are summarized and elaborated further expand and improve the system, some of the work.
Key words: Online bookstore sales system, ASP.NET, SQL Server
摘 要 I
Abstract II
第1章 绪 论 1
1.1 论文研究主要内容 1
1.1.1系统研究的主要内容 2
图书类别管理、图书管理、会员管理、订单管理等, 2
1.1.2 系统研究思路 2
1.2 国内外现状 2
1.2.1国内网上购物的现状分析 3
1.2.2国外网上购物的现状分析 3
1.2.1设计“网上购书”系统的目地和意义 4
第2章 关键技术介绍与系统可性分析 5
2.1 开发工具介绍 5
2.1.1 ASP.NET介绍 5
2.1.2 Sql Server介绍 6
2.2 系统可行性分析 7
2.2.1 经济可行性分析 7
2.2.2 技术可行性分析 7
2.2.3 运行可行性分析 7
第3章 系统分析 8
3.1用户需求分析 8
3.1.1 业务流程分析 8
3.1.2整个网站的基本业务流程分析 9
3.1.3 数据流程分析 10
3.1.4 数据字典 10
第4章 数据库分析与设计 15
4.1数据库逻辑模型 15
4.1.1 数据库物理模型 17
4.1.2 数据库设计 19
4.2 数据库设计概述 20
第5章 系统实现 21
5.1系统总体模块设计 21
本系统的相信功能介绍如下: 21
5.2前台设计 22
5.1.1前台主页设计 22
5.1.2 图书类别页面设计 23
5.1.3 图书详细页面设计 23
5.1.4 购物车设计 24
5.1.5 会员登录设计 24
5.1.6 详细订单设计 25
5.2后台设计 26
5.2.1 后台管理主界面 26
5.2.2 添加图书界面 27
第6章 系统测试 28
6.1 系统测试 28
第7章 结 论 29
参考文献 30
致 谢 31
登录功能代码 41
购物车功能代码 44