




已閱讀5頁,還剩7頁未讀, 繼續(xù)免費閱讀
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
英文資料-1-ASP-ANewMethodtoMakeWebPagesAbstract:ThetechnologyofActiveServerPagesASP)isspeedingtechnology.ThispaperprinciplemainlyintroducedthedifferencesbetweenthetechnologyofASPandthetechnologyofHTML,theworkprincipleofASPanditsapplicationin-lineobject.TheapplicationofActiveXtechnologytoASP,andaconclusionaboutthecharacteristicsandfunctionsofASPwasdrawn.IntheendwelistedthesourceprogramofthetechnologyofASPappliedinactualprojectforreference.KeyWords:ASP,HTML,WebServerASPisWebServersscriptenvironment,whichexplainsscriptinInternetandintranetstationsWebServer.Itcanexplainandexecuteeveryrequest,whicharesentbyIE,andthenresponsesandexecutesactive,interactiveandhighefficientWebServerappliedprogram.InconstructionanysuccessfulandpracticalstationWeb,ASPisessentialtoWebServer.1.ASPSandHTMLWhenitcomestoASP,wehavetotalkaboutanotherlanguage,inwhichweconstructionWebSiteneed:HyperMetaTextLanguage,whichisshortforHTML.HTMLusuallydescribesapagesallbasicfactorsintextdescriptionlanguage.Allcontentandmodelshownbypagetousersareincludedinasmallerscriptfile.UsuallydesignersuseasseenasiscomplierssuchasFrontPage98,NetscapeGold3.0andsoondesignapageandthenuploadittoWebServer.AfterusingbrowserdownloadthisscriptfilefromWebServer,browserwillexplainscriptfileintocolorfulpage,whicharedesignedbyusers,itisenjoyedandreadbyusersautomatically.But,awebsiteonlyhavingHTMLpageisdull.Becauseusersbrowsethispageeverytime,theyseeallthesamethingsunlessdesignerrefreshesthispage.Atthesametime,asnothavinginterconnectedoperationwithusers.Nothavinginterfacedwithenoughdatabaseresource,thesewebstationscontentisverysingle.AlthoughWebappliedprogramwritteninCGItechnologycanbechangedintoactivewebpage,itcanonlybemadewithasingledataoperation,nothavinginterconnectioncapacity.Andhasveryhighandstrictrequesttodesigners.ItneedsmakingaCGIprogramforeveryacquirement,itsworkisverylargeanditsCodesarenotallsuccessfullyexecuted.WhenmanyusersvisitaCGIatthesametime,itwillmakesomeprogramcopyoperatedinserverpot,slowingdownserverasincreasingprogram,leadingtoslowdownusersvisiting.FortunatelyatpresentweownASP,usermaymakeselectedbrowsewithmuchpageinWebStation,anddesignsometableswiththispage,whicharefilledin英文資料-2-byuserthenobtainmoreinformationaboutuser,Ifwebserveranddatabaseserverinterfacehaveconnected,thenwecanseemoreandnewerinformation.ASPdesignsactivepage,itmayreceiveinformationwhichisreferredbyusers,andresponsesquickly.AmongthemdatacanchangedasactualstatementandnotneedpeoplerefreshWebPagebyselfcansatisfyapplicationrequest.ForexamplewhenwehavefilledintableandsendHTTPrequestinIE,itmayneedWebServerexecutesanappliedprogramdesignedbytable,notasimpleHTMLfile.Thisappliedprogramanalyzessomeinputteddata,andgetrespondedresults(usuallyareresultssetofdatabasesearching)basedondifferentdataintobrowseinformofHTML.Dataindatabaseisvariableanytimebuttheappliedprogramsexecutedinserverneednotbechanged,webpageinformationobtainedbyvisitorwillkeepfreshallthesame.2.TheworkprincipleandconfigurationASPInservermachine,wemayapplyanASPhomepage;webservershouldresponsesthisHTTPrequestandexplainsthisappliedfile.WhenitmeetsanycompatiblescriptwithActiveXScripting(forexampleVBScriptandJavaScript),ASPcanaskproperscripttodealwithit.Ifscriptinstructionincludesrequestofvisitingdatabase,itcanconnectwiththebehinddatabasebyADOPBandODBC.Itmayexecutevisitingdatabase-by-databasevisitedmachine.ASPscriptisexplainedandexecutedinWebSite,itmaymakeproperHTMLhomepagebasedonvisiteddatabaseautomaticallytoresponsesusersrequest.WebServerresponsiveinallsendingandreceiving.Inpracticalapplication,whenASPmeetsscriptcommandofvisitingdatabase.itcantalkwithdatabaseADO(ActiveXDataObjects)andmakeexecuteresultscreateaHTMLpageavertedtoserverpottoresponseIEsapply.WhatwecanseepageinusersIEisshowninsingleHTML,forexample,contentofbehinddatabaseexpressedinformoftable.AsASPcombinatedwithJavaScriptandVBScript.itcanvisitActiveXcomponentbyprogrammingandhasthecapacityofproducedHTMLautomatically,soitisanefficientwayinconstructingactivewebsite.Instructure,ASPcommunicateddatabasebyODBCorADO,soitcanbeupcompatiblewithmuchdifferentdatabasesystem.Fordownlayer,HTMLproducedbyASPhaswideappliedforClientIE.ButWebserversupportedbyASPisverylittle,anditconfinetoseveralMicrosoftWebServer.Theirlowestversionsare:WindowsNTServer4.0:MicrosoftIIS(InternetInformationServer)3.0;WindowsNTWorkstation4.0:MicrosoftPeerWebServices3.0;Windows95:MicrosoftPWS(PersonalWebServer)1.0,Win95ofChineseversionshouldsuitablewithPWSofChinese.3.ASPssixinsideobjectsandtheirapplicationASPisselfprovidewithsixinsideobjects,whicharecandirectlyusedby英文資料-3-ASPscript.Theyare:request:waitingforusersinformationresponse:deliverinformationtouserserve:providemethodandcharacterizesofvisitingservercookies:attachtosetobjectofRequestobjectandResponseobjectapplication:preserveandusesomecommoninformationamongmanyhomepagesinanapplicationprogram.Session:preserveandusesomecommoninformationamongmanyhomepagesinauserAmongthem,usinginsideobjectoneandtwocanrealizeWebsinteractivefunction,usinginsideobjectfiveandsixcansolvecompatibleapplicationproblem.OnemainlycharacteristicofASPiscomplierablecoherentapplicationprogram,whichcanshareinformationbetweensomepages.UsinginsideApplicationandSessionobjectcanrealizethesefunctions.Applicationobjectkeepsthesameinformationinanappliedprogram;allcomponentsofthisappliedprogramcanshare.Inordertopreventitchangedbymanyusers,itprovideslockandunlockstwomethods.Forexample:Application.Lockforbidsotheruserstochangeapplicationinformation.Application.Unlockpermitotheruserstochangeapplicationinformation.WecanuseSessionobjecthasanarrowerusagerangethanApplicationobject.Itkeepsonlyoneapplicationinformation,whichbelongstoonlyoneuser.ASPsapplicationprogrammayhaveonlyonehomepage,andmayalsohaveseveralhomepages.Allfileslieinonefalselocation.Sessionobjectcanletausershareallinformationinonehomepage.Whenuserfirstappliesforan*.aspinanappliedprogram.ASPwillgivethisuseraSessionIDwhichcanidentityusersolo,thencanidentitydifferentusersinthesameappliedprogram.Cookiesobjectmainlyrecordsomedatainputbyuser.ItsmemorylocationisusersIE,andithasuseexpire,certainlydesignerscancontrolit.4.ASPandACTIVEXWhenwemakeWebwithASPtechnology,wehavetofollowwiththisprinciple.Itisthat,onlyincoherebetweenASPServerscriptandcomponentobjectmodel,canwemakeoutpracticalandusefulinformationsoftware.ASPscriptisaconnection,canconnectsomecomponentobjectswithsomecertaincharacteristicfunctionobjectstoformfinishsoftware.Thisindustrialprincipleissimilartotheprocessofhardwarefactoryproducingboardcard,thesecomponentobjectsareequivalenttochiphaveextendcircuit,butASPonlyconnectwithchip,thuscomponentobjectplayacentralrole.COM,whichisWindowssoftwarestandardbasedonbinary,developed,basedonOLEtechnologygradually.WecancommunicatebasedonCOMstandard英文資料-4-whenwritecomponentobjectindifferentlanguage.COMistechnologyandstandard.ItisnamedafterACTIVEXinbusiness.InmakingWeb,themostimportantisusingADOobjecttovisitdatabase.AfteruserloginonWeb,WebServerexecutesprogramofdatabaseservereloigningprogramautomatically,thenforsomelatterandcomplexrequestoccasionally,WebServerexplainsandexecutesVBScriptandJavaScriptstatementsinsideASPpagesautomatically,thenoperateSQLinquireandbackwardtheinquiredresultstousers.ADO(ActiveXDataObjects)whichisagoodspecialobjectsetofvisitingdatabaseprovideASPwithawholestationsitedatabasevisitingmethodand.Itcanserveforserverandofferhomepagecontentwithdatabaseinformation.ByexecutingSQLcommand,userscaninput,refreshanddeleteWebServersdatabaseinformationinIE.ADOusesinsideRecordSetsobjectasdatasmaininterface.ADOcanuseVBScriptandJavaScriptstatementtocontrolvisitingdatabase,andinputandseeinquireresults.ADOcanconnectmuchdatabasesupportbyODBC,forexample,SQLServer,oracleInformixandsoon.Inusing,atfirst,weneedmakeproperDSN(datasourcename)inODBCofcontrolboard.andchoicesystemdatasourcename,specifydriveprogramofuse,forexample,SQLServerinputDSN.Indatasourcenameandspecifyserveranddatabase.TheflowchartofWEBdatabasevisitingisshowninfollowingchartoneDesignerscanmakesomecharacteristiccomponentobjectthemselvesinrequiretofinishsomespecialjob,wecanwriteinVisualBasic,VisualC+,Delphi,Javaandsoon.Therea
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 幼兒事業(yè)單位面試試題及答案
- 2025版分期車輛抵押借款合同書范本
- 2025合同模板個人房屋租賃中介服務(wù)委托合同范本
- 社區(qū)大數(shù)據(jù)與社區(qū)環(huán)境基礎(chǔ)知識點歸納
- 2024-2025學(xué)年八年級物理下冊第十章浮力-變化量講義新版新人教版
- 2025二手手機買賣轉(zhuǎn)讓合同
- 2025裝修施工合同模板
- 英語面試筆試題目及答案
- 銀行公考面試題目及答案
- 英語筆試題目介紹及答案
- HSE管理體系與保證措施
- “沙鋼杯”第十一屆全國鋼鐵行業(yè)職業(yè)技能競賽(電工)理論試題庫-中(多選題)
- 人音版 三年級下冊《搖船調(diào)》教案
- 人教版五年級數(shù)學(xué)下冊同分母分數(shù)加減法100道口算題
- 重慶市沙坪壩區(qū)南開中學(xué)校2023-2024學(xué)年八年級下學(xué)期期末英語試題(無答案)
- 日本明治維新完整課件
- DL-T839-2003大型鍋爐給水泵性能現(xiàn)場試驗方法
- 海南省三亞2024年八年級物理第二學(xué)期期末統(tǒng)考試題及答案解析
- 人教版數(shù)學(xué)八年級下冊一次函數(shù)綜合大題練習(xí)
- JC-T408-2005水乳型瀝青防水涂料
- FZT 74005-2016 針織瑜伽服行業(yè)標準
評論
0/150
提交評論