- 1、本文档共62页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘要
本设计尝试用ASP.NET在网络上架构一个电子书城,以使每一位顾客不用出门在家里就能够通过上网来轻松购书?论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,系统中所用到的开发技术ASP.NET以及ADO.NET的特点?结构框架以及使用方法?接着对书店系统的可行性进行了分析,然后对系统的设计思想?设计目标与系统的整体结构进行了明确的规划?最后对系统的主要页面?数据库?应用程序的设计与实现作了较为详细的讲解。
本电子书城系统是在Visual Studio.Net 平台上运用ASP.NET技术来实现页面?用c# 为主要编程语言。提高了程序的效率。用SQL server2005建立数据库,保证数据的一致性和安全性。整个系统分为用户模块和管理员模块。我设计的是用户模块,其主要功能有用户注册和登录,分类查找,图书浏览,书籍搜索,购买流程等。
关键词:SQL2005,ASP.NET ,ADO.Net
Abstract
This design try to use ASP.NET to architect an e-book city on the network,each customer do not need to go out and can buy book easily on the Internet in the home. The thesis first make an introduction of the conception and technique of object oriented programming The development technique in the system such as the frame and operating method of the ASP.NET and ADO.NET. after that it carried on with the thought of developing the target and the entire structure of the design. At the end is the main page, database of system, design and realization of application program in details.
Microsoft Visual Studio 2005 is used as a major development environment, and C sharp is exploited as the main programming language leading to a high efficiency on the procedures of the implementation .I use ASP.NET to form the page, build database with SQL Server 2005. to ensure data security and consistency. It is consist of user module and administrator module. The main function is: register and logion of on-line user. Searching book by classification .book scanning, book purchasing and so on.. Keyword: SQL2005, ASP.NET, ADO.NET
目录
第1章 引 言 1
1.1 网上书店开发简介 1
1.2 本课题的研究意义 3
1.3 主要研究工作 3
第二章 基础知识介绍 5
2.1 B/S结构技术发展简述 5
2.2. Asp.Net 6
2.3 ADO.NET 7
2.4 面向对象的开发过程 8
2.5开发工具的选择 9
2.6 IIS的配置 9
第3章 需求分析 10
3.1系统的功能要求 10
3.2运行要求 10
3.3系统的数据要求 11
第4章 总体设计 13
4.1总体设计思路 13
4.2功能模块 14
第5章 详细设计 18
5.1 数据库设计 18
5.2用户模块 23
5.3用户注册模块 28
5.4用户登录模块 30
5.5图书搜索页面 32
5.6购物车模块 32
5.7管理员界面 35
第6章 系统测试 37
参考文献 40
致 谢 41
附录 42
附录一 英文原文 42
附录二 中文译文 51
第1章 引 言
随着社会经济和Web技术的发展,人们不
文档评论(0)