2023年全國(guó)碩士研究生考試考研英語(yǔ)一試題真題(含答案詳解+作文范文)_第1頁(yè)
已閱讀1頁(yè),還剩10頁(yè)未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、<p><b>  中文3400字</b></p><p>  ASP development of a site by the use of tools</p><p>  1. Dreamweaver</p><p>  Macromedia Dreamweaver is a professional HTML editor fo

2、r visually designing and managing web sites and pages. Whether you enjoy the control of hand-coding HTML or prefer to work in a visual editing environment, Dream weaver makes it easy to get started and provides you with

3、helpful tools to enhance your Web design experience.</p><p>  Dreamweaver includes many coding tools and features: an HTML, CSS, and JavaScript reference, a JavaScript debugger, and code editors (the Code vi

4、ew and Code inspector) that allow you to edit JavaScript, XML technology imports HTML documents without reformatting Macromedia’s Roundtrip HTML technology imports HTML documents without reformatting the code and you can

5、 set Dream weaver to clean up and reformat HTML when you want it to .</p><p>  Dreamweaver’s visual editing features also let you quickly add design and functionality to your pages without writing a line of

6、code. You can view all your site elements or assets and drag them from an easy-to-use panel directly into a document. Streamline your development workflow by creating and editing images in Macromedia Fireworks, then impo

7、rting them directly into Dream weaver, or by adding Flash objects you create directly in Dreamweaver.</p><p>  Dreamweaver is fully customizable. Use Dreamweaver to create your own objects and commands, modi

8、fy keyboard shortcuts, and even write JavaScript code to extend Dreamweaver’s capabilities with new behaviors, property inspectors and site reports.</p><p>  The Dreamweaver work area </p><p>  

9、Let’s start with a brief overview of the Dreamweaver work area.</p><p>  If you haven’t already launch Dreamweaver, double-click the Dream weaver icon to launch it.</p><p>  The Dreamweaver work

10、 area accommodates different styles of working and levels of expertise.</p><p>  When you launch Dreamweaver, the following work area items open:</p><p>  The Document window displays the curren

11、t document as you create and edit it.</p><p>  The Objects panel contains icons you click to insert objects in you document.</p><p>  Dreamweaver provides many floating panels, such as the HTML

12、Styles panel and the code inspector which enable you to work with other Dreamweaver elements.</p><p>  The Launcher bar contains buttons for opening and closing your most frequently used inspectors and panel

13、s.</p><p>  The Property inspector displays properties for the selected object or text, and lets you modify those properties.(Which properties appear in the inspector depend on the object actively selected i

14、n the document.)</p><p>  To open Dreamweaver’s windows, inspectors and panels, use the Window menu. A check mark next to an item in the Window menu indicates that the named item is currently open(though it

15、may be hidden behind other windows). To display an item that isn’t currently open, choose the item name from the menu or use its keyboard shortcut.</p><p>  Working in Dreamweaver</p><p>  Dream

16、weaver can display a document in three ways: in Design view, in Code view, and in a split view that shows both the design and code.(To change the view in which you’re working ,select a view in the Dream weaver toolbar.)B

17、y default, Dreamweaver displays the document window in design view.</p><p>  In addition, you can work with Dreamweaver’s design view in two different ways in layout view and standard view.( You select these

18、 views in the view category of the objects panel.) In layout view you can design a page layout. Insert graphics, text, and other media; in standard view, in addition to inserting graphics text and media, you can also ins

19、ert layers, create frame documents, create tables, and apply other changes to your page-options that aren’t available in layout view.</p><p>  2.Database</p><p>  You know that a database is a c

20、ollection of logically related data elements that maybe structured in various ways to meet the multiple processing and retrieval needs of organizations and individuals. There’s nothing new about databases-early ones were

21、 chiseled in stone, penned on scrolls, and written on index cards. But now databases are commonly recorded on magnetically media, and computer programs are required to perform the necessary storage and retrieval operatio

