教育资源为主的文档平台

当前位置: 查字典文档网> 所有文档分类> 高等教育> 其它> ASP简介毕业论文外文文献翻译及原文

ASP简介毕业论文外文文献翻译及原文

上传者:秦益
|
上传时间:2017-06-03
|
次下载

ASP简介毕业论文外文文献翻译及原文

  毕 业 设 计(论文)

  外 文 文 献 翻 译

  文献、资料中文题目:http://www.wendangwang.com简介

  文献、资料英文题目:Brief introduction of http://www.wendangwang.com 文献、资料来源:

  文献、资料发表(出版)日期:

  院 (部):

  专 业:

  班 级:

  姓 名:

  学 号:

  指导教师:

  翻译日期: 2017.02.14

  附录1:英文文献原文

  Brief introduction of http://www.wendangwang.com1

  http://www.wendangwang.com combines unprecedented developer productivity with performance, reliability, and deployment.

  Developer Productivity

  http://www.wendangwang.com helps you deliver real world Web applications in record time.

  Easy Programming Model. http://www.wendangwang.com makes building real world Web applications dramatically easier. http://www.wendangwang.com server controls enable an HTML-like style of declarative programming that let you build great pages with far less code than with classic ASP. Displaying data, validating user input, and uploading files are all amazingly easy. Best of all, http://www.wendangwang.com pages work in all browsers -- including Netscape, Opera, AOL, and Internet Explorer.

  Great Tool Support. You can harness the full power of http://www.wendangwang.com using any text editor -- even Notepad! But Visual Studio adds the productivity of Visual Basic-style development to the Web. Now you can visually design http://www.wendangwang.com Web Forms using familiar drag-drop-doubleclick techniques, and enjoy full-fledged code support including statement completion and color-coding. http://www.wendangwang.com also provides integrated support for debugging and deploying http://www.wendangwang.com Web applications.

  The Professional version of Visual Studio deliver life-cycle features to help organizations plan, analyze, design, build, test, and coordinate teams that develop http://www.wendangwang.com Web applications. These include UML class modeling, database modeling (conceptual, logical, and physical models), testing tools (functional, performance and scalability), and enterprise frameworks and templates, all available within the integrated Visual Studio .NET environment.

  Rich Class Framework. Application features that used to be hard to implement, or required a 3rd-party component, can now be added in just a few lines of code using the .NET Framework. The .NET Framework offers over 4500 classes that encapsulate rich functionality like XML, data access, file upload, regular expressions, image generation, performance monitoring and logging, transactions, message queuing, SMTP mail, and much more!

  Improved Performance and Scalability 1 Reilly,Douglas J.Design Microsoft http://www.wendangwang.com Applications[M].Seattle:Microsoft Press,2002.

  http://www.wendangwang.com lets you use serve more users with the same hardware.

  Compiled execution. http://www.wendangwang.com is much faster than classic ASP, while preserving the just hit save update model of ASP. However, no explicit compile step is required! http://www.wendangwang.com will automatically detect any changes, dynamically compile the files if needed, and store the compiled results to reuse for subsequent requests. Dynamic compilation ensures that your application is always up to date, and compiled execution makes it fast. Most applications migrated from classic ASP see a 3x to 5x increase in pages served.

  Rich output caching. http://www.wendangwang.com output caching can dramatically improve the performance and scalability of your application. When output caching is enabled on a page, http://www.wendangwang.com executes the page just once, and saves the result in memory in addition to sending it to the user. When another user requests the same page, http://www.wendangwang.com serves the cached result from memory without re-executing the page. Output caching is configurable, and can be used to cache individual regions or an entire page. Output caching can dramatically improve the performance of data-driven pages by eliminating the need to query the database on every request.

  Web-Farm Session State. http://www.wendangwang.com session state lets you share session data user-specific state values across all machines in your Web farm. Now a user can hit different servers in the web farm over multiple requests and still have full access to her session. And since business components created with the .NET Framework are free-threaded, you no longer need to worry about thread affinity.

  Microsoft .NET Outperforms J2EE. In a head-to-head comparison of performance and scalability between Sun's Java Pet Store J2EE blueprint application and the http://www.wendangwang.com implementation, Microsoft .NET significantly outperformed J2EE. The bottom line: the http://www.wendangwang.com implementation required only 1/4th as many lines of code, was 28x faster (that's 2700%), and supported 7.6x as many concurrent users as J2EE, with only 1/6th as much processor utilization. Click here to review the results, download the code, and run the .NET Pet Shop yourself.

  Enhanced Reliability

  http://www.wendangwang.com ensures that your application is always available to your users.

  Memory Leak, DeadLock and Crash Protection. http://www.wendangwang.com automatically detects and recovers from errors like deadlocks and memory leaks to ensure your application is always available to your users.

  For example, say that your application has a small memory leak, and that after a week the leak has tied up a significant percentage of your server's virtual memory. http://www.wendangwang.com will detect this condition, automatically start up another copy of the http://www.wendangwang.com worker process, and direct all new requests to the new process. Once the old process has finished processing its pending requests, it is gracefully disposed and the leaked memory is released. Automatically, without administrator intervention or any interruption of service, http://www.wendangwang.com has recovered from the error.

  Easy Deployment

  http://www.wendangwang.com takes the pain out of deploying server applications.

  No touch application deployment. http://www.wendangwang.com dramatically simplifies installation of your application. With http://www.wendangwang.com, you can deploy an entire application as easily as an HTML page: just copy it to the server. No need to run regsvr32 to register any components, and configuration settings are stored in an XML file within the application.

  Dynamic update of running application. http://www.wendangwang.com now lets you update compiled components without restarting the web server. In the past with classic COM components, the developer would have to restart the web server each time he deployed an update. With http://www.wendangwang.com, you simply copy the component over the existing DLL -- http://www.wendangwang.com will automatically detect the change and start using the new code.

  Easy Migration Path. You don't have to migrate your existing applications to start using http://www.wendangwang.com. http://www.wendangwang.com runs on IIS side-by-side with classic ASP on Windows 2000 and Windows XP platforms. Your existing ASP applications continue to be processed by ASP.DLL, while new http://www.wendangwang.com pages are processed by the new http://www.wendangwang.com engine. You can migrate application by application, or single pages. And http://www.wendangwang.com even lets you continue to use your existing classic COM business components.

  http://www.wendangwang.com is built to perform, using a compiled execution model for handling page requests and running on the world's fastest web server, Internet Information Services. http://www.wendangwang.com 2.0 also introduces key performance benefits over previous versions.

  64-Bit Support. http://www.wendangwang.com 2.0 is now 64-bit enabled, meaning it can take advantage of the full memory address space of new 64-bit processors and servers. Developers can simply copy existing 32-bit http://www.wendangwang.com applications onto a 64-bit http://www.wendangwang.com 2.0 server and have them automatically be JIT compiled and executed as native 64-bit applications (no source code changes or manual re-compile are required).

  Caching Improvements. http://www.wendangwang.com 2.0 also now includes automatic database server cache invalidation. This powerful and easy-to-use feature allows developers to aggressively output cache database-driven page and partial page content within a site and have http://www.wendangwang.com automatically invalidate these cache entries and refresh the content whenever the back-end database changes. Developers can now safely cache time-critical content for long periods without worrying about serving visitors stale data.

  附录2:外文文献中文译文

  http://www.wendangwang.com简介

  http://www.wendangwang.com是开发人员结合前所未有的工作效率开发出来的高性能,有可靠性的部署。 开发人员的工作效率

  http://www.wendangwang.com为您提供真实世界的Web应用程序在创记录的时间。

  简易的编程模型。http://www.wendangwang.com使现实世界中建立Web应用程序大为轻松。 http://www.wendangwang.com服务器控件使一个HTML样风格的说明性编程,让您建立伟大的网页少得多的代码而不是传统ASP。显示数据,验证用户输入,并上传文件都是非常容易的。最重要的是,

  页在所有的浏览器-包括Netscape ,戏曲,AOL和Internet Explorer中。

  非常棒的工具支持。您可以充分利用权力的http://www.wendangwang.com使用任何文本编辑器-甚至记事本!但是, Visual Studio 2005中添加了生产力的Visual Basic式发展到Web 。现在您可以视觉设计http://www.wendangwang.com Web窗体使用熟悉的拖放- DoubleClick的技术,并享受全面支持,包括声明代码完成和颜色编码。http://www.wendangwang.com还提供综合支持,调试和部署http://www.wendangwang.com Web应用程序。

  专业版的Visual Studio 2005提供生命周期的功能,帮助组织计划,分析,设计,建造,测试和协调小组,建立http://www.wendangwang.com Web应用程序。这些包括UML类建模,数据库建模(概念,逻辑和物理模型),测试工具(功能,性能和可扩展性) ,和企业的框架和模板,所有可用的集成Visual Studio 。NET环境。

  富裕阶层框架。应用功能,用来难以实施,或要求第三方的组件,现在可以说在短短的几行代码使用。NET Framework 。在NET Framework提供了超过4500班概括丰富的功能一样的XML ,数据访问,文件上载,正则表达式,图像生成,性能监测和记录,交易,消息队列,SMTP邮件,以及更多!

  改善性能和可扩展性

  http://www.wendangwang.com可让您使用服务的用户相同的硬件。

  编译执行。 http://www.wendangwang.com的速度远远超过传统ASP ,同时保留“只需点击保存”更新模式的ASP 。但是,没有明确的编译步骤是必要的! http://www.wendangwang.com会自动检测任何变化,动态编译的文件如果需要的话,和存储编译结果重用随后请求。动态编译确保您的应用始终是最新的,并汇编执行使它迅速。大部分的应用程序迁移到传统ASP看到增加3倍至5倍的网页服务。

  丰富的输出缓存。http://www.wendangwang.com输出缓存可以大大提高性能和可扩展性对您的申请。当输出缓存启用的网页上,http://www.wendangwang.com会执行页面只是一次,并保存在内存中的结果,除了发送给用户。当另一个用户请求相同的页面中,http://www.wendangwang.com提供的缓存结果从内存中没有重新执行该页面。输出缓存是可配置的,并可以用来缓存单个区域或整个页面。输出缓存可以显着提高性能的数据驱动的网页无需查询数据库的每个请求。

  网站农场会话状态。http://www.wendangwang.com会话状态,您可以共享会话数据用户特定国家的价值观念在所有的机器在您的Web农场。现在,用户可以按不同的服务器中的Web场的多个请求,并仍然有充分机会获得她的会议。由于商业的组成部分和建立的.NET Framework是自由线程,您不再需要担心线程亲和力。

  微软.NET优于J2EE的。在白刃战,比较性能和可扩展性之间的Sun公司的Java宠物店的J2EE蓝图的http://www.wendangwang.com应用程序和执行情况,微软.NET大大超过J2EE的。底线:

