网 上 书 店.doc
约69页DOC格式手机打开展开
网 上 书 店,页数 69字数 26455摘要20世纪末,随着计算机科学的发展,数据库技术在internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今web应用的潮流。本文研究了一种基于数据关联规则网上书店系统,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、界面更直观...
内容介绍
此文档由会员 张阳阳 发布
网 上 书 店
页数 69 字数 26455
摘要
20世纪末,随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Web应用的潮流。本文研究了一种基于数据关联规则网上书店系统,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、界面更直观等优点。网上书店在我国刚起步,但发展很快。随着我国互联网的更加普及和网上书店的更趋成熟,会有越来越大的消费群体,市场潜力会得到充分发挥。对网上书店不合时宜的苛求,不仅无助于问题的解决,而且会耽误商机,使自己处于被动地位。临渊慕鱼,不如退而结网。
本文中所做的主要工作如下:
(1)介绍了个性化页面的背景;
(2)分析了ASP.NET技术相对于ASP的优点;
(3)介绍了ADO.NET对数据库的访问及连接方式;
(4)设计实现用户管理、图书目录管理、图书信息录入管理、书店定单管理、图书的浏览和查找、书店购物功能等ASP页面 ;
(5)建立完整的网上书店,进行测试。
关键字 网上书店,ASP.NET,ADO.NET,数据库
SUMMARY
At the end of the 20th century, with the development of computer science, the application in Internet of technology of data base was more and more extensive, have offered more thoughtful and more humanized service to the masses of network users. Individualization has already nowadays become the trend that Web uses gradually. This text has studied one kind because of related rule online bookstore system of the datum, compared with some schemes that have already been adopted on the net now, users use simpler, such advantages as the interface is more ocular in this scheme. Online bookstore start just in our country, but quickly development. One that is with of our country Internet popularization and online bookstore riper, there are bigger and bigger consumption colonies, the market potential will be given full play to. Not merely helpless to the settlement of the problem to online bookstore unseasonable making excessive demands, and will delay the business opportunity, will make oneself in the passive position.
The main groundwork done in the article is as follows:
(1)Have introduced the background of the individualized page;
(2)Have analysed the advantage relative to ASP of ASP.NET technology;
(3)Have introduced the visit of the data base of ADO.NET and the connect way;
(4)Design and realize that users manage, library catalogue management, books information input management, bookstore order form management, books have a look around and find out, bookstore do shopping ASP pages, such as function , etc;
(5)Set up the intact online bookstore, test.
Key words:ONLINE BOOKSTORE ASP.NET ADO.NET DATABASE
目录
第一章 背景……………………………………………………………(1)
第二章 ASP.NET的开发坏境………………………………………(2)
第一节 ASP.NET对ASP的优势……………………………………(3)
第二节 系统开发环境简介 …………………………………………(8)
第三节 ADO.NET简介………………………………………………(16)
第四节 通过ADO.NET访问数据库………………………………(17)
第三章 网上书店的设计……………………………………………(24)
第一节 网上书店售书系统说明………………………………… (24)
第二节 系统功能说明………………………………………………(25)
第三节 主要板块划分………………………………………………(26)
第四节 网上书店前台销售系统页面大体结构…………………(26)
第五节 网上书店后台管理系统结构…………………………(27)
第六节 网上书店的管理………………………………………… (29)
第七节 网上书店的建立及测试………………………………… (36)
第四章 结束语……………………………………………………… (37)
附录………………………………………………………………………(38)
参考文献……………………………………………………………… (55)
参考文献:
[1]《C#编程语言程序设计与开发》,陈钟、刘强、张高等编著,清华大学出版社,2003年9月。
[2]《用实例学ASP.NET》,章立民著,电子工业出版社,2004年1月。
[3]《ASP.NET与C#从入门到精通》,[美]A.Russell Jones编著,陈建春、白雁翻译,电子工业出版社,2003年3月。
[4]《C#实战入门》,灯芯工作室编著,中国水利水电出版社,2002年1`月。
[5]《ASP数据库系统开发实例导航》,宣小平,但正刚,张文毅编著,人民邮电出版社,2003年1月。
页数 69 字数 26455
摘要
20世纪末,随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Web应用的潮流。本文研究了一种基于数据关联规则网上书店系统,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、界面更直观等优点。网上书店在我国刚起步,但发展很快。随着我国互联网的更加普及和网上书店的更趋成熟,会有越来越大的消费群体,市场潜力会得到充分发挥。对网上书店不合时宜的苛求,不仅无助于问题的解决,而且会耽误商机,使自己处于被动地位。临渊慕鱼,不如退而结网。
本文中所做的主要工作如下:
(1)介绍了个性化页面的背景;
(2)分析了ASP.NET技术相对于ASP的优点;
(3)介绍了ADO.NET对数据库的访问及连接方式;
(4)设计实现用户管理、图书目录管理、图书信息录入管理、书店定单管理、图书的浏览和查找、书店购物功能等ASP页面 ;
(5)建立完整的网上书店,进行测试。
关键字 网上书店,ASP.NET,ADO.NET,数据库
SUMMARY
At the end of the 20th century, with the development of computer science, the application in Internet of technology of data base was more and more extensive, have offered more thoughtful and more humanized service to the masses of network users. Individualization has already nowadays become the trend that Web uses gradually. This text has studied one kind because of related rule online bookstore system of the datum, compared with some schemes that have already been adopted on the net now, users use simpler, such advantages as the interface is more ocular in this scheme. Online bookstore start just in our country, but quickly development. One that is with of our country Internet popularization and online bookstore riper, there are bigger and bigger consumption colonies, the market potential will be given full play to. Not merely helpless to the settlement of the problem to online bookstore unseasonable making excessive demands, and will delay the business opportunity, will make oneself in the passive position.
The main groundwork done in the article is as follows:
(1)Have introduced the background of the individualized page;
(2)Have analysed the advantage relative to ASP of ASP.NET technology;
(3)Have introduced the visit of the data base of ADO.NET and the connect way;
(4)Design and realize that users manage, library catalogue management, books information input management, bookstore order form management, books have a look around and find out, bookstore do shopping ASP pages, such as function , etc;
(5)Set up the intact online bookstore, test.
Key words:ONLINE BOOKSTORE ASP.NET ADO.NET DATABASE
目录
第一章 背景……………………………………………………………(1)
第二章 ASP.NET的开发坏境………………………………………(2)
第一节 ASP.NET对ASP的优势……………………………………(3)
第二节 系统开发环境简介 …………………………………………(8)
第三节 ADO.NET简介………………………………………………(16)
第四节 通过ADO.NET访问数据库………………………………(17)
第三章 网上书店的设计……………………………………………(24)
第一节 网上书店售书系统说明………………………………… (24)
第二节 系统功能说明………………………………………………(25)
第三节 主要板块划分………………………………………………(26)
第四节 网上书店前台销售系统页面大体结构…………………(26)
第五节 网上书店后台管理系统结构…………………………(27)
第六节 网上书店的管理………………………………………… (29)
第七节 网上书店的建立及测试………………………………… (36)
第四章 结束语……………………………………………………… (37)
附录………………………………………………………………………(38)
参考文献……………………………………………………………… (55)
参考文献:
[1]《C#编程语言程序设计与开发》,陈钟、刘强、张高等编著,清华大学出版社,2003年9月。
[2]《用实例学ASP.NET》,章立民著,电子工业出版社,2004年1月。
[3]《ASP.NET与C#从入门到精通》,[美]A.Russell Jones编著,陈建春、白雁翻译,电子工业出版社,2003年3月。
[4]《C#实战入门》,灯芯工作室编著,中国水利水电出版社,2002年1`月。
[5]《ASP数据库系统开发实例导航》,宣小平,但正刚,张文毅编著,人民邮电出版社,2003年1月。
TA们正在看...
- qhfs0001-2013海城市福运食品加工有限公司真空包装...doc
- qfsy0001s-2013抚顺市望花区森野山菜加工厂水煮山...doc
- qjpt0002s-2013集品堂食品有限公司即食燕窝.doc
- qlsw0003s-2013大连辽参湾海洋食品有限公司海参粉.doc
- qjln0001s-2013建昌县六股河农业综合开发有限公司...doc
- qgdh0001s-2013盖州市德辉水产品加工厂即食海蜇.doc
- qhxl0001s-2013大连欢禧乐食品有限公司即食海参.doc
- qlck0001s-2013辽宁长白仙子生物科技有限公司野生...doc
- qpfy0004s-2013盘山夫宇食品有限公司粉肠.doc
- qlsw0006s-2013大连辽参湾海洋食品有限公司大枣固...doc