欢迎光临!
Rss订阅设为首页请您留言

计算机源码设计

精品源码设计搜索:
您当前位置:网站首页 >> asp设计类 >> 网络书店系统asp版

计算机源码设计项目-网络书店系统asp版

2011-10-19 09:58:05 来源:计算机源码设计网 浏览:59
如果你满意这个设计可以分享到:
以下是本计算机源码设计介绍,若对此项目感兴趣,请联系QQ:2426671765 message

【运行截图请往下看】编程语言: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
 

用asp实现的网络书店系统,包括会员的注册,商品的展示,购物车的实现,商品管理,订单管理,会员管理等!买此系统的源程序由双鱼林提供远程协助,指导你运行调试此系统! 计算机源码设计实例-网络书店系统asp版截图


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

国内香港美国空间

(1)asp网络书店-1首页
计算机源码设计实例-网络书店系统asp版截图

(2)asp网络书店-2用户注册
计算机源码设计实例-网络书店系统asp版截图

(3)asp网络书店-3商品详情
计算机源码设计实例-网络书店系统asp版截图

(4)asp网络书店-4购物车
计算机源码设计实例-网络书店系统asp版截图

(5)asp网络书店-5下单
计算机源码设计实例-网络书店系统asp版截图

(6)asp网络书店-6添加商品分类
计算机源码设计实例-网络书店系统asp版截图

(7)asp网络书店-7添加商品信息
计算机源码设计实例-网络书店系统asp版截图

(8)asp网络书店-8商品管理
计算机源码设计实例-网络书店系统asp版截图

(9)asp网络书店-9订单管理
计算机源码设计实例-网络书店系统asp版截图

(10)双鱼林学生公寓系统-10专业设置
计算机源码设计实例-网络书店系统asp版截图
以上是本计算机源码设计介绍,若对此项目感兴趣,请联系QQ:2426671765 message

大神联系方式

相关计算机源码设计相关计算机源码设计项目
发表评论发表计算机源码设计评论
网名:
评论:
验证:
共有0人对本计算机源码设计发表评论查看所有评论(网友评论仅供表达个人看法,并不表明本站同意其观点或证实其描述)
版权所有:计算机源码设计网 CopyRight  © 2007-2023 All Rights Reserved 赣ICP备17010611号-1   360网站安全检测平台
用心做计算机源码设计