电子商务.doc
约34页DOC格式手机打开展开
电子商务,本文共34页 9385 字摘要 随着internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,人们已经开始利用互联网这一强大的平台来进行网上购物。本系统是运用asp技术和sql数据库原理,基于b/c模式开发了一个网上购物系统。在本人的系统中,包括两个部分:前台用户模块和后台管理模...
内容介绍
此文档由会员 张阳阳 发布
电子商务
本文共34页 9385 字
摘 要
随着Internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,人们已经开始利用互联网这一强大的平台来进行网上购物。
本系统是运用ASP技术和SQL数据库原理,基于B/C模式开发了一个网上购物系统。在本人的系统中,包括两个部分:前台用户模块和后台管理模块。在前台用户模块中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后根据各人的喜好购买喜欢的商品。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。用户还可以对不满意的订单进行投诉或在网站留言。在后台管理模块中,系统管理员则可以对商品和商品类别进行添加、修改和删除,对网站新闻、用户的投诉和留言、用户的信息进行管理,还可以对用户提交的订单进行处理。
关键词:B/C模式 ASP 电子商务
ABSTRACT
With the continuing popularity of Internet, people don’t only content with glancing at the websites, sending e-mail by Internet technology, People already begin to use the Internet which is a powerful platform for online shopping.
The system uses ASP and SQL database theory, developed an online shopping sys-
tem basing on the B / C model. In my system, there are two parts: the foreground mod-
ule and the background of management module. In the foreground module, customers can easily become a member of the site and then browse and search commodities, view detailed information of commodities, the last according to the preference of everyone,
user can get what he likes. The system automatically generate orders to customers, according to customer filled out the information submitted orders and shipments. Users can also not satisfy with the orders of a complaint or on the web site message. In the Background module, the system administrator can add, modify and delete commodity and commodity categories. The system administrator can manage news of the website, users of complaints and voice mail, user information, and also can processed users’ orders.
Key words: B/C mode ASP electronic commerce
目 录
摘 要 I
ABSTRACT II
第一章 引 言 1
1.1领域介绍 1
1.2本文工作 1
第二章 需求分析 2
2.1开发技术 2
2.2操作可行性 3
2.3运行环境要求 3
第三章 概要设计 4
3.1网站功能概述 4
3.1.1前台用户模块 4
3.1.2 后台管理模块 5
3.2 数据库概要设计 5
3.3网站功能模块图 6
3.4 网站流程图 8
第四章 数据库详细设计 9
第五章 主要功能模块的实现 13
5.1前台用户模块 13
5.1.1 用户注册、登陆页面 13
5.1.2用户浏览、查询商品页面 16
5.1.3购物篮页面 19
5.1.4会员订单查询页面 21
5.2 后台管理模块 22
5.2.1 管理员登陆模块 22
5.2.2 商品类别管理 23
5.2.3 商品管理 25
5.2.4订单管理 27
第六章 总 结 29
参考文献 31
参考文献
[1] 顼宇峰,马军.ASP网络编程从入门到精通[M]. 北京:清华大学出版社,2006.1
[2] 罗运模等.完全掌握SQL Server 2000[M].第1版,人民邮电出版社,2001.6 [3] 郭瑞军.ASP数据库开发实例精粹[M].电子工业出版社 [4] 赵杰、朱涛、朱慧.SQL Server数据库管理、设计与实现教程[M].清华大学出版社。
本文共34页 9385 字
摘 要
随着Internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,人们已经开始利用互联网这一强大的平台来进行网上购物。
本系统是运用ASP技术和SQL数据库原理,基于B/C模式开发了一个网上购物系统。在本人的系统中,包括两个部分:前台用户模块和后台管理模块。在前台用户模块中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后根据各人的喜好购买喜欢的商品。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。用户还可以对不满意的订单进行投诉或在网站留言。在后台管理模块中,系统管理员则可以对商品和商品类别进行添加、修改和删除,对网站新闻、用户的投诉和留言、用户的信息进行管理,还可以对用户提交的订单进行处理。
关键词:B/C模式 ASP 电子商务
ABSTRACT
With the continuing popularity of Internet, people don’t only content with glancing at the websites, sending e-mail by Internet technology, People already begin to use the Internet which is a powerful platform for online shopping.
The system uses ASP and SQL database theory, developed an online shopping sys-
tem basing on the B / C model. In my system, there are two parts: the foreground mod-
ule and the background of management module. In the foreground module, customers can easily become a member of the site and then browse and search commodities, view detailed information of commodities, the last according to the preference of everyone,
user can get what he likes. The system automatically generate orders to customers, according to customer filled out the information submitted orders and shipments. Users can also not satisfy with the orders of a complaint or on the web site message. In the Background module, the system administrator can add, modify and delete commodity and commodity categories. The system administrator can manage news of the website, users of complaints and voice mail, user information, and also can processed users’ orders.
Key words: B/C mode ASP electronic commerce
目 录
摘 要 I
ABSTRACT II
第一章 引 言 1
1.1领域介绍 1
1.2本文工作 1
第二章 需求分析 2
2.1开发技术 2
2.2操作可行性 3
2.3运行环境要求 3
第三章 概要设计 4
3.1网站功能概述 4
3.1.1前台用户模块 4
3.1.2 后台管理模块 5
3.2 数据库概要设计 5
3.3网站功能模块图 6
3.4 网站流程图 8
第四章 数据库详细设计 9
第五章 主要功能模块的实现 13
5.1前台用户模块 13
5.1.1 用户注册、登陆页面 13
5.1.2用户浏览、查询商品页面 16
5.1.3购物篮页面 19
5.1.4会员订单查询页面 21
5.2 后台管理模块 22
5.2.1 管理员登陆模块 22
5.2.2 商品类别管理 23
5.2.3 商品管理 25
5.2.4订单管理 27
第六章 总 结 29
参考文献 31
参考文献
[1] 顼宇峰,马军.ASP网络编程从入门到精通[M]. 北京:清华大学出版社,2006.1
[2] 罗运模等.完全掌握SQL Server 2000[M].第1版,人民邮电出版社,2001.6 [3] 郭瑞军.ASP数据库开发实例精粹[M].电子工业出版社 [4] 赵杰、朱涛、朱慧.SQL Server数据库管理、设计与实现教程[M].清华大学出版社。