asp动态购物网站毕业设计(论文+源代码).rar
asp动态购物网站毕业设计(论文+源代码),asp动态购物网站毕业设计(论文+源代码)这是本人的毕业设计作品,由asp开发,access数据库,论文格式完整,代码都是经过调试的完整版本,非常适合做毕业设计。论文15页 加空格有1万多字 以下是截图摘要 随着internet技术的快速发展,网上交易变得越来越频繁,作为其形式之一的网上购物系统的研发也越来越多,此论文...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 usactu 发布
ASP动态购物网站毕业设计(论文+源代码)
这是本人的毕业设计作品,由ASP开发,access数据库,论文格式完整,代码都是经过调试的完整版本,非常适合做毕业设计。
论文15页 加空格有1万多字 以下是截图
摘要 随着Internet技术的快速发展,网上交易变得越来越频繁,作为其形式之一的网上购物系统的研发也越来越多,此论文就是研究网上购物系统的开发过程。此次系统设计是使用ASP与HTML语言编写而成,它主要有以下5个模块组成,分别是用户资料管理模块、商品信息模块、用户购物车模块、用户定单模块、用户留言模块。用户注册会员后就可以在系统上选购商品,用户选定一种商品后,商品信息就显示在购物车页面里了。用户选购完商品后,就可以填写定单信息,生成定单,当用户按照定单的金额,汇款到系统提示的指定银行帐号后,就可以回到系统上确认汇款通知卖家,卖家查看用户的定单信息后,去银行核实汇款是否已到,若汇款已到,卖家马上发货。这就是本系统的整个购买流程。
Shopping Online System
Abstract With prompt development of the internet,trades online get more and more frequent,and the research and development of shopping online system as a form of trades online become more and more,this article is used to study the development process of shopping online system.The system is designed by using the language of ASP and HTML,and it mainly consists of five modules,which are user information module,goods information module,user shopping cart module,user order module and user message module.The guest can go shopping on this website after he becomes a customer by registering.After the customer purchases one kind of goods,the information of the goods will display in the shopping cart page.The customer....
目 录
摘 要 1
关键字 1
1 设计构思 1
1.1 选题背景 1
1.2 设计方案 1
2 设计过程 2
2.1 ASP及IIS开发环境介绍 2
2.2 系统构成说明 2
2.3 数据库信息说明 4
2.4 主要程序段功能说明及注释 6
2.4.1用户购物车功能模块 6
1. 模块功能 6
2. 功能实现关键代码及注释 6
2.4.2用户定单功能模块 9
1. 模块功能 9
2. 功能实现关键代码及注释 9
2.4.3用户留言功能模块 9
1. 模块功能 10
2. 功能实现关键代码及注释 10
3 结果分析 10
4 总结 10
4.1 主要收获 10
4.2 不足之处 11
4.3 结论 11
致谢 11
参考文献 11
附录 12
Abstract 14
Key words 14
参考文献
[3] 萨师煊,王珊.数据库系统概论[M]、第3版.北京:高等教育出版社,2000年.P18
[4] 王龙,黄峰.ASP管理信息系统项目开发实践[M].北京:科学出版社,2005年.P3
这是本人的毕业设计作品,由ASP开发,access数据库,论文格式完整,代码都是经过调试的完整版本,非常适合做毕业设计。
论文15页 加空格有1万多字 以下是截图
摘要 随着Internet技术的快速发展,网上交易变得越来越频繁,作为其形式之一的网上购物系统的研发也越来越多,此论文就是研究网上购物系统的开发过程。此次系统设计是使用ASP与HTML语言编写而成,它主要有以下5个模块组成,分别是用户资料管理模块、商品信息模块、用户购物车模块、用户定单模块、用户留言模块。用户注册会员后就可以在系统上选购商品,用户选定一种商品后,商品信息就显示在购物车页面里了。用户选购完商品后,就可以填写定单信息,生成定单,当用户按照定单的金额,汇款到系统提示的指定银行帐号后,就可以回到系统上确认汇款通知卖家,卖家查看用户的定单信息后,去银行核实汇款是否已到,若汇款已到,卖家马上发货。这就是本系统的整个购买流程。
Shopping Online System
Abstract With prompt development of the internet,trades online get more and more frequent,and the research and development of shopping online system as a form of trades online become more and more,this article is used to study the development process of shopping online system.The system is designed by using the language of ASP and HTML,and it mainly consists of five modules,which are user information module,goods information module,user shopping cart module,user order module and user message module.The guest can go shopping on this website after he becomes a customer by registering.After the customer purchases one kind of goods,the information of the goods will display in the shopping cart page.The customer....
目 录
摘 要 1
关键字 1
1 设计构思 1
1.1 选题背景 1
1.2 设计方案 1
2 设计过程 2
2.1 ASP及IIS开发环境介绍 2
2.2 系统构成说明 2
2.3 数据库信息说明 4
2.4 主要程序段功能说明及注释 6
2.4.1用户购物车功能模块 6
1. 模块功能 6
2. 功能实现关键代码及注释 6
2.4.2用户定单功能模块 9
1. 模块功能 9
2. 功能实现关键代码及注释 9
2.4.3用户留言功能模块 9
1. 模块功能 10
2. 功能实现关键代码及注释 10
3 结果分析 10
4 总结 10
4.1 主要收获 10
4.2 不足之处 11
4.3 结论 11
致谢 11
参考文献 11
附录 12
Abstract 14
Key words 14
参考文献
[3] 萨师煊,王珊.数据库系统概论[M]、第3版.北京:高等教育出版社,2000年.P18
[4] 王龙,黄峰.ASP管理信息系统项目开发实践[M].北京:科学出版社,2005年.P3