.net网上书店.rar

RAR格式版权申诉手机打开展开

.net网上书店,asp.net网上书店 源程序+论文+答辩ppt+英文文献论文1.6万字,共54页答辩ppt,共14页,制作精美摘 要随着internet技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。internet的发展历程以及目前的应用状况和发...
编号:128-18055大小:7.05M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 xiaowei 发布

ASP.NET网上书店
源程序+论文+答辩PPT+英文文献
论文1.6万字,共54页
答辩PPT,共14页,制作精美

摘 要
随着Internet技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。
本设计尝试用ASP.NET在网络上架构一个网上书店,以使每一位顾客不用出门在家里就能够通过上网来轻松购书。本文从理论和实践两个角度出发,对一个具有数据挖掘功能网上书店进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术ASP.NET以及ADO.NET的特点、结构框架以及使用方法。接着对书店系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
本网上书店系统是在Visual Studio.Net 平台上运用ASP.NET技术来实现的。其主要功能有:用户管理,新书上架,分类查找,图书检索,图书收藏夹,购买流程,销售排行,图书评论,网站管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。
【关键词】面向对象分析与设计,ASP.NET,ADO.NET


Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
This procedure tries to build up a bookshop in the network with ASP.NET, So that every customer needn't go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP; analyzing the feature、structure and using method of developing techniques ASP.NET and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.
This online bookstore system uses ASP.NET technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, website's management, etc.
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system.

[KEYWORD]:OOA,OOD,ASP.NET,ADO.NET



目 录
第1章 选题背景 1
1.1计算机电子商务行业的发展情况 1
1.2网上书店系统的现状 2
1.3网络书店的优势 2
1.4 任务概述 3
1.4.1目标:建立完善的网上书店系统 3
1.4.2《ZYBS网上书店》系统特点 3
第2章 解决方案的选择 5
2.1 系统说明 5
2.1.1.硬.软件环境 5
2.2 开发计划 6
2.3可行性分析 6
2.3.1 风险分析 6
2.3.2 技术可行性 6
2.3.3 操作可行性 7
2.4 设计方案:对涉及工具和技术的相关说明 7
2.4.1 B/S体系结构 7
2.4.2 Dreamweave 8
2.4.3 SQL Server 8
2.4.4 HTML(Hyper Text Markup Language) 9
2.4.5 ASP.Net 9
第3章 需求分析 10
3.1系统分析的任务与步骤 10
3.1.1 系统分析的任务 10
3.1.2 系统分析的步骤 10
3.2网站项目范围 10
3.3 功能需求 11
3.3.1 会员部分 11
3.3.2 管理员部分 12
3.4网站实体分析 14
3.5网站的数据库设计 14
3.5.1 概念设计 14
第4章 总体设计 21
4.1 网站系统功能说明 21
4.1.1总体功能 21
4.1.2非功能性需求 23
4.2 建立功能模型 24
4.2.1识别参与者 24
4.2.2总体用例图 25
4.3 建立数据库模型 25
第5章 详细设计 30
5.1 会员登录 30
5.2 会员注册 32
5.3会员图书浏览 33
5.4购物车 34
5.5收银台 35
5.6管理员管理网站基本信息 36
第6章 编码实现 40
6.1 数据库连接 40
6.2 会员登录 41
6.3 图书高级搜索 42
6.4 购物车 43
6.5图书入库 44
6.6 系统测试 45
6.6.1系统测试的目的 45
6.1.2面向对象系统测试方案 45
第7章 软件布署 46
7.1安装环境要求 46
7.2系统使用说明 46
总结 47
致 谢 48
参考文献 49

参考文献
[1] 吴明辉、胡煜、窦亮,《ASP网络办公及商务应用系统开发实例导航》,中文第1版,北京,人民邮电出版社
[2] 邓文渊、挑战,《互动网站百宝箱》,北京,中国铁道出版社[3] 石志国,《ASP动态网站编程》,北京,清华大学出版社
[4] 蒙新,《ASP编程技术与综合实例演练》,北京,清华大学出版社 [5] 丁贵广,《ASP编程基础与实例》,北京,机械工业出版社
[6] 张海藩,《软件工程导论》,2003年,清华大学出版社
[7] 李存斌、樊建平《ASP高级编程及项目应用开发》,中国水利水电出版社
[8] 魏善沛编著.《Web数据库技术实用教程》.北京. 清华大学出版社