非凡网络书城的设计与实现.zip

ZIP格式版权申诉手机打开展开

非凡网络书城的设计与实现,本压缩包报告的是论文+源代码+答辩ppt,是2013年毕业的同学给的,优秀毕业论文,绝对好用摘 要在这个计算机及网络技术飞速发展的时代,网上购物也逐渐成了人们生活中的一种时尚。然而大多数读者们还是喜欢拿着书本读书的感觉,但是往往为了找到一本需要的书要逛遍许多书店,也许结果也依然是一场空。如果通过网络渠道,读者们定能减少...
编号:60-274143大小:3.39M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 违规15 发布

本压缩包报告的是论文+源代码+答辩ppt,是2013年毕业的同学给的,优秀毕业论文,绝对好用
摘 要

在这个计算机及网络技术飞速发展的时代,网上购物也逐渐成了人们生活中的一种时尚。然而大多数读者们还是喜欢拿着书本读书的感觉,但是往往为了找到一本需要的书要逛遍许多书店,也许结果也依然是一场空。如果通过网络渠道,读者们定能减少许多这样找书的时间,而且也会省事很多。因此为了方便读者们,我们特意设计了此网站项目——非凡网络书城。
本课题是基于B/S模式设计的,在Windows 7的操作系统的Microsoft Visual Studio 2008的环境下使用ASP.NET+HTML编写,数据库使用SQL Server 2005设计,用IIS 7作为网站的服务器,测试浏览器则使用的是Chrome浏览器。
读者只要有网络,能够使用浏览器,就能够进入书城进行购书。在系统中读者可以很方便地注册成为会员,会员和未登录的游客都可以浏览书城里的书本信息,注册登录的用户可以在用户界面修改用户信息和密码等。该系统引入了购物车的功能,登录的会员用户在浏览任意一本书时都可以把该书加入购物车,通过导航进入购物车可以看到购物车中的东西,购买前先选中购物车中要购买的书然后再确认购买即可。会员也能在用户消费记录页面查看自己的购书消费情况。

关键词: 网络书城; 方便; B/S模式; 会员; 购物车


Abstract

In this era of rapid development of computer and network technology, online shopping has gradually become a fashion in people's lives. However, most readers still prefer the feeling of reading a hardcopy of a book. You always need to go to every store to find a book which is just the one you want, but you may have no result. Through the network, the reader will be able to reduce the time looking for books, and it will be much helpful. Therefore, for the convenience of readers, we designed this website project – FeiFan network bookstores.
This project is based on B/S model. The software is developed with ASP.NET & HTML in Microsoft Visual Studio 2008, under the Windows 7 Operate System. Database is designed with SQL Server 2005. IIS 7 is adopted as the Server. We use the Chrome Browser as the testing browser.
If the reader can link the network and use the browser, he will be able to buy the books in the website. In the system, the reader can easily registered as a member. Members and unregistered visitors can browse the books in the website. The members who have logged in can modify the user information and password in the user’s pages. The system adds a function about the shopping cart, the members having logged in can add any book into the cart when he browse the book’s information. You may check the books in the cart by navigating into the cart’s page. You may need to select the books in the shopping cart before you decide to buy them, and then the indent will be confirm to the Server. Members can view consume records in the records’ page.

Key words: Network bookstore; Convenience; B/S model; Member; Shopping Cart

目 录

1 绪论 1
1.1 引言 1
1.2 B/S模式 1
1.2.1 什么是B/S模式 1
1.2.2 B/S模式的优缺点 1
1.2.3 B/S模式与C/S模式的比较 2
1.3 开发用到的语言以及相关工具 2
1.3.1 ASP.NET 2
1.3.2 SQL Server 2005 3
1.4 本论文的研究内容 3
2 系统需求分析 4
2.1 功能需求 4
2.2 性能需求 5
2.2.1 对精度的要求 5
2.2.2 时间特性要求 5
2.2.3 灵活性 5
2.3 功能模块 5
3 系统概要设计 7
3.1 网站工作流程图 7
3.1.1 网络书城购书流程图 7
3.1.2 管理员管理书城 7
3.2 功能模块设计 8
3.2.1 注册登录模块的设计 8
3.2.2 购物车模块与订单模块的设计 8
3.2.3 管理员管理模块的设计 9
3.3 数据库设计 9
3.3.1 E-R模型 9
3.3.2 系统数据库设计 10
3.3.3 创建数据库表关系 12
4 详细设计 14
4.1 数据库查询的封装 14
4.2 用户注册登录模块 16
4.3 购物车模块 16
4.4 订单模块 17
4.5 管理员管理模块 17
5 网站界面设计 19
5.1 界面设计原则 19
5.2 设计效果 19
6 结论 23
参考文献 24
致谢 25