计算机外文翻译 (2)
《计算机外文翻译 (2)》由会员分享,可在线阅读,更多相关《计算机外文翻译 (2)(5页珍藏版)》请在毕设资料网上搜索。
1、 1 外文文献翻译(译成中文 1000 字左右): 【 主要阅读文献不少于 5 篇 , 译文后附注 文献信息 ,包括 : 作者、书名(或论文题目)、出 版 社(或刊物名称)、出版时间(或刊号)、页码 。 提供 所译外文资料附件(印刷类含封面、封底、目录、翻译部分的复印件等,网站类的请附网址及原文 】 What Is JavaScript? When JavaScript first appeared in 1995, its main purpose was to handle some of the input validation that had reviously been left
2、to server - side languages such as Perl. Prior to that time, a round - trip to the server was needed to determine if a required field had been left blank or an entered value was invalid. Netscape Navigator sought to change that with the introduction of JavaScript. The capability to handle some basic
3、 validation on the client was an exciting new feature at a time when use of telephone modems was widespread. The associated slow speeds turned every trip to the server into an exercise in patience. Since that time, JavaScript has grown into an important feature of every major web browser on the mark
4、et. No longer bound to simple data validation, JavaScript now interacts with nearly all aspects of the browser window and its contents. JavaScript is recognized as a full programming language, capable of complex calculations and interactions, including closures, anonymous (lambda) functions, and eve
5、n metaprogramming. JavaScript has become such an important part of the Web that even alternative browsers, including those on mobile phones and those designed for users with disabilities, support it. Even Microsoft, with its own client - side scripting language called VBScript, ended up including it
6、s own JavaScript implementation in Internet Explorer from its earliest version. The rise of JavaScript from a simple input validator to a powerful programming language could not have been predicted. JavaScript is at once a very simple and very complicated language that takes minutes to learn but yea
7、rs to master. To begin down the path to using JavaScript s full potential, it is important to understand its nature, history, and limitations. JavaScript是什 么 ? 当 JavaScript首次出现在 1995年 时 ,它的主要目的是处理一些输入验证所reviously拖延到服务器的不良反应 ,如 Perl语言。在此之前 ,圆 -旅 行到服务器需要确定一个要求田地已经留出空白或输入值是无效的。网景航海家试图改变 ,使用JavaScript。处
8、理一些基本的能力验证在客户端是一个令人激动的新特征 当时使用电话调制解调器是普遍的。 相关的速度慢转一天天的服务器到一个耐力练习。 从那时起 ,JavaScript已长成的重要特征 ,每一个主要的浏览器市场。不再会简单的数据验证 ,JavaScript将会与几乎所有方面的浏览器窗口 ,其内容。 JavaScript是公认的一个完整的编程语言的能力 ,及相互作用的复杂计算 ,包括停业 ,匿名 (显示 )功能 ,甚至 metaprogramming。 JavaScript已成为一个重要的组成部分网络 ,甚至替代浏览器 ,其中包括手机和那些专为用户提供残疾 ,支持它。甚至微软 ,都有它自己的客户 -
9、侧脚本语言称为 VBScript,最终包括它自己的 JavaScript实施在 Internet Explorer从它的最早版本。 上升的 JavaScript从一个简单的输入验证器 ,使得一个强大的编程语言无法预测。在一次数字非常简单而又非常复杂的语言 ,以分钟来学习 ,但是年掌握。在路径下面开始使用 JavaScript的全部潜力 ,很重要的一点就是要 了解它的自然、历史、和局限性。 Professional JavaScript for Web Developers, 2nd Edition by Nicholas C. Zakas Copyright 2009 by Wiley Pub
10、lishing, Inc., Indianapolis, Indiana Published 2 simultaneously in Canada In 39th page What Are Web Applications? Web applications come in a variety of shapes and sizes. They are written in all kinds of languages, they run on every kind of operating system, and they behave in every conceivable way.
11、At the core of every web application is the fact that all of its functionality is communicated using HTTP, and its results are typically formatted in HTML. Inputs are communicated using GET, POST, and similar methods. Lets explore each of these things in turn. Our definition of a web application is
12、simply any software that communicates using HTTP. This may sound like a broad definition, and it is. The techniques we are showing you in this book apply to any technology based on HTTP. Notice that a web server that serves up static web pages does not fit our bill. There is no software. If you go t
13、o the same URL, you will see the exact same output, and there is no software that executes as a result of making the request. To be a web application, some kind of business logic (script, program, macros, whatever) must execute. There must be some kind of potential variability in the output. Some de
14、cisions must be made. Otherwise, were not really testing software. 网络的应用程序都有多种不同的形状和尺寸。他们都写在各种语言 ,他们运行在每一一种操作系统 ,和他们的行为在每一种可能的途径。在每一个网络应用的核心是一个事实其功能的传达使用 HTTP,其结果通常在 HTML格式。投入是沟通使用得到、邮政、类似的方法。让我们来探索每 一件事情上面都会反过来。 我们的网络应用程序的定义就是任何软件使用 HTTP沟通。这可能听起来像一个广阔的定义 ,它是。我们正为你展现技巧在这本书适用于任何技术基于 HTTP。注意 那一个网络服务器
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译
