- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
2848C城市公交查询系统毕业设计 外文翻译
外文翻译
城市公交查询系统的设计与实现
学 生 姓 名:
指导教师:
合作指导教师:
专业名称: 计算机科学与技术 所在学院: 水产学院
2009 年6月原文摘自:lvar Jacobson.Object-Oriented Software Engineering.第1版.北京:人民邮电出版社,2005.10
外文资料原文
[ASP.NET PAGE OBJECT MODEL:]
Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP run time governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how control and page authors can intervene to alter the standard behavior. (6 printed pages)
Introduction: Each request for a Microsoft? ASP.NET page that hits Microsoft? Internet Information Services (IIS) is handed over to the ASP.NET HTTP pipeline. The HTTP pipeline is a chain of managed objects that sequentially process the request and make the transition from a URL to plain HTML text happen. The entry point of the HTTP pipeline is the HttpRuntime class. The ASP.NET infrastructure creates one instance of this class per each AppDomain hosted within the worker process (remember that the worker process maintains one distinct AppDomain per each ASP.NET application currently running).
The HttpRuntime class picks up an HttpApplication object from an internal pool and sets it to work on the request. The main task accomplished by the HTTP application manager is finding out the class that will actually handle the request. When the request is for an .aspx resource, the handler is a page handler—namely, an instance of a class that inherits from Page. The association between types of resources and types of handlers is stored in the configuration file of the application. More exactly, the default set of mappings is defined in the httpHandlers section of the machine.config file. However, the application can c
您可能关注的文档
- 2014电大实用写作期末试题答案精心整理小抄本.doc
- 2014香港商业地产管理 万达开发管理 商业规划设计 招商营销策略实战讲座中房商学院.doc
- 2014秋冀教版英语六上lesson 17 i like all seasonsppt课件2.ppt
- 2014高考考点 大纲 复习资料 高三语文现代文阅读技巧doc.doc
- 2014苏州龙湖时代天街项目踩盘报告35页.ppt
- 2014年秋季仁爱版英语初二八年级上册全册教案.doc
- 2014高考语文大纲考点核按钮复习资料精品.doc
- 2014版考前三个月高考历史通用大二轮专题复习课件专题五 工业文明冲击下中国的变革与转型——鸦片战争后的中国18401894共56张PPT 2013高考.ppt
- 2014-2024年医疗点诊断市场预测报告—The Point of Care Diagnostics Market Forecast 20142024.docx
- 2014高考物理二轮课件热点例析 命题动向 最新预测电磁感应问题的综合分析.ppt
文档评论(0)