计算机英文文献(共11页).doc
《计算机英文文献(共11页).doc》由会员分享,可在线阅读,更多相关《计算机英文文献(共11页).doc(11页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、精选优质文档-倾情为你奉上ASP introduction From 1996 ASP birth to now past 15 years. In the short of 15 years, ASP there are major changes, until now the . The first edition of asp is 0.9 beta, since 1996, it gives birth ASP1.0 Web development bounded brought good news. Early Web application development is very
2、tedious, that should make a simple dynamic pages need to write a lot of C code to complete this for ordinary programmer is a little too difficult. An ASP but allows the use of this simple scripting language additionally, write the code embedded in HTML pages. In programming use its internal componen
3、ts to achieve some advanced functions such as Cookie). Its the biggest contribution lies in its ADO (ActiveX Data Object), this component makes the program of the database operation is very simple, so the dynamic web design also becomes a easy. Therefore overnight, Web design program is no longer im
4、agined arduous tasks, as many people can do their stuff. In 1998, Microsoft to release the ASP 2.0. It is part of the Pack Windows NT4 Option, as IIS 4.0 of module.in accessories. It with ASP 1.0 are the main difference between its external components can be initialized, so that in the ASP program o
5、f all internal components have independent memory space, and available for the transaction. By 2000, with the Windows 2000 success release, the operating system IIS 5.0 ach incident ASP 3.0 also begins popularity. Compared with ASP 2.0, ASP 3.0 advantage lies in it USES the COM +, hence its effectiv
6、eness is better than its front version, and more stable. In 2001, appeared. In the first development, it is the name of the ASP +, but to with M plan, and to show that match the ASP version is not to ASP3.0 complement, Microsoft will its named . A on the structure and in front of the version is wide
7、ly divergent, it almost entirely based on the components and modular, Web applications developers use this development environment can realize more modular, more powerful application.As web developers, our lives revolve around working with data. We create databases to store the data, code to retriev
8、e and modify it, and web pages to collect and summarize it. This is the first tutorial in a lengthy series that will explore techniques for implementing these common patterns in ASP. Well start with creating a software architecture composed of a Data Access Layer (DAL) using Typed DataSets, a Busine
9、ss Logic Layer (BLL) that enforces custom business rules, and a presentation layer composed of ASP pages that share a common page layout. Once this backend groundwork has been laid, well move into reporting, showing how to display, summarize, collect, and validate data from a web application. These
10、tutorials are geared to be concise and provide step-by-step instructions with plenty of screen shots to walk you through the process visually. Each tutorial is available in C# and Visual Basic versions and includes a download of the complete code used. First,ASP page featuresASP is a server-side scr
11、ipting compile environment, can be used to create and run dynamic Web pages or Web applications. ASP page can contain text, HTML tags, common script commands and COM components, etc. Using ASP page can be added to the interactive content (such as online forms) and can also create using HTML page as
12、the user interface of web applications. Compared with HTML, ASP page has the following features:Using ASP can realize breakthrough static HTML pages of some functions limit to realize a dynamic web technology,The ASP file is contained in the HTML code consisting of files, easy to modify and testing;
13、On the server ASP explain procedures will be executed on the server ASP program, and will result in HTML format teleport to the client browser, so using various browsers can browse ASP produced a web page,ASP provides some built-in object, use these objects can make server-side scripting function st
14、ronger. For instance can extract from the web browser user through HTML form information submitted, and in a script for the information processing, and then to the web browser to send information,ASP server ActiveX components can be used to perform various tasks, such as access database, send Email
15、or access the file system, etc.As the server is the result of ASP program execution in HTML back to the client browser, therefore users wont see ASP written by the original program code, can prevent ASP program code being stolen. and(7) convenient connection ACCESS and SQL database(8) the developmen
16、t needs a lot of experience, otherwise you will set aside loophole, let hackers using for injection attack. ASP are not limited to the WEB site with HTML combining production, but also can be combined with the XHTML and WML language production WAP mobile WEB sites. But its principle is the same.Seco
17、nd, ASP - working principleWhen in Web sites into ASP function, will occur the following things:1, user browser address bar to input the website, the default page extensions is. Asp.2, request to the server browser.3, server engine starts running ASP program.4, according to the ASP file from top to
18、bottom, execute the order began to treat scripting commands, executive HTML page content.5, page information sent to the browser.Third, ASP upgrade platform: Operation features. 1.A is based on the common language program in the server. Unlike previous ASP real-time interpretation process, but a pro
19、gram in the servers first run compile, executive effect, than a a explanation much better, executive efficiency greatly enhanced. A can run in the Web application of software developers almost all of the platform. The common language of basic library, information mechanism, data interface treatment
20、can seamlessly integrate into the Web applications. A is also independent language language - feasibility of, so, you can choose a kind of the most suitable for your language to write your program, or put your program in a number of language to write, now support with c #, , Jscript, managedC+, J#.
21、In the future, such a variety of program language collaborative working ability to protect your present based on COM + development program, can complete transplant to .Codetemplate language 2.A commonly there are two major kinds of developing language, using the and c #, c # relative is more commonl
22、y used, because it is unique language, using the VB programming is used, suitable for VB programmers, if before new , no other development experience with language, suggest direct study c #.Four, ASP meaning and characteristics1. The ASP five core connotationASP (Application Service Provider, applic
23、ation software leasing service provider) that is through the network to provide application software services means of leasing the practitioners, which refers to the operator for the application of software as the main body, through a network to transfer service, this mainly services trade mode can
24、promote the enterprise by leasing the way to more cost-effective manner with software, and can also use because providers centralized management and dramatically reduce enterprise cost of maintenance. Basically, ASP as a software Service, Service network, Information outsourcing Service and network
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 英文 文献 11
限制150内