版权声明:此文档由查字典文档网用户提供,如用于商业用途请与作者联系,查字典文档网保持最终解释权!

下载文档

热门试卷

2016年四川省内江市中考化学试卷
广西钦州市高新区2017届高三11月月考政治试卷
浙江省湖州市2016-2017学年高一上学期期中考试政治试卷
浙江省湖州市2016-2017学年高二上学期期中考试政治试卷
辽宁省铁岭市协作体2017届高三上学期第三次联考政治试卷
广西钦州市钦州港区2016-2017学年高二11月月考政治试卷
广西钦州市钦州港区2017届高三11月月考政治试卷
广西钦州市钦州港区2016-2017学年高一11月月考政治试卷
广西钦州市高新区2016-2017学年高二11月月考政治试卷
广西钦州市高新区2016-2017学年高一11月月考政治试卷
山东省滨州市三校2017届第一学期阶段测试初三英语试题
四川省成都七中2017届高三一诊模拟考试文科综合试卷
2017届普通高等学校招生全国统一考试模拟试题(附答案)
重庆市永川中学高2017级上期12月月考语文试题
江西宜春三中2017届高三第一学期第二次月考文科综合试题
内蒙古赤峰二中2017届高三上学期第三次月考英语试题
2017年六年级(上)数学期末考试卷
2017人教版小学英语三年级上期末笔试题
江苏省常州西藏民族中学2016-2017学年九年级思想品德第一学期第二次阶段测试试卷
重庆市九龙坡区七校2016-2017学年上期八年级素质测查(二)语文学科试题卷
江苏省无锡市钱桥中学2016年12月八年级语文阶段性测试卷
江苏省无锡市钱桥中学2016-2017学年七年级英语12月阶段检测试卷
山东省邹城市第八中学2016-2017学年八年级12月物理第4章试题(无答案)
【人教版】河北省2015-2016学年度九年级上期末语文试题卷(附答案)
四川省简阳市阳安中学2016年12月高二月考英语试卷
四川省成都龙泉中学高三上学期2016年12月月考试题文科综合能力测试
安徽省滁州中学2016—2017学年度第一学期12月月考​高三英语试卷
山东省武城县第二中学2016.12高一年级上学期第二次月考历史试题(必修一第四、五单元)
福建省四地六校联考2016-2017学年上学期第三次月考高三化学试卷
甘肃省武威第二十三中学2016—2017学年度八年级第一学期12月月考生物试卷