22、ns.</p><p>  You’ll see in the following pages that complex data relationships and linkages maybe found in all but the simplest databases. The system software package that handles the difficult tasks associa

23、ted with creating, accessing, and maintaining database records is called a database management system(DBMS).The programs in a DBMS package establish an interface between the database itself and the users of the database.

24、(These users may be applications programmers, managers and others with information nee</p><p>  A DBMS can organize, process, and present selected data elements from the database. This capability enables dec

25、ision makers to search, probe, and query database contents in order to extract answers to nonrecurring and unplanned questions that aren’t available in regular reports.</p><p>  These questions might initial

26、ly be vague and/or poorly defined, but people can “browse” through the database until they needed information. In short, the DBMS will “manage” the stored data items and assemble the needed items from the common database

27、 in response to the queries of those who aren’t programmers. Ina file-oriented system, users needing special information may communicate their needs to programmer, who, when time permits, will write one or more prepare t

28、he information.The availability</p><p>  3. SQL AND SQL SERVER</p><p>  IBM invented a computer language back in the 1970s designed specifically for database queries called SEQUEL; those letters

29、 stand for Structured English QUERY for queries, but can also build databases and manage the database engine’s security. Because of this heritage you can pronounce it “sequel” or spell it out “S-Q-L.” There are various v

30、ersions of SQL used in today’s database engines. Microsoft SQL Server uses a version called Transact-SQL, or T-SQL, which stands for Transaction SQL.</p><p>  ⑴ What Is SQL Server?</p><p>  SQL

31、Server is a client/server relational database management system (RDBMS)that use Transact-SQL to send requests between a client an SQL Server.</p><p> ?、?Client/Server Architecture</p><p>  The t

32、erms client, server, and client/server can be used to refer to very general concepts or to specific items of hardware or software. At the most general level, a client is any component of a system that requests services o

33、r resources from other components of a system. A server is any component of a system that provides services or resources to other components of a system.</p><p>  For example, when you print a document from

34、your workstation on a network, the workstation is the client and the machine that does the print spooling is the server. </p><p>  Any client/server data-base system consists of the following components:<

35、/p><p>  The server—A collection of data items and supporting objects organized and presented to facilitate services, such as searching ,sorting , recombining ,retrieving, updating ,and analyzing data.. The dat

36、abase consists of the physical storage of data and the data base services. All data access occurs through the server; the physical data is never accessed directly by the client.</p><p>  The client—A softwar

37、e program that might be used interactively by a person or that could be an automated process. This includes all software that interacts with the server, either requesting data from or sending data to the database.</p&

38、gt;<p>  The communication between the client and the server---- The communication between the client and the server depends largely on how the client and server are implemented. Both physical and logical layers o

39、f communication can be identified.</p><p>  When you communicate with someone using the telephone, the telephone system is the physical layer and a spoken natural language is the logical layer of communicati

40、on. For a data-based system, the physical layer can be a network if the server and the client are on different computers. It can be intercrosses communication if the server and the client are on the same computer. The lo

41、gical communication structure of the physical layer may be low-level operating system calls, a proprietary data acces</p><p><b>  4. IIS</b></p><p>  Internet Information Server is t

42、he acronym (IIS) is a World Wide Web server. Gopher server and FTP server all inclusive inside. IIS means that you can publish web pages, and there are ASP (Active Server Pages), JAVA, VBscript generated pages, with some

43、 extensions. IIS support some interesting things, like the editorial environment interface (FRONTPAGE), a full-text search function (INDEX SERVER), a multimedia capabilities (NET SHOW)</p><p>  Secondly, IIS

44、 is with Windows NT Server 4.0 to provide the documents and application server, Windows NT Server is built on the basic Internet server components. Windows NT Server and its fully integrated, allowing the use of Windows

45、NT Server built-in security, and the NTFS file system build a powerful and flexible Internet / Intranet site.</p><p>  IIS (Internet Information Server, Internet Information Services) is a Web (Web) services

46、 components, including Web server, FTP server, NNTP server and the SMTP server, were used for web browsing, file transfer, mail and news services and so on It makes the network (including the Internet and LAN) on the rel

47、ease of information has become a very easy matter. </p><p>  IIS is the abbreviation for Internet Information Server, Microsoft is pushing the main server, the latest version is included Windows2000 inside t

48、he IIS 5, IIS and WindowNT Server fully integrated together, so users can use Windows NT Server and NTFS (NT File System , NT file system) built-in security features, building a strong, flexible and secure Internet and I

49、ntranet sites. </p><p>  IIS support HTTP (Hypertext Transfer Protocol, Hypertext Transfer Protocol), FTP (File Transfer Protocol, file transfer protocol) and SMTP protocol, through the use of CGI and ISAPI,

50、 IIS can be a high degree of expansion.</p><p>  IIS support has nothing to do with the language of the script preparation and components, through the IIS, developers can develop a new generation of dynamic,

51、 full of charm of the Web site. IIS does not require developers to learn new scripting language or compiler applications, IIS full support for VBScript, JScript software development and Java, it also supports the CGI and

52、 WinCGI, and the expansion and ISAPI filter.</p><p>  IIS is designed to establish a set of integrated server services to support HTTP, FTP and SMTP, it can provide quick and integration of existing products

53、, while expansion of the Internet server.</p><p>  IIS highly relevant, while the consumption of system resources is at least, IIS installation, configuration and management are very simple, it is because II

54、S and Windows NT Server network operating system closely integrated with the other, IIS also use the Windows NT Server the same as the SAM (Security Accounts Manager, Security Account Manager), the administrators, IIS, s

55、uch as the use of Performance Monitor and SNMP (Simple Nerwork Management Protocol, SNMP) such as the NT has management tool</p><p>  IIS support for ISAPI, ISAPI to expand the use of server functions, and t

56、he use of ISAPI filter can be pre-treatment and post-processing stored in the IIS on the data. For 32-bit Windows applications can be extended to the Internet FTP, SMTP and HTTP-placed and easy to use task focus of the i

57、nterface, the interface will be the use of Internet applications greatly simplified, IIS also supports MIME (Multipurpose Internet Mail Extensions, More for Internet Mail Extensions), it can access the Inter</p>&

58、lt;p>  IIS is an important characteristic to support ASP. IIS 3.0 version after the introduction of the ASP, can easily display dynamic content and the development of Web-based applications. For such as VBScript, JScr

59、ipt development of software, or from Visual Basic, Java, Visual C + + development system, and the existing WinCGI CGI scripts and applications developed, IIS provide strong local support.</p><p>  開(kāi)發(fā)一個(gè)ASP網(wǎng)站所

60、運(yùn)用的工具</p><p>  1. Dreamweaver</p><p>  Macromedia Dreamweaver 是為視覺(jué)上設(shè)計(jì)并且管理網(wǎng)絡(luò)站點(diǎn)和網(wǎng)頁(yè)的一個(gè)專業(yè)的HTML編輯器。</p><p>  不論你是比較喜歡手寫代碼還是在可視化編輯的環(huán)境下工作,Dreamweaver 都向你提供有用的工具讓你快速起手或提高你的網(wǎng)絡(luò)設(shè)計(jì)經(jīng)驗(yàn)。</p>

61、<p>  Dreamweaver 包括許多編碼工具和特征:HTML CSS 和JAVASCRIPT 參考,一個(gè)JAVASCRIPT 調(diào)試器,和代碼編輯器(代碼看法和代碼查看器)容許你在Dreamweaver中編輯JAVASCRIPT ,XML 以及其他文本文件。Macromedia 的雙程的HTML 技術(shù)可以導(dǎo)入HTML而不會(huì)重新格式化。 而且你如果愿意也可以設(shè)置Dreamweaver清理代碼或重新格式化HTML。<

62、;/p><p>  Dreamweaver 的可視化編輯的土正也讓你快速把設(shè)計(jì)和功能加到你的頁(yè)面,而不用寫一行代碼。你能查看所有的你的站點(diǎn)的元素或資源。并且直接從一個(gè)容易使用的面版拖拽他們進(jìn)一個(gè)文件。通過(guò)在Macromedia Fireworks 中創(chuàng)建并編輯圖象來(lái)優(yōu)化你的開(kāi)發(fā)工作流程,然后直接將他們導(dǎo)入Dreamweaver, 或假如直接在Dreamweaver創(chuàng)造的Flash對(duì)象。</p><

63、p>  Dreamweaver是可完全自定義的。使用Dreamweaver 來(lái)創(chuàng)建你自己的對(duì)象和命令,修改快捷鍵,甚至寫入JAVASCRIPT來(lái)擴(kuò)展Dreamweaver在新的行為、屬性面板以及站點(diǎn)報(bào)告上的能力。</p><p>  Dreamweaver工作區(qū)域</p><p>  讓我門從Dreamweaver工作區(qū)域的簡(jiǎn)短的概述開(kāi)始。</p><p> 

64、 如果你已經(jīng)沒(méi)安裝Dreamweaver,雙擊Dreamweaver圖標(biāo)安裝它。</p><p>  Dreamweaver工作區(qū)域不同工作的方式和用戶的水平有不同的界面。當(dāng)你安裝Dreamweaver時(shí),下列工作區(qū)域打開(kāi):</p><p>  當(dāng)你創(chuàng)造并且編輯頁(yè)面時(shí),文件窗口顯示當(dāng)前的文件</p><p>  對(duì)象面板包含一些圖標(biāo)。你可以點(diǎn)擊插入對(duì)象到你的文件。&

65、lt;/p><p>  Dreamweaver提供許多浮動(dòng)的面板,例如HTML式樣面板和代碼檢查器,它使你能夠使用另外的Dreamweaver元素。</p><p>  Launcher 轉(zhuǎn)載器工具條包含打開(kāi)關(guān)閉你的最經(jīng)常使用的檢查器和面板。</p><p>  屬性檢查器所選擇的物體或文章的性質(zhì),并且讓你修改那些屬性(哪個(gè)屬性在檢查器出現(xiàn)取決于在文件中選擇哪個(gè)對(duì)象)。

66、</p><p>  打開(kāi)Dreamweaver的窗口,檢查器和面板,使用窗口菜單??恐诓藛物@示項(xiàng)目有一個(gè)勾,表示該項(xiàng)窗口項(xiàng)目在當(dāng)前打開(kāi)(盡管它可以被隱蔽在另外的窗戶后面)。要打開(kāi)一個(gè)窗口項(xiàng)目,從菜單選擇項(xiàng)目名字或使用它的鍵盤快捷。</p><p>  使用Dreamweaver</p><p>  Dreamweaver能在3個(gè)方法顯示一個(gè)文件:在設(shè)計(jì)視圖,在代

67、碼視圖,實(shí)際與代碼結(jié)合視圖,(改變你在其正在工作的視圖,在Dreamweaver工作跳選擇視圖)Dreamweaver缺省是在設(shè)計(jì)視圖顯示文件窗口。</p><p>  另外,你呢功能使用設(shè)計(jì)試圖的兩種方法:在標(biāo)準(zhǔn)視圖與布局視圖。(你在對(duì)象面板最下面的視圖分類選擇這些視圖)在布局視圖你能設(shè)計(jì)頁(yè)面布局,插入圖形,正文和另外的煤體。在標(biāo)準(zhǔn)的視圖,除了插入圖形正文煤體,你能也插入層,創(chuàng)建楨文件,創(chuàng)建表格,并且做其他在布

68、局視圖無(wú)法做到的改變。</p><p><b>  2.數(shù)據(jù)庫(kù)</b></p><p>  眾所周知,數(shù)據(jù)庫(kù)是邏輯上相關(guān)的數(shù)據(jù)元的匯集。這些數(shù)據(jù)元可以按不同的結(jié)構(gòu)組織起來(lái),以滿足單位和個(gè)人的多種處理和探索的需要。數(shù)據(jù)庫(kù)本身不是什么新鮮事—早期的數(shù)據(jù)庫(kù)鑿在石頭上,記在名冊(cè)上,以及寫在索引卡中。而現(xiàn)在,數(shù)據(jù)庫(kù)普遍記錄在可磁化的介質(zhì)上,并且需要用計(jì)算機(jī)程序來(lái)執(zhí)行必需的存儲(chǔ)和

69、索引操作。</p><p>  如下所述,所有數(shù)據(jù)庫(kù)(最簡(jiǎn)單的除外)中都有復(fù)雜的數(shù)據(jù)關(guān)系及其鏈接。處理與創(chuàng)建、訪問(wèn)以及維護(hù)數(shù)據(jù)庫(kù)記錄有關(guān)的任務(wù)的系統(tǒng)軟件包叫做數(shù)據(jù)庫(kù)管理系統(tǒng)(DBM)。DBMS軟件包中的程序在數(shù)據(jù)庫(kù)與其用戶間建立接口。(這些用戶可以是應(yīng)用程序員、管理員、及其他需要信息餓人員和各種操作系統(tǒng)程序)。</p><p>  DBMS可組織、處理和表示從數(shù)據(jù)庫(kù)中選出的數(shù)據(jù)元。該功能使

70、決策者能搜索、探查和查詢數(shù)據(jù)庫(kù)的內(nèi)容, 對(duì)在正規(guī)報(bào)告中沒(méi)有的、不在出現(xiàn)的且無(wú)法預(yù)料的問(wèn)題做出回答。這些問(wèn)題最初可能是模糊的并且(或者)是定義不恰當(dāng)?shù)?,但是人們可以瀏覽數(shù)據(jù)庫(kù)直到獲得所需的信息。簡(jiǎn)言之,DBMS將“管理”存儲(chǔ)的數(shù)據(jù)項(xiàng),并從公共的數(shù)據(jù)庫(kù)中匯集所需的數(shù)據(jù)項(xiàng)以回答非程序員的詢問(wèn)。在面向文件的系統(tǒng)中,需要特定信息的擁護(hù)應(yīng)將他們的要求傳送給程序員。該程序員在時(shí)間容許時(shí),將編寫一個(gè)或多哥程序以提取數(shù)據(jù)和準(zhǔn)備信息。然而,DBMS的可用性

