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月月考生物试卷
网友关注
- 美国老师如何讲灰姑娘的故事
- 关于幼儿教学的论文精选四篇
- 第五课 热带雨林的故事 词语Word
- 只要用心播种就有结果_八岁儿童能读会写初探_贾丽华
- Unit 3 At the zooWord
- 幼儿材料分析题
- 礼仪课教案(教研讨论后修改语言课)
- 第五课 热带雨林的故事 课文Word
- 《吹泡泡》说课稿
- 幼儿园教职工考勤制度
- 可爱卡通俏皮六一儿童节Word模板
- 学校六一儿童节活动方案
- 《Unit-5(how-much-is-it》1Word
- 幼儿园幼儿接送制度
- 小儿常备药
- 将孝心进行到底_对学生进行孝心教育案例_姜海如
- 特殊家庭的特殊儿童教育研究及对策
- 我养成了一个好习惯(王马旗尉)
- 05向孩子学习 孙云晓
- 《Unit2-My-Schoolbag》Word
- 放飞梦想儿童卡通六一儿童节动态Word模板
- 张伟君——游戏方案第三稿[1]
- 古诗词80首
- unit4-It's-warm-today1Word
- “心手相牵 快乐成长”六一节关爱留守儿童47
- 市妇幼保健院(某市儿童医院)一期建设项目的可行性研究报告
- 学前教育资助档案盒脊面
- 幼儿园健康检查制度
- 中班音乐欣赏《加速度圆舞曲》
- 玩具柜台前的孩子反思
网友关注视频
- 第4章 幂函数、指数函数和对数函数(下)_六 指数方程和对数方程_4.7 简单的指数方程_第一课时(沪教版高一下册)_T1566237
- 沪教版牛津小学英语(深圳用) 四年级下册 Unit 3
- 每天日常投篮练习第一天森哥打卡上脚 Nike PG 2 如何调整运球跳投手感?
- 七年级下册外研版英语M8U2reading
- 【部编】人教版语文七年级下册《泊秦淮》优质课教学视频+PPT课件+教案,辽宁省
- 沪教版八年级下册数学练习册21.4(1)无理方程P18
- 外研版英语三起6年级下册(14版)Module3 Unit2
- 二年级下册数学第二课
- 【部编】人教版语文七年级下册《逢入京使》优质课教学视频+PPT课件+教案,安徽省
- 沪教版牛津小学英语(深圳用) 四年级下册 Unit 7
- 沪教版八年级下册数学练习册一次函数复习题B组(P11)
- 外研版英语三起6年级下册(14版)Module3 Unit1
- 8.练习八_第一课时(特等奖)(苏教版三年级上册)_T142692
- 《空中课堂》二年级下册 数学第一单元第1课时
- 【部编】人教版语文七年级下册《老山界》优质课教学视频+PPT课件+教案,安徽省
- 北师大版小学数学四年级下册第15课小数乘小数一
- 第12章 圆锥曲线_12.7 抛物线的标准方程_第一课时(特等奖)(沪教版高二下册)_T274713
- 化学九年级下册全册同步 人教版 第22集 酸和碱的中和反应(一)
- 8.对剪花样_第一课时(二等奖)(冀美版二年级上册)_T515402
- 【获奖】科粤版初三九年级化学下册第七章7.3浓稀的表示
- 沪教版牛津小学英语(深圳用) 五年级下册 Unit 12
- 第8课 对称剪纸_第一课时(二等奖)(沪书画版二年级上册)_T3784187
- 沪教版牛津小学英语(深圳用)五年级下册 Unit 1
- 8 随形想象_第一课时(二等奖)(沪教版二年级上册)_T3786594
- 沪教版八年级下册数学练习册21.3(2)分式方程P15
- 外研版英语七年级下册module3 unit1第二课时
- 沪教版八年级下次数学练习册21.4(2)无理方程P19
- 冀教版小学数学二年级下册第二单元《余数和除数的关系》
- 第19课 我喜欢的鸟_第一课时(二等奖)(人美杨永善版二年级下册)_T644386
- 【部编】人教版语文七年级下册《过松源晨炊漆公店(其五)》优质课教学视频+PPT课件+教案,江苏省
精品推荐
- 2016-2017学年高一语文人教版必修一+模块学业水平检测试题(含答案)
- 广西钦州市高新区2017届高三11月月考政治试卷
- 浙江省湖州市2016-2017学年高一上学期期中考试政治试卷
- 浙江省湖州市2016-2017学年高二上学期期中考试政治试卷
- 辽宁省铁岭市协作体2017届高三上学期第三次联考政治试卷
- 广西钦州市钦州港区2016-2017学年高二11月月考政治试卷
- 广西钦州市钦州港区2017届高三11月月考政治试卷
- 广西钦州市钦州港区2016-2017学年高一11月月考政治试卷
- 广西钦州市高新区2016-2017学年高二11月月考政治试卷
- 广西钦州市高新区2016-2017学年高一11月月考政治试卷
分类导航
- 互联网
- 电脑基础知识
- 计算机软件及应用
- 计算机硬件及网络
- 计算机应用/办公自动化
- .NET
- 数据结构与算法
- Java
- SEO
- C/C++资料
- linux/Unix相关
- 手机开发
- UML理论/建模
- 并行计算/云计算
- 嵌入式开发
- windows相关
- 软件工程
- 管理信息系统
- 开发文档
- 图形图像
- 网络与通信
- 网络信息安全
- 电子支付
- Labview
- matlab
- 网络资源
- Python
- Delphi/Perl
- 评测
- Flash/Flex
- CSS/Script
- 计算机原理
- PHP资料
- 数据挖掘与模式识别
- Web服务
- 数据库
- Visual Basic
- 电子商务
- 服务器
- 搜索引擎优化
- 存储
- 架构
- 行业软件
- 人工智能
- 计算机辅助设计
- 多媒体
- 软件测试
- 计算机硬件与维护
- 网站策划/UE
- 网页设计/UI
- 网吧管理