网友关注视频

冀教版小学英语五年级下册lesson2教学视频(2)
三年级英语单词记忆下册(沪教版)第一二单元复习
北师大版数学 四年级下册 第三单元 第二节 小数点搬家
第五单元 民族艺术的瑰宝_16. 形形色色的民族乐器_第一课时(岭南版六年级上册)_T1406126
【部编】人教版语文七年级下册《泊秦淮》优质课教学视频+PPT课件+教案,辽宁省
沪教版八年级下册数学练习册21.3(2)分式方程P15
沪教版牛津小学英语(深圳用) 四年级下册 Unit 3
【部编】人教版语文七年级下册《逢入京使》优质课教学视频+PPT课件+教案,辽宁省
第五单元 民族艺术的瑰宝_15. 多姿多彩的民族服饰_第二课时(市一等奖)(岭南版六年级上册)_T129830
外研版英语三起6年级下册(14版)Module3 Unit1
精品·同步课程 历史 八年级 上册 第15集 近代科学技术与思想文化
青岛版教材五年级下册第四单元(走进军营——方向与位置)用数对确定位置(一等奖)
六年级英语下册上海牛津版教材讲解 U1单词
沪教版八年级下册数学练习册21.4(1)无理方程P18
化学九年级下册全册同步 人教版 第22集 酸和碱的中和反应(一)
8.对剪花样_第一课时(二等奖)(冀美版二年级上册)_T515402
第4章 幂函数、指数函数和对数函数(下)_六 指数方程和对数方程_4.7 简单的指数方程_第一课时(沪教版高一下册)_T1566237
沪教版牛津小学英语(深圳用) 四年级下册 Unit 4
冀教版小学数学二年级下册第二单元《有余数除法的简单应用》
冀教版英语四年级下册第二课
19 爱护鸟类_第一课时(二等奖)(桂美版二年级下册)_T502436
【部编】人教版语文七年级下册《泊秦淮》优质课教学视频+PPT课件+教案,天津市
外研版英语七年级下册module3 unit2第二课时
北师大版数学四年级下册第三单元第四节街心广场
人教版历史八年级下册第一课《中华人民共和国成立》
【部编】人教版语文七年级下册《泊秦淮》优质课教学视频+PPT课件+教案,湖北省
苏科版数学 八年级下册 第八章第二节 可能性的大小
【部编】人教版语文七年级下册《逢入京使》优质课教学视频+PPT课件+教案,安徽省
第8课 对称剪纸_第一课时(二等奖)(沪书画版二年级上册)_T3784187
【部编】人教版语文七年级下册《老山界》优质课教学视频+PPT课件+教案,安徽省