71、為擁護(hù)提供了一個(gè)更快的替代通信通道。</p><p>  3.SQL和SQL服務(wù)器</p><p>  IBM在20世紀(jì)70年代,設(shè)計(jì)了一種專門處理數(shù)據(jù)庫(kù)查詢的計(jì)算機(jī)語(yǔ)言SEQUEL,這幾個(gè)字母是結(jié)構(gòu)化英語(yǔ)查詢語(yǔ)言的縮寫。隨著時(shí)間的推移,它增加了許多功能,就不僅是一個(gè)查詢語(yǔ)言了,還可以創(chuàng)建數(shù)據(jù)庫(kù),管理數(shù)據(jù)古引擎的安全。IBM把他公開(kāi)發(fā)行,于是就變成了現(xiàn)在為大家所知的SQL。由于歷史的原因S

72、QL和讀成sequel,也可以逐字段拼成S-Q-L。在現(xiàn)在的數(shù)據(jù)庫(kù)引擎里,已經(jīng)有了好多種SQL版本。微軟SQL server 使用的是T-SQL,它代表的是事務(wù)SQL。</p><p>  ⑴ 什么是SQL Server</p><p>  SQL Server是一個(gè)客戶機(jī)/服務(wù)器關(guān)系型數(shù)據(jù)庫(kù)管理系統(tǒng)(RDBMS),它使用事務(wù)SQL在客戶機(jī)和SQL服務(wù)器之間傳送請(qǐng)求。</p>

