网上图书销售网站的建设
摘 要:20世纪末,随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。本文研究了一种基于数据关联规则网上书店系统。网上书店在我国刚起步,但发展很快。本文主要介绍了网上图书销售网站的建设的整个过程,本网站采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将系统各个部分置于不同的模块当中。本网站主要功能有:1)客户界面部分:图书新闻,产品信息,会员中心等2)管理界面部分:商品管理,会员管理,订单管理,新闻管理等。通过本网站可以实现网上图书销售的全过程。
关键词:互联网:在线销售:ASP:
Abstract: At the end of
20th century ,With the development of computer science,
Database technology is widely used in Internet applications. This
makes network users can enjoy more convenient and individual
services. In this work, This
text has been studied one kind because of related rule online
bookstore system of datum. And
online bookstores hasten ripe popularization one that is with of our
country Internets, There are greater and greater consumption
colonies, the market potential will be given full play to. To online
bookstore unseasonable making excessive demands, are not merely
helpless to the settlement of the problem, And will delay the
opportunity for business , will make oneself in the passive
position. It faces deep pool admire fish retreat and marry network.
This article was mainly about the
introduction of the
whole process of the design and development of the system of
books sales on line .The websites adopt the design way of mould.
According to the need of users, the apply of procedure and easily
use of safeguard, putting every part of system into different mould.
The main function of the websites is 1)user interface: news of boos,
information of books, member center etc 2)management interface:
product management, member management, order management, news
management, etc. Through the websites you can realize the whole
process of sales of books on line.
Key words:internet: sales on line:
ASP
目
录
一.序言………………………………………………………………………………4
二.可行性分析………………………………………………………………………4
2.1 技术可行性…………………………………………………………………4
2.2经济可行性…………………………………………………………………4
2.3社会可行性…………………………………………………………………4
三.系统分析…………………………………………………………………………5
3.1页面模块化…………………………………………………………………5
3.2注重网站的安全性…………………………………………………………5
3.3使用数据连接池……………………………………………………………5
3.4人性化设计…………………………………………………………………6
3.5系统的名称、目标.
………………………………………………………6
3.6数据流程图…………………………………………………………………6
3.7数据字典……………………………………………………………………13
四.系统分析…………………………………………………………………………14
4.1系统总统功能………………………………………………………………14
4.2网站管理端模块功能………………………………………………………23
4.3系统主要功能设计…………………………………………………………23
4.4代码设计……………………………………………………………………33
4.5数据库设计…………………………………………………………………34
4.6输入输出设计………………………………………………………………39
五、系统实施…………………………………………………………………………41
5.1程序设计……………………………………………………………………41
5.2人员培训……………………………………………………………………42
5.3系统调试……………………………………………………………………42
5.4系统调试心得………………………………………………………………43
六、系统维护…………………………………………………………………………43
七、系统评价…………………………………………………………………………43
7.1系统特点……………………………………………………………………43
7.2系统存在的问题……………………………………………………………44
八、实施心得…………………………………………………………………………44
九、结束语……………………………………………………………………………45
十、致谢………………………………………………………………………………45
参考文献……………………………………………………………………………45
1、
序
言
网上购物,就是通过互联网检索商品信息,并通过电子订购单发出购物请求,然后填上私人支票帐号或信用卡的号码,厂商通过邮购的方式发货,或是通过快递公司送货上门。网上购物跨越了时空的限制,给商业流通领域带来了非同寻常的变革。网上购物的真正受益者是消费者。网上购物的感觉好极了,你什么都不用烦,敲几个键确认一下,很快就会送货上门,小到一付眼镜,大到一台洗衣机。另外还有两个好处,一是开阔了视野,可以货比三家。逛商店只能一个一个地逛,你即使拿出一天的时间也只能跑自己附近的几个店。而在互联网上情况就大不一样了,你调出一类商品,就可以浏览成百上千个网上商店的商品。二是价格便宜,因为网上商店把商家与消费者直接沟通起来,省去了中间环节,也省去了商场和销售人员的费用。
4、系统设计
4.1系统总功能
主要根据网络的方便性,需求方和供应方能够利用网络展开买卖活动。具体功能如下:
1消费者进入网站,查看自己所需要的信息
2消费者通过注册成为会员,并填写相关信息。
3会员通过“购物车”选购商品,并填写购货信息,生成订单。
4会员可以通过在邮局汇款,也可以进行银行电汇等等。
5商家通过后台,确认消费者付款后,通知销售部门送货上门。
4.1.1网站客户端功能模块