【运行截图请往下看】编程语言:Android、iOS、C#、Asp/Asp.net、Java、Vb、Php、Jsp、C++等
【专业优势】18年功力源码技术大神,坐阵亲临指导,远程协助包100%成功运行!
摘 要
现代是知识性时代,也是竞争性时代,适者生存。为了加强自己的知识与技术水平,我们就得不断的购书“充电”,来充实自己知识水平。在这种形式之下,购买图书的人越来越多,也越来越广,全国各地都有购买者。这么大的一个市场,只是利用实物店铺是远远不够的,虽只能满足本地读者的需求,但却不能面向远处的读者需求。为了迎合市场的需求,为了开拓市场提高自身在同行中的竞争能力,开发一个网上图书销售系统也是很有必要的。
本网上书店系统,主要实现的功能是:实现用户在线注册功能、登录功能、查询功能、购物车功能、定单等。在后台能实现管理员的登录、管理员对商品的分类发布、商品的管理、用户信息的管理、订单管理、管理员管理等。真正实现从商品的发布到商品的购买一系列的网上销售图书的功能。
本系统基于Internet的互联网网络,以B/S形式实现的。本系统是采用ASP技术,以ACCESS作为数据库,使用Dream wear MX 作开发平台,利用网络来实现网上销售图书的功能性网站。具有最大的优点是,界面优美,可视性强,设计成本投入性小,利润见效快,系统安全性好,系统维护与管理方便快捷,目标明确,可操作性强等特点。
网上图书销售管理系统主要以实现在线销售图书为主。全部的设计这以此为核心来展开。从商品发布,到商品的销售;从用户的注册,到商品的购买等等都是围绕销售而展开的,以达到网上图书销售的方便与快捷。
关键词 网上图书销售;订单;在线注册;购物车
Abstract
The modern age is the knowledge time, also is the competitive time, the survival of the fittest. In order to strengthen own knowledge and the technical level, we on unceasing buy the book "the charge”, enriches oneself state-of-art. Under this kind of form, more and more people purchase books, also is more and more broad, each place all has the buyer. As a big market, only is the use in kind shop is by far insufficient, although only can meet the local reader’s need, but actually cannot face the distant place the reader demand. In order to cater to the market the demand, in order to develop the market to enhance oneself in colleague's competitive ability, develops an on-line books sales system also has the necessity very much.
This on-line bookstore system, the main realization function is: Realization user on-line registration function; Registers the function; Inquiry function; Shopping vehicle function; Order form and so on. Can realize manager's registering in the backstage; Manager to commodity classified issue; Commodity management; User information management; Order form management; Manager management and so on. True realization from commodity issue to commodity purchase a series of on-line sales books function.
This system based on Internet network, by B/S form realization. This system uses the ASP technology, to ACCESS takes the database, uses Dream wear MX to do develop the platform, and realizes the on-line sales books function website using the network. Has the biggest merit is, contact surface exquisite, invisibility strong, design cost investment small, profit effective quick, system security good, system maintenance and management convenience quick, the goal is clear about, but operational is strong and so on the characteristic.
The on-line books sale management system management system mainly realizes the on-line sales books primarily. Complete design this launches take this as the core. Issued from the commodity, to commodity sale; From user's registration, and so on all is revolves to the commodity purchase, achieves the on-line books sale which the sale launches the convenience and quickly.
Key word On-line books sale, Order form, On-line registration, Shopping cart
目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 引言 1
1.2 网上书店系统的设计背景 2
1.3 网上书店系统开发工具简介 2
1.3.1 ASP程序设计语言特点介绍 3
1.3.2 Access数据库及其特点简介 4
1.3.3 Dreamweaver开发工具及其特点介绍 5
第2章 需求分析与总体设计 6
2.1 需求分析的基本任务 6
2.2 网上书店系统需求分析 6
2.2.1 系统业务流程分析 7
2.2.2 数据流程分析 8
2.2.3 数据字典 9
2.3 系统总体设计 13
2.4 网上书店系统的总体结构设计 13
2.5 系统开发工具 15
第3章 系统网络数据库的建立 16
3.1 系统数据源的设置 16
3.2 表、关系模型和数据库的概述 17
3.3 范式与建立表格的规范化 18
3.4 系统数据库的详细建立 19
3.4.1 用户信息数据表(RegUser) 19
3.4.2 管理员信息表(Manage_User) 20
3.4.3 商品大类表(Class_1) 20
3.4.4 商品小类表(Class_2) 21
3.4.5 商品表(Product) 21
3.4.6 购物车表(Shop List) 22
3.4.7 订单表(Order List) 22
第4章 主要功能详细设计 24
4.1 客户端主要功能的实现 24
4.1.1 主页面设计 24
4.1.2 购物车功能的实现 24
4.1.3 会员注册功能的实现 28
4.1.4 商品查询功能的实现 31
4.1.5 订单查询功能的实现 33
4.2 后台管理主要功能实现 34
4.2.1 商品添加功能的实现 34
4.2.2 商品审查功能的实现 42
4.2.3 订单审查功能的实现 45
4.2.4 会员审查功能的实现 48
4.2.5 管理员添加功能的实现 49
4.2.6 管理员审查功能的实现 50
第5章 系统的配置安装与测试 53
5.1 后台服务器和数据库配置 53
5.1.1 后台服务器配置 53
5.1.2 创建ASP应用程序 54
5.1.3 后台数据库的配置 54
5.2 系统的测试 56
5.2.1 软件测试的目标 56
5.2.2 系统的具体测试 56
结 论 58
致 谢 59
参考文献 60

qq空间详情地址: 计算机源码设计大神出品
视频演示:

(1)asp网络书店-1首页

(2)asp网络书店-2用户注册

(3)asp网络书店-3商品详情

(4)asp网络书店-4购物车

(5)asp网络书店-5下单

(6)asp网络书店-6添加商品分类

(7)asp网络书店-7添加商品信息

(8)asp网络书店-8商品管理

(9)asp网络书店-9订单管理

(10)双鱼林学生公寓系统-10专业设置





- asp+access图书管理系统2011-10-19 18:16:45
- ASP1012美食购物网站系统设计2012-06-15 19:51:53
- asp学生信息管理系统2011-10-19 20:38:33
- ASP1011基于web的订单管理系统2012-05-11 12:20:14
- 酒店客房管理系统2011-10-19 08:55:46
- asp+sql企业招聘网站系统2011-10-19 20:37:23
- 大神asp学生公寓系统2011-10-19 09:59:04
- ASP010基于web的服装销售网站系统设计2012-04-16 14:09:55