73、<p> ?、?客戶機(jī)-服務(wù)器體系結(jié)構(gòu)</p><p>  術(shù)語(yǔ)客戶機(jī)、服務(wù)器和客戶機(jī)-服務(wù)器可以是非常廣泛的概念或指硬件、軟件、。按最一般的概念,客戶機(jī)是從系統(tǒng)其他部件請(qǐng)求服務(wù)或資源的系統(tǒng)的任何部件;服務(wù)器是向系統(tǒng)其他部件提供服務(wù)或資源的任何部件。</p><p>  例如,當(dāng)用戶從網(wǎng)絡(luò)上的工作站打印一個(gè)文件時(shí),工作站是客戶機(jī),用做假脫機(jī)打印的機(jī)器是服務(wù)器。任何基于數(shù)據(jù)的客戶

74、機(jī)、務(wù)器系統(tǒng)都是由下列部件組成。</p><p>  服務(wù)器—數(shù)據(jù)項(xiàng)和支持對(duì)象的匯集,其中這些對(duì)象是有組織的,并隨時(shí)準(zhǔn)備提交,以便為數(shù)據(jù)的搜索、分類、重組、檢索、更新和分析之類的服務(wù)提供便利。數(shù)據(jù)庫(kù)由數(shù)據(jù)的物理存儲(chǔ)器和數(shù)據(jù)庫(kù)服務(wù)組成。所有的數(shù)據(jù)訪問(wèn)都通過(guò)服務(wù)器進(jìn)行,客戶一概不呢功能直接訪問(wèn)物理數(shù)據(jù)。</p><p>  客戶機(jī)---一個(gè)軟件程序,該程序應(yīng)該由個(gè)人交互使用或可能是一個(gè)自動(dòng)進(jìn)程

75、。其中包括從數(shù)據(jù)庫(kù)請(qǐng)求數(shù)據(jù),或向數(shù)據(jù)庫(kù)送數(shù)的與服務(wù)器交互作用的所有軟件,例如管理實(shí)用程序(這些是SQL服務(wù)器產(chǎn)品的一部分并且是單獨(dú)購(gòu)買的)、特別查詢和報(bào)告軟件、可戶應(yīng)用程序、現(xiàn)貨應(yīng)用程序和基于WEB服務(wù)器的應(yīng)用程序。</p><p>  客戶機(jī)和服務(wù)器之間的通信—客戶機(jī)和服務(wù)器之間的通信很大程度上取決于客戶和服務(wù)器是如何實(shí)現(xiàn)的。通信的物理層和邏輯層可以被辨認(rèn)。</p><p>  當(dāng)你用電

76、話與某人通信時(shí),電話系統(tǒng)是物理層,所獎(jiǎng)的自然語(yǔ)言是通信的邏輯層。對(duì)于基于數(shù)據(jù)的系統(tǒng),如果服務(wù)器和客戶在不同的計(jì)算機(jī)上,則物理層可以是網(wǎng)絡(luò)。如果服務(wù)器和客戶在同一臺(tái)計(jì)算機(jī)上,則通信可在進(jìn)程之間進(jìn)行。物理層邏輯通信結(jié)構(gòu)可以是低層操作系統(tǒng)調(diào)用,一種專用數(shù)據(jù)訪問(wèn)語(yǔ)言或開(kāi)放的結(jié)構(gòu)話查詢語(yǔ)言(SQL)。</p><p><b>  4. IIS</b></p><p>  Int

77、ernet Information Server的縮寫為(IIS)是一個(gè)World Wide Web server。Gopher server和FTP server全部包容在里面。 IIS意味著你能發(fā)布網(wǎng)頁(yè),并且有ASP(Active Server Pages)、JAVA、VBscript產(chǎn)生頁(yè)面,有著一些擴(kuò)展功能。IIS支持一些有趣的東西,象有編輯環(huán)境的界面(FRONTPAGE)、有全文檢索功能的(INDEX SERVER)、有多媒體

78、功能的(NET SHOW) </p><p>  其次,IIS是隨Windows NT Server 4.0一起提供的文件和應(yīng)用程序服務(wù)器,是在Windows NT Server上建立Internet服務(wù)器的基本組件。它與Windows NT Server完全集成,允許使用Windows NT Server內(nèi)置的安全性以及NTFS文件系統(tǒng)建立強(qiáng)大靈活的Internet/Intranet站點(diǎn)。</p>

79、<p>  IIS(Internet Information Server,互聯(lián)網(wǎng)信息服務(wù))是一種Web(網(wǎng)頁(yè))服務(wù)組件,其中包括Web服務(wù)器、FTP服務(wù)器、NNTP服務(wù)器和SMTP服務(wù)器,分別用于網(wǎng)頁(yè)瀏覽、文件傳輸、新聞服務(wù)和郵件發(fā)送等方面,它使得在網(wǎng)絡(luò)(包括互聯(lián)網(wǎng)和局域網(wǎng))上發(fā)布信息成了一件很容易的事。</p><p>  IIS是Internet Information Server的縮寫,它是

80、微軟公司主推的服務(wù)器,最新的版本是Windows2000里面包含的IIS 5,IIS與WindowNT Server完全集成在一起,因而用戶能夠利用Windows NT Server和NTFS(NT File System,NT的文件系統(tǒng))內(nèi)置的安全特性,建立強(qiáng)大,靈活而安全的Internet和Intranet站點(diǎn)。IIS支持HTTP(Hypertext Transfer Protocol,超文本傳輸協(xié)議),F(xiàn)TP(File Trans

81、fer Protocol,文件傳輸協(xié)議)以及SMTP協(xié)議,通過(guò)使用CGI和ISAPI,IIS可以得到高度的擴(kuò)展。</p><p>  IIS支持與語(yǔ)言無(wú)關(guān)的腳本編寫和組件,通過(guò)IIS,開(kāi)發(fā)人員就可以開(kāi)發(fā)新一代動(dòng)態(tài)的,富有魅力的Web站點(diǎn)。IIS不需要開(kāi)發(fā)人員學(xué)習(xí)新的腳本語(yǔ)言或者編譯應(yīng)用程序,IIS完全支持VBScript,JScript開(kāi)發(fā)軟件以及Java,它也支持CGI和WinCGI,以及ISAPI擴(kuò)展和過(guò)濾器

82、。</p><p>  IIS的設(shè)計(jì)目的是建立一套集成的服務(wù)器服務(wù),用以支持HTTP,F(xiàn)TP和SMTP,它能夠提供快速且集成了現(xiàn)有產(chǎn)品,同時(shí)可擴(kuò)展的Internet服務(wù)器。</p><p>  IIS相應(yīng)性極高,同時(shí)系統(tǒng)資源的消耗也是最少,IIS的安裝,管理和配置都相當(dāng)簡(jiǎn)單,這是因?yàn)镮IS與Windows NT Server網(wǎng)絡(luò)操作系統(tǒng)緊密的集成在一起,另外,IIS還使用與Windows

83、NT Server相同的SAM(Security Accounts Manager,安全性賬號(hào)管理器),對(duì)于管理員來(lái)說(shuō),IIS使用諸如Performance Monitor和SNMP(Simple Nerwork Management Protocol,簡(jiǎn)單網(wǎng)絡(luò)管理協(xié)議)之類的NT已有管理工具。</p><p>  IIS支持ISAPI,使用ISAPI可以擴(kuò)展服務(wù)器功能,而使用ISAPI過(guò)濾器可以預(yù)先處理和事后處

84、理儲(chǔ)存在IIS上的數(shù)據(jù)。用于32位Windows應(yīng)用程序的Internet擴(kuò)展可以把FTP,SMTP和HTTP協(xié)議置于容易使用且任務(wù)集中的界面中,這些界面將Internet應(yīng)用程序的使用大大簡(jiǎn)化,IIS也支持MIME(Multipurpose Internet Mail Extensions,多用于Internet郵件擴(kuò)展),它可以為Internet應(yīng)用程序的訪問(wèn)提供一個(gè)簡(jiǎn)單的注冊(cè)項(xiàng)。</p><p>  IIS

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫(kù)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論