资源描述:
《物业管理系统外文翻译》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、外文翻译毕业设计题目:基于ASP.NET的物业管理系统开发原文1:ASP.NET2.0WebPagesandWebControls译文1:ASP.NET2.0网页和Web控件原文2:TheRoleofGlobal.asaxFile译文2:Global.asax文件的作用原文1ASP.NET2.0WebPagesandWebControlsUntilnow,alloftheexampleapplicationsinthistexthavefocusedonconsole-basedandWindows
2、Formsfrontends.Inthischapterandthenext,you’llexplorehowthe.NETplatformfacilitatestheconstructionofbrowser-basedpresentationlayers.Tobegin,you’llquicklyreviewanumberofkeyweb-centricconcepts(HTTP,HTML,client-side,andserver-sidescript)andtheroleofthewebse
3、rver(includingtheASP.NETdevelopmentserver,WebDev.WebServer.exe).Withthiswebprimeroutoftheway,theremainderofthischapterconcentratesonthecompositionofASP.NET(includingtheenhancedcode-behindmodel)andhowtoworkwithASP.NETwebcontrols.Asyouwillsee,ASP.NET2.0p
4、rovidesanumberofnewwebcontrols,anew“masterpage”model,andvariouscustomizationtechniques.TheRoleofHTTPWebapplicationsareverydifferentanimalsfromtraditionaldesktopapplications(tosaytheleast).Thefirstobviousdifferenceisthataproduction-levelwebapplicationwi
5、llalwaysinvolveatleasttwonetworkedmachines(ofcourse,duringdevelopmentitisentirelypossibletohaveasinglemachineplaytheroleofbothclientandserver).Giventhisfact,themachinesinquestionmustagreeuponaparticularwireprotocoltodeterminehowtosendandreceivedata.The
6、wireprotocolthatconnectsthecomputersinquestionistheHypertextTransferProtocol(HTTP).Whenaclientmachinelaunchesawebbrowser(suchasNetscapeNavigator,MozillaFirefox,orMicrosoftInternetExplorer),anHTTPrequestismadetoaccessaparticularresource(suchasan*.aspxor
7、*.htmfile)ontheremoteservermachine.HTTPisatext-basedprotocolthatisbuiltuponastandardrequest/responseparadigm.Forexample,ifyounavigatetowww.IntertechTraining.com,thebrowsersoftwareleveragesawebtechnologytermedDomainNameService(DNS)thatconvertstheregiste
8、redURLintoafour-part,32-bitnumericalvalue(akaanIPaddress).Atthispoint,thebrowseropensasocketconnection(typicallyviaport80)andsendstheHTTPrequestforthedefaultpageatthehttp://www.IntertechTraining.comwebsite.Oncethehostingwebserverreceive