计算机科学与技术英文文献

上传人:无*** 文档编号:109946658 上传时间:2022-06-17 格式:DOC 页数:9 大小:70KB
返回 下载 相关 举报
计算机科学与技术英文文献_第1页
第1页 / 共9页
计算机科学与技术英文文献_第2页
第2页 / 共9页
计算机科学与技术英文文献_第3页
第3页 / 共9页
点击查看更多>>
资源描述
word专业英语期末考试课程论文 班 级: 13级信息管理与信息系统1班学 号: 姓 名: 朱敦达分 数: 2015年12月25日CGI具有扩大性能和克制的问题的能力,是微软公司开发的一种新的方式开发建设规模的应用。这就是所谓的替代high performance互联网服务器应用程式接口(ISAPI)。代替了housing功能编程档案,利用DLLs代替了复杂的编写程序的过程,同其它软件比拟DLLs具有很大的优势,在性能上也有所扩大。Introduction to ASP.NET DevelopmentTo overe the performance and scalability problems that CGI brings, Microsoft developed a new way for developers to build scalable applications. This high performance alternative is called the Internet Server Application Programming Interface(ISAPI). Instead of housing functionality in executable files, ISAPI uses DLLs. Using DLLs instead of executable programs has some definite performance and scalability advantagesISAPI在功能上有所扩展,它可以向用户提出要求,使单一ISAPI扩展执行多种任务。就像CGI的例子一样, ISAPI再使用时必须使用目录执行许可认证, 或利用DLL下载客户端,而不是直接在服务器上使用,ISAPI扩展通常用来处理用户的要求做出回应,这和使用CGI的方式非常类似。The ISAPI extension could also be called with arguments that will allow a single ISAPI extension to perform multiple tasks. Just as in the CGI example, the directory must have execute permissions enabled, or the DLL will be downloaded to the client rather than run on the server. ISAPI extensions are typically used to process client requests and output a response as HTML, which is very similar to the way CGI programs are used.但凡直接与CGI重复的申请必须经过ISAPI的过滤器。但是,ISAPI过滤器没有明确的要求,相反,它们被称为to certain针对IIS的生活事件要求,开展商在任何一种称为ISAPI过滤器的事件发生后,才能提出要求,具体发生事件如下:1当服务器发生客户邀请事件时。2当客户使用真实服务器时。3当服务器从逻辑URL绘制物理URL图形时。4在原始数据由客户发送给服务器时。5在原始数据由客户发送到服务器,但在服务器程序运行之前时。6当信息服务器原数据时。7在协议完毕时。ISAPI filters perform a function that cant be directly duplicated with CGI applications. ISAPI filters are never explicitly called; instead, they are called by IIS in response to certain events in the life of a request. The developer can request that an ISAPI filter be called whenever any of the following events occur:1When the server has preprocessed the client headers2When the server authenticates the client3When the server is mapping a logical URL to a physical URL4Before raw data is sent from the client to the server5After raw data is sent from the client to the server but before the server processes it6When the server logs information7When the session is ending作为过滤器,ISAPI过滤器只通知要求,然后服务器就会尽快处理要求。其中较常见的是给用户提供认证功能。另一个是使用HTML修改文本,然后服务器会自动将其送交给客户端。举个例子,可以用ISAPI过滤器的背景颜色来改变每一个页面的颜色,这是由于ISAPI过滤器几乎是共同的ISAPI扩展,但是由于本文的篇幅有限,所以,我们不能在这本书中进一步介绍它,如果你想了解更多的关于ISAPI扩展方面的知识,你可以看看我的书的服务器应用这一章节的内容,ISAPI几个具体的起点职务,必须由DLL输出,同时利用这些切入点, IIS可以负荷的DLL,功能要求它执行, 在经过必要的参数,接收数据和写回浏览器。ISAPI只需两起实施这些功能点切入点。As with any filter, ISAPI filters should request only the notifications it requires and process them as quickly as possible. One of the more mon uses of ISAPI filters is to provide custom authentication. Another use is to modify the HTML that will be sent to the client. For example, an ISAPI filter could be used to change the background color of each page. Because ISAPI filters arent nearly as mon as ISAPI extensions, I wont cover them any further in this book. If you want to learn more about ISAPI extensions, you can check out my book Inside Server-Based Applications (Microsoft Press, 1999).ISAPI specifies several entry-point functions that must be exported from the DLL. Using these entry points, IIS can load the DLL; call the functions that it implements, passing in parameters as required; and receive the data to write back to the browser. ISAPI requires only two entry-point functions to be implemented these entry points, IIS can load the DLL; call the functions that it implements, passing in parameters as required; and receive the data to write back to the browser. ISAPI requires only two entry-point functions to be implemented一个更好的方法:动态页面。如果你想知道我们为什么要编注一本关于ASP.NET在程序应用的书,那么我们就会告诉你,其实它的答案在于ASP.NET执行的具体细节与其前身, 动态页面(ASP)。在这之前,我们需要了解ISAP与Iadeeper的联系,只有这样才能了解ASP.NET。 A Better Solution: Active Server PagesIf youre wondering why weve dwelt on the alternatives to ASP.NET in a book about programming ASP.NET, the answer lies in the details of the implementation of ASP.NET and its predecessor, Active Server Pages (ASP). Understanding ISAPI is required for adept understanding of ASP and thus ASP.NET.IIS2.0是WindowsNT4.0的一局部,微软推出新技术的最初代号为 Denali 这是在微软的主动期间, 现在,这项技术终于正式命名为动态页面技术,或者叫做ASP。它的前几个版本已出版,其中最重要的版本,包括WindowsNT4.0选择包(IIS4.0和2.0协议)、Windows2000(IIS5.0和3.0协议)。对于这次讨论的目的,首先,我们要把ASP作为一个整体来看待,而不要想它的不同版本。During the beta of IIS 2.0, which became part of Windows NT 4.0, Microsoft introduced a new technology initially codenamed “Denali. This was during Microsofts “Active period and so the technology was eventually named Active Server Pages, or ASP. Several versions of ASP.NET have been released, most notably the versions included with Windows NT 4.0 Option Pack (ASP 2.0 and IIS 4.0) and Windows 2000 (ASP 3.0 and IIS 5.0). For the purposes of this discussion, Ill consider ASP as a whole, without referring to version differencesASP在很短的时间内成为了一个协议,这在很大程度上是因为它把一些非常困难的问题(动态网页内容创造)变得比拟容易。创造CGI应用和ISAPI应用是一件非常困难的事情,但是程序员利用ASP进展编程却变得非常容易,ASP利用VB. NET开发. 几百万个程序开发人员多多少少有点熟悉Visual Basic、Visual Basic应用(VBA)或VBScript。正是有了这些开展, ASP成为进入网络时代的一个根本标志。当然程序开发人员本可以学习新的编程语言,他们都没有ASP.NET出色. 局部原因是它源于VBScript,用ASP去建立网络应用成为可行的方法。ASP.NET became an instant hit, in large part because it made something that was difficult(create dynamic Web content) relatively easy. Creating CGI applications and ISAPI applications wasnt terribly difficult, but using ASP was much simpler By default, ASP uses VBScript. Literally millions of developers are at least somewhat familiar with Visual Basic, Visual Basic for Applications (VBA), or VBScript. For these developers, ASP was the way to enter the Internet age. Certainly the developers could have learned a new programming language, but they didnt have to with ASP. Partly because of its use of VBScript, ASP became a viable way to build Web applications.同样重要的是通过微软启动Objects(ADO) 可以比拟容易获得数据库资料。当程序开发人员需要产生动态内容,动态内容显然是需要来自某处,而使用ADO可以使访问数据库变得容易。Just as important was the relatively easy access to databases allowed through Microsoft ActiveX Data Objects (ADO). When you need to generate dynamic content, that dynamic content obviously needs to e from somewhere, and ADO made it easy to get at that data.最后,也许最重要的是, ASP.NET的开展模式允许程序开发人员只简单的写代码并能运行. 无需进展详细设置步骤,或编译。ASP.NET的程序开发人员需要认真掌握这一开展模式, 即使情形有点不同。Finally, and perhaps most important, the ASP.NET development model allowed developers to essentially write code and run it. There was no need to perform pilation or elaborate installation steps. the ASP.NET architects were careful to capture this same development model, even though whats going on under the covers is quite a bit different.ASP.NET的最新使用方法。ASP.NET 3.0版本和Windows2000几乎是在同一时间发布的,它的发布使人们清楚地看到了与开发未来密切相关的软件。微软推出ASP.NET新版本保存协议和开展模式深受广阔用户的喜爱。同时程序开发人员可以把ASP.NET创造的用户和密码正确的添加得到许可目录, 而且ASP.NET还引进创新思想,使程序开发人员更容易别离其内容和应用。When version 3.0 of ASP.NET was released along with Windows 2000, it became clearer that the future of software development was closely tied to the future of the Web. As part of its .NET initiative, Microsoft has introduced ASP.NET, a new version of ASP that retains the model of development ASP developers have e to know and love: you can create the code and place it in the correct directory with the proper permissions, and it will just work. ASP.NET also introduces innovations that allow easier separation of the development of the core of an application and its presentation.ASP.NET添加了很多很多的特点,并且提高了很多能力; 它实在是一个全新的产品, 虽然新产品的设计与开发经验,使这一协议得到了开展. ASP.NET有一些明显的特点:ASP.NET adds many features to and enhances many of the capabilities in classic ASP.ASP.NET isnt merely an incremental improvement to ASP; its really a pletely new product, albeit a new product designed to allow the same development experience that ASP developers have enjoyed. Here are some of the notable features of ASP.NET:ASP.NET网架构:网是一个框架结构,便于网络设计和传统应用。.NET Framework: The .NET Framework is an architecture that makes it easier to design Web and traditional applications.通用语言runtime: Runtime提供一套服务给所有的ASP.NET。如果你是一个想把ASP scripting和 objects相结合的程序设计员, 你会体会到穿梭多种编程语言的乐趣。mon language runtime: The mon language runtime provides a set of services for all ASP.NET languages. If youre an ASP developer who has had to bine ASP scripting with objects, youll appreciate the beauty of a mon set of types across many languages.汇编语言: ASP.NET提供了更高性能的汇编语言。汇编语言允许开发者验证至少语法是正确的代码,ASP不提供任何这类帮助, 所以语法错误可能不是那么简单被发觉,直到第一次执行代码。piled languages:ASP.NET provides enhanced performance through the use of piled languages. piled languages allow the developer to verify that code is at least syntactically correct. ASP doesnt provide any such facility, so simple syntax errors might not be caught until the first time the code is executed.最新潮的语言Visual Basic:Visual Basic的最新版提供了一个新的, 简洁语法。C#是仿照C+设计出来的新语言,但一些不安全的特点使c+难以被用来建立可靠应用。这两种语言都能直接使用,但其他语言都要借助第三方。到写本文为止, Cobol语言和Eiffel语言应该都能通过VisualStudio.NET实现了。Cool new languages Visual Basic: .NET is a pletely new version of Visual Basic that provides a new, cleaner syntax. C# is a new language designed to look and feel a lot like C+, but without some of the unsafe features that make C+ difficult to use to create reliable applications. These two languages are available out of the box, but other languages will be available from third parties as well. As of this writing, COBOL and Eiffel implementations should be available for Visual Studio .NET as well.VisualStudio.NET:VisualStudio.NET是一个新的开发环境,带来了快速应用开发(RAD)服务器。Visual Studio .NET: Visual Studio .NET is a cool new development environment that brings rapid application development (RAD) to the server.提高局部:网框架使用新型支持组件,可以方便地在运行中的应用中替换。Improved ponents: The .NET Framework supports the use of new types of ponents that can be conveniently replaced in a running application.形式:允许仿照者通过常见HTML部件的事件处理程序一起开展。Web Forms: Web Forms allow Visual Basiclike development, with event handlers for mon HTML widgets.XML网络服务:XML网络服务同意开发者提供服务,以使他们能够获得行业标准协议。XML Web services: XML Web services enable developers to create services and then make them available using industry standard protocols.ADO.NET:是一项新技术,它可以使ASP.NET应用更快捷的获得数据库中的数据和其它形式的数据,如:可扩展标记语言(XML)。ADO.NET: ADO for the .NET Framework is a new version of the technology that allows ASP.NET applications to more conveniently get at data residing in relational databases and in other formats, such as Extensible Markup Language (XML.)结论这个短暂的web开展历史应该向你提供了学习ASP.NET的根底。学习一种编程语言与开发环境很像学习一种人类的语言。虽然书上的语法和词汇有一些帮助,但是,它们仅仅只是对人们了解语言的历史有用。ConclusionThis brief history of Web development should provide you with a foundation as you continue reading about ASP.NET. Learning a programming language or development environment is much like learning a human language. Although books that cover the syntax and vocabulary are helpful, its often just as useful to understand the history of the people who use the language.如果,你是一个ASP.NET的程序开发员,关于.NET的很多书籍将会开阔你的视野,但我希望你能从中学到写什么,如果你个是初学者,了解ASP.NET的历史,也会对你如何使用ASP.NET技术进展编程有很大帮助。If youre an ASP.NET developer, much of this chapter might be a review for you, but I hope that youve added something to your understanding of the history of ASP.NET. If youre new to ASP and ASP.NET, understanding the history of ASP and what came before it will be useful as you begin to explore the exciting new technologies that make up ASP.NET.关于ASP.NET。ASP.NET不仅仅是Active Server Page (ASP)的下一个版本;它还提供了一个统一的Web开发模型,其中包括开发人员生成企业级 Web 应用程序所需的各种服务。ASP.NET的语法在很大程度上与ASP兼容,同时它还提供一种新的编程模型和结构,可生成伸缩性和稳定性更好的应用程序,并提供更好的安全保护。对现有ASP应用程序,可以通过ASP.NET添加一些功能,增强应用程序的能力。ASP.NET Active Server Aside from the burden is not only (ASP) version of the next; It also provides a unified Web development models, including the development of enterprise-class Web applications generated personnel for the various services. ASP.NET grammar largely patible with ASP, it also provides a new programming model and structure, flexibility and stability can produce better applications, and to provide better security protection. Through the existing ASP applications, ASP.NET gradually add functions to enhance ASP applications functions.当创建ASP.NET应用程序时,开发人员可以使用Web窗体或XML Web services,或以他们认为适宜的任何方式进展组合。每个功能都能得到同一结构的支持,使您能够使用身份验证方案,缓存经常使用的数据,或者对应用程序的配置进展自定义,这里只是列出几种可能性而已。When building ASP.NET applications, developers can use Web or XML Web services, or in any manner they deemed appropriate portfolio. Each functional access to the same support structure, so that you can use as a certification program, buffer frequently used data, or configuration of applications for self definition, only listed a few possibilities here.使用Web窗体可以生成功能强大的基于窗体的Web页。生成这些页时,可以使用ASP.NET服务器控件来创建公共UI元素,以与对它们进展编程以用于执行常见的任务。这些控件使您能够用可重复使用的内置或自定义组件生成Web窗体,从而简化页面的代码。有关更多信息,请参见Web窗体页。You can use Web-based generation of powerful the Web page. These generated pages, can be used to build public plaints ASP.NET server UI elements, and programming for the implementation of their mon task. You can use these plaints to the building or from reusable ponents generated Web definition, thus simplifying the code page. For more information, please see Web pages. XML Web services 提供了远程访问服务器功能的途径。使用 XML Web services,企业可以公开数据或业务逻辑的编程接口,而客户端和服务器应用程序如此可以获取和操作这些编程接口。通过使用诸如 HTTP 和XML消息传递之类的标准跨越防火墙移动数据,XML Web services 可在客户端-服务器或服务器-服务器方案下实现数据的交换。XML Web services 不用依靠特定的组件技术或对象调用约定。因此,用任何语言编写、使用任何组件模型并在任何操作系统上运行的程序,都可以访问 XML Web services。XML Web services provide a means of remote access server functions. Use XML Web services, enterprises can open data or business logic programming interface, and client-server applications and can acquire and operate these programming interfaces. Through the use of information such as web and XML standards such as the transmission of data across mobile firewall, XML Web services to customers - in-server or server-server programmed for data exchange. XML Web services without relying on specific ponents or technology transfer targets agreed. Therefore, the use of any language, using any ponent model, operating system and in any operating procedures can visit XML Web services.ASP.NET 与.NET Framework 1.1 版一起安装,作为每个 Windows Server 2003 系列产品的一局部。您只需通过控制面板将它添加为新的程序,或者使用“配置您的服务器向导启用它。此外,可以按照本主题后面介绍的“过程,从网上下载 1.0 版。安装 Visual Studio .NET 时会同时安装 1.0 版。ASP.NET and. Net Framework version 1.1 installed, as each part of the Windows Server 2003 series products. You can add it through the control panels for the new procedures, or use of your server guide opening it. In addition, according to this theme later introduced with Windows XP Professional or Windows 2000 Server puter installed ASP.NET process downloading 1.0. Installed Visual Studio. Net will also install 1.0.文档
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 压缩资料 > 基础医学


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!