网上书店系统(完稿)_毕业论文 下载本文

内容发布更新时间 : 2024/7/4 1:31:01星期一 下面是文章的全部内容请认真阅读。

西南科技大学毕业设计(论文)

摘 要

计算机网络的发展,带来了人类历史上的又一次革命——信息革命,随之诞生的电子商务也迅速崛起,风靡全球。作为电子商务的先锋,网上书店扮演着极其重要的角色。本书店系统采用B/S架构,应用ASP+SQL Server 开发体系,总体分为前台使用与后台管理两个模块:前台主要实现图书的浏览、查询、评论以及用户的注册、登录、注销、下单、在线支付、个人资料管理、预定图书和意见反馈等功能;后台主要实现管理员的登陆注销、图书管理、用户管理、以及网站所有其他信息的管理。设计过程中,借鉴与参考了一些成功的案例,遵循了功能模块化的设计原理,并发现与改正程序调试过程中出现的错误。系统实现后,先进行单元测试,再进行集成测试。经测试:系统均能较好的实现上述功能,且界面美观、操作简单,有较好的实际应用前景;系统的安全性有待提高。 关键字:电子商务;网上书店;B2C

西南科技大学毕业设计(论文)

Abstract

The developing of computer network has brought out information revolution, due to which electronic commerce was emerging and growing rapidly. Now electronic commerce has spread over the world. As the pioneer of electronic commerce, on-line bookstores are playing an important role. The frame of this bookstore information system is B/S. ASP is used to develop the system with SQL Server as the DBMS. The system is divided into two modules: one is front-stage module and the other is backstage module. The first module mainly realizes some basic functions such as books browsing, inquiry, remarking as well as user's registration, logging in, logging out, making an order, on-line payment, individual information management, preordering and opinion feedback. The backstage module mainly enables the manager to logging in and logging out, with ability of management of books, users and other information. During the development, the author takes advantages of some successful cases, and follows the principle of modulation design. After the realization of basic functions, the unit test is carries on firstly, followed with the integrated test. In a word, this system fulfills its tasks, with simple operation and practical application, though the security waits for enhancement.

key words:electronic commerce ;on-line bookstore;B2C

西南科技大学毕业设计(论文)

目 录

第一章 概 论 ----------------------------------------------------------------------------------- 1 §1.1电子商务 --------------------------------------------------------------------------------- 1 §1.1.1电子商务的定义 ------------------------------------------------------------------- 1 §1.1.2电子商务的分类与发展 ---------------------------------------------------------- 1 §1.2网上书店 --------------------------------------------------------------------------------- 2 §1.2.1 网上书店的优势 ------------------------------------------------------------------ 2 §1.2.2 国内网上书店的现状与前景 --------------------------------------------------- 2 §1.3本文所做的工作 ------------------------------------------------------------------------ 3 第二章 系统可行性分析 ---------------------------------------------------------------------- 4 §2.1技术可行性分析 ------------------------------------------------------------------------ 4 §2.2经济可行性分析 ------------------------------------------------------------------------ 5 §2.3社会因素可行性分析 ------------------------------------------------------------------ 5 §2.4 结论 --------------------------------------------------------------------------------------- 6 第三章 需求分析与概要设计 ---------------------------------------------------------------- 7 §3.1需求分析 --------------------------------------------------------------------------------- 7 §3.1.1任务概述 ---------------------------------------------------------------------------- 7 §3.1.2运行环境 ---------------------------------------------------------------------------- 7 §3.1.3需求规定 ---------------------------------------------------------------------------- 7 §3.2概要设计 --------------------------------------------------------------------------------- 8 §3.2.1总体结构设计 ---------------------------------------------------------------------- 8 §3.2.2 E-R图设计 -------------------------------------------------------------------------- 9 §3.2.3数据库设计 ------------------------------------------------------------------------ 12 §3.2.4数据流图设计 --------------------------------------------------------------------- 12 §3.2.5页面设计图 ------------------------------------------------------------------------ 14 第四章 具体功能的实现 --------------------------------------------------------------------- 17 §4.1前期准备工作 -------------------------------------------------------------------------- 17