网站首页  词典首页

请输入您要查询的英文单词:

 

单词 javascript
释义

javascript

  • 网络脚本;脚本语言;客户端脚本
1.
脚本
你的脚本Javascript)代码错误啊,不是浏览器的问题,改的话 你得找到那个文件才行这是你的IE浏览器出了问题,具体的我 …
wenwen.soso.com
2.
脚本语言
脚本语言(如 JavaScript)为 SVG 文件带来了无限的功能。指针移动和键盘移动可以调用脚本功能(如翻转效果)。
help.adobe.com
3.
客户端脚本
客户端脚本(如 JavaScript)不同,服务器端脚本在浏览器显示网页之前在服务器上运行。购物车、动态菜单和调查便是服 …
office.microsoft.com
4.
网页常用小技巧
网页常用小技巧(javascript)-[http://blog.csdn.net/edusaj] 2005-11-16 14:45 阅读(697) 评论(0) Java经典好资源-[http://blog.cs...
blog.csdn.net
5.
脚本代码
·NAME -设定变量名,用于脚本代码(如javascript)的引用。仅用于EMBED。
www.cnblogs.com
6.
脚本言语
检测到您利用的浏览器不收撑脚本言语(javascript),或该功能未被禁用。 若是您想体验那些新功能 www.baidu.co ,需要浏览 …
aphaotai.com

例句

释义:
1.
First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML.
首先,如果您一直忠实地阅读这个系列,那么您已经学会了如何使用DOM这种对JavaScript友好的API来操纵XML。
www.ibm.com
2.
With these security considerations in mind and a working applet, we are now ready to use the applet from JavaScript.
牢记这些安全事项并且拥有一颗可以正常工作的Applet后,我们现在已经准备好从JavaScript使用Applet。
www.ibm.com
3.
In just a few lines of code, you're intercepting the normal submittal of an HTML form and executing some custom JavaScript code instead.
通过少量代码,您就截取了一个HTML表单的正常提交,并执行了一些定制JavaScript代码。
www.ibm.com
4.
In a real application, you would be likely to put a library of useful JavaScript functions into such an external file.
在实际的应用程序中,很可能要把必要的JavaScript函数库放在这类外部文件中。
www.ibm.com
5.
Next is the name of the JavaScript function that you want Flash to call when it gets a response from the server.
下一个是JavaScript函数名,此函数在获得服务器响应后由Flash调用。
www.ibm.com
6.
The first bit of the code uses basic JavaScript code to grab the values of a few form fields.
开始的代码使用基本JavaScript代码获取几个表单字段的值。
www.ibm.com
7.
The DWR framework allows you to call methods on your Java classes directly from JavaScript code.
DWR框架支持从JavaScript代码中直接调用Java类上的方法。
www-128.ibm.com
8.
In the previous example, you've seen that it is possible to call Java methods from JavaScript.
在之前的例子中,您已经看到了从JavaScript调用Java方法是可行的。
www.ibm.com
9.
One of your options is to embed JavaScript within the style sheet, either directly or as an external file.
选择之一是将JavaScript直接或作为外部文件嵌入样式表。
www-128.ibm.com
10.
It's very easy to sign up with 103bees and you only have to copy one line of Javascript code into the template file for your web site.
这是很容易去签字与103bees和你只需要拷贝一条线的javascript代码到模板文件,为你的网站。
fm.christianlovedating.com
1.
All that's really left is to call that first JavaScript method and start the whole process.
所有这些实际上都依赖于调用第一个JavaScript方法,它启动了整个过程。
www.ibm.com
2.
You can copy the JavaScript files contained in the unzipped release folder to your application server, as you would any other . js scripts.
您可以将解压的发布文件夹中的JavaScript文件以及其他任何.js脚本复制到您的应用程序服务器。
www.ibm.com
3.
You use the command line just like any other command line; it executes all the JavaScript you write as if it were part of the page.
这种命令行的使用方式与其他命令行一样;它执行您编写的所有JavaScript代码,好像它们就是页面的一部分一样。
www.ibm.com
4.
Stay tuned for the next part of this series where you'll learn how to call remote JavaScript functions with Ajax.
请您继续关注本系列的下一篇文章,在该文章中,您将了解如何用Ajax调用远程JavaScript函数。
www.ibm.com
5.
You can always access and manipulate DOM from JavaScript, making it easy to handle it like a typical HTML control.
您始终可以从JavaScript访问并操作DOM,并使之像典型的HTML控件一样易于处理。
www.ibm.com
6.
If you use the same JavaScript you used for your US client, you'll get a JavaScript error when it tries to create the Number object.
如果您仍使用与为美国客户编写的相同的JavaScript,就会在它试图创建这个Number对象时得到一个JavaScript错误。
www.ibm.com
7.
If the content is loaded into the page using JavaScript, they have no access to that content at all, even in its unsorted state.
如果内容通过JavaScript加载到页面,这些用户根本访问不到内容,即便在没有排序的状态。
blog.sina.com.cn
8.
The tab list for Firefox Mobile is implemented as a simple HTML page with a bit of JavaScript that loads in the data.
移动版Firefox的标签列表是一个简单的HTML页面,用JavaScript加载数据。
www.bing.com
9.
At this point, you're ready to add in JavaScript, images, and live navigation.
现在,可以添加JavaScript、图片和活动导航了。
www.ibm.com
10.
Because of the event-driven nature of JavaScript (and Node by extension), whatever you write with it is going to be very fast.
而由于JavaScript的时间驱动特性(和节点扩展),你无论在其中编写什么都十分迅速。
www.bing.com
1.
However, with a bit of JavaScript code, you can handle the client date selection event and do whatever you need.
但是,您可以使用一些JavaScript代码来处理客户端日期选择事件和执行所需操作。
blog.163.com
2.
The problem with XML in browser-based application development is the lack of a native, easy-to-use JavaScript parser.
在基于浏览器的应用程序的开发中,XML缺乏本地的、易于使用的JavaScript解析器。
www.ibm.com
3.
As you know, you can use the Selector function from a JavaScript framework to easily select an element by its ID.
如您所知,可以使用JavaScript框架的Selector函数根据ID轻松选取元素。
www.ibm.com
4.
Using ajaxForm and a bit of custom JavaScript code, you can call ThickBox's tb_show method directly.
使用ajaxForm和少量的定制JavaScript代码,您就可以直接调用ThickBox的tb_show方法。
www.ibm.com
5.
At first, we will use it a as part of an applet UI, but later the applet will just be used to make it available to JavaScript.
首先,我们将使用它作为AppletUI的一部分,但是稍后该Applet将把它用于JavaScript。
www.ibm.com
6.
So you create a variable in JavaScript with var, give it a name (like "request" ), and then assign it to a new instance of XMLHttpRequest.
因此在JavaScript中用var创建一个变量,给它一个名字(如“request”),然后赋给它一个新的XMLHttpRequest实例。
www.ibm.com
7.
Libraries have been a huge contributor to the surge in popularity of JavaScript in the last few years.
过去的几年间,函数库为JavaScript的突然风靡做出了巨大的贡献。
www.bing.com
8.
Javascript: was this script language has many advantages, but search program not know any of the content.
本来这种脚本语言具有很多的优势,可是搜索程序不认识其中的内容。
www.ymkchina.com
9.
If you assign this string to any JavaScript variable, the variable will accept the data in terms of an object.
如果将此字符串赋给任意一个JavaScript变量,则该变量将接受以这种对象为单位的数据。
www.ibm.com
10.
One situation where the substitution of Java code for JavaScript might be appealing is in a team that lacks experienced Web developers.
用Java代码代替JavaScript比较有吸引力的一种情况就是:团队缺少有经验的Web开发人员。
www.ibm.com
1.
The first, as you would imagine, converts a data object of any kind into a serialized set of data, ready for JavaScript to handle.
像您想象的一样,第一个函数将把任意类型的数据对象转换为一组序列化数据,以供JavaScript处理。
www.ibm.com
2.
Even Javascript, once the bane of every web developer's life, has powerful idioms allowing AOP to be implemented easily.
即便是曾经祸害过每个开发者生活的Javascript,也有强大的方言能够方便地实现AOP。
www.infoq.com
3.
It lets you create, manipulate, and use XML directly from JavaScript without requiring the use of any other XML library or API.
它允许您在无需使用任何其他的XML库或API的情况下,直接从JavaScript创建、操作和使用XML。
www.ibm.com
4.
And that would be a very satisfying place to end, since JavaScript began as a scripting language for Java plug-ins.
插件是非常适合放置代码的位置,因为JavaScript最初就是用于Java插件的脚本语言。
www.ibm.com
5.
Astro (node-xmpp): Mainstream adoption can be very easy one day because JavaScript is quite a popular language.
Astro(node-xmpp):Node.js有朝一日会很容易成为主流的,因为JavaScript是个相当流行的语言。
www.infoq.com
6.
Now the application is ready to be compiled into JavaScript and be deployed.
现在已经准备好将应用程序编译成JavaScript并部署它。
www.ibm.com
7.
It has always been a dream of mine to write Eclipse plug-ins in other languages like JavaScript, Groovy or Scala.
我一直有个梦想——使用其它语言如JavaScript、Groovy或Scala编写Eclipse插件。
www.infoq.com
8.
The early web would have been a rough place if sloppy JavaScript programming prohibited pages from loading.
如果JavaScript语言草率地禁止页面加载,那么早期的Web将是一片混乱。
www.ibm.com
9.
Once compiled, these libraries can be called from C and JavaScript just as easily as it is called from . NET.
编译这些库之后,我们就可以在C 和JavaScript中调用它们,就像从.NET中调用一样简单。
www.infoq.com
10.
The ultimate goal of this process is to be able to use JavaScript code to analyze the retrieved data.
这个过程的最终目标是使用JavaScript代码分析检索的数据。
www.ibm.com
1.
But, impressive as the script is, all it really does is offload the prefixing to JavaScript.
但是令人印象深刻的是,这个脚本确实做到了与将前缀写进CSS文件中的一样的效果。
www.cnbeta.com
2.
A JSON object like the one shown in Listing 1 can be inspected during development time using tools like FireBug or simple JavaScript alerts.
在开发期间,可以使用FireBug或简单的JavaScript警告等工具检查清单1中所示的JSON对象。
www.ibm.com
3.
JavaScript happens to be a great fit for writing servers due to its event-driven nature.
JavaScript的事件驱动特性使其自然而然地成为了编写服务器的上佳选择。
www.bing.com
4.
The JavaAdapter class of the org. mozilla. javascript package makes it especially easy to add listeners to components in Rhino.
javascript包中的JavaAdapter类可以使得向Rhino中的组件添加监听程序变得特别简单。
www.ibm.com
5.
The parameter getModel refers to a JavaScript method that will be called with the result of this call passed as a method parameter.
getModel参数引用将调用的JavaScript方法,此调用的结果将作为方法参数传递。
www.ibm.com
6.
You're also specifying JSON as the return type, which will make it easy to parse the data from JavaScript.
此外,将返回类型指定为JSON,这会使解析来自JavaScript的数据变得十分简单。
www.ibm.com
7.
you could combine your own JavaScript files into a single output target containing your own application code.
你可将全部的JavaScript的程序代码整合到单独一个文件中去。
www.yui-ext.com
8.
As you see later in the article, the ability to use this data within the JavaScript client is immediate.
本文将在稍后介绍,在JavaScript客户机中使用该数据的能力是即时的。
www.ibm.com
9.
The big adjustment we faced was that there is no compile time checking with JavaScript.
我们所面对的最大的调整是JavaScript没有编译时检查。
www.ibm.com
10.
For those with JavaScript, you want to make the large image show up in a lightbox overlay in the current window, not in a new window.
对于那些拥有JavaScript的用户,您想在当前窗口的一个lightbox覆盖层、而不是一个新窗口中显示一个大图。
www.ibm.com
1.
Using a separate file source for your JavaScript prevents you from being able to dynamically change your JavaScript.
对您的JavaScript使用独立的文件源会阻止您动态地更改JavaScript。
www.ibm.com
2.
Then the anchor tag around the word giraffe calls the JavaScript to bring up the pop-up.
随后giraffe文字旁的锚定标记将调用JavaScript来显示弹出框。
www.ibm.com
3.
Having completed the design of a finite state machine in Part 1, you are ready to implement the FadingTooltip widget in JavaScript.
在第1部分中完成了有限状态机的设计之后,就可以用JavaScript实现FadingTooltip部件了。
www.ibm.com
4.
Things have recently changed and I find JavaScript development to be some of the most exciting code I've written.
最近,事情有所变化,并且我发现JavaScript开发中有些是我写过的最令人激动的代码。
dongxi.net
5.
The next expression (the one starting with var photos) might be unfamiliar to even experienced JavaScript developers.
下一个表达式(以varphotos开始)即便是一个有经验的JavaScript开发人员也未必熟悉。
www.ibm.com
6.
The entry point into a GWT application is a Java class whose compiled JavaScript is the script for a given page.
GWT应用程序的入口点是一个Java类,它的已编译JavaScript是针对特定页面的脚本。
www.ibm.com
7.
Next, take a look at the JavaScript code that responds to the Ajax invocation and displays the inventory, shown in Listing 4.
下一步,看看响应Ajax调用和显示库存的JavaScript代码,如清单4所示。
www.ibm.com
8.
When a developer works on a CSS or JavaScript file, white space is usually a good thing.
当开发人员使用CSS或JavaScript文件工作时,空白内容通常是一件好事。
www.ibm.com
9.
Although its general page load performance lags a bit behind WebKit-based mobile browsers, it has a very fast JavaScript engine.
尽管它的页面加载速度整体上比一些移动版Webkit内核浏览器稍慢,但它有一个非常快的JavaScript引擎。
www.bing.com
10.
Image submit buttons work like the image link above, but they do not require JavaScript.
图像提交按钮的作用类似上面的图像链接,但它们不需要JavaScript。
www.ibm.com
1.
A good CSS, JavaScript, jQuery and HTML book will go very far, and none would be specific to any one server-side technology.
一本讲解CSS、JavaScript、JQuery和HTML的好书非常有用,而且不会局限于特定的服务器端技术。
www.infoq.com
2.
Developed a second PHP application that combines JavaScript with HTML for the front end.
开发了第二个PHP应用程序,它用JavaScript和HTML组合成前端。
www.ibm.com
3.
A standalone JavaScript is not embedded as a resource in an assembly and therefore cannot access values in a resources file.
独立JavaScript不作为资源嵌入在程序集中,因此不能访问资源文件中的值。
msdn2.microsoft.com
4.
There is no concept of overloading, as JavaScript ignores any unexpected arguments and substitutes null for any that are missing.
这里和重载无关,因为JavaScript将忽略任何意外的参数并使用null代替任何缺失的参数。
www.ibm.com
5.
As soon as you tab out of any input field in the table, JavaScript code attached to the onblur event runs.
一旦焦点离开表中任意输入栏,就会运行与onblur事件联系的JavaScript代码。
www.ibm.com
6.
The return data could also be in the form of JSON objects (JSON is basically a protocol for defining objects in JavaScript code).
返回的数据也可以是JSON对象格式的(JSON是用来定义JavaScript对象的一种协议)。
www.ibm.com
7.
This scenario demonstrates the additional performance cost of executing a simple piece of JavaScript on every event flow.
这个场景展示了在每个事件流发生时执行一段简单的JavaScript导致的性能开销。
www.ibm.com
8.
Next, you use Dojo's convenience function, dojo. formToObject, to turn all of the data from the form into a JavaScript object.
下一步,使用Dojo的函数dojo.formToObject来将表单中数据转换成JavaScript对象。
www.ibm.com
9.
There are quite a few good tools to develop your JavaScript code, but I prefer to develop my applications with Jetbrains' Intellij IDEA.
开发JavaScript代码有一些优秀的工具,但是我最喜欢使用Jetbrains’IntellijIDEA开发应用。
www.infoq.com
10.
Yes, all that JavaScript communications and data parsing code with lots of tricks for multi-browser support.
没错,为了实现多浏览器的支持,所有JavaScript通信和数据解析代码都包含了大量技巧。
www.ibm.com
1.
To see the JavaScript that the compiler is emitting, just choose the Pretty setting shown in Figure 1.
要查看编译器发出的JavaScript,只需选择图1中显示的Pretty设置。
www.ibm.com
2.
To help you rapidly deploy cross-platform mobile apps and websites, there's a wide range of JavaScript frameworks you can take advantage of.
这些轻量级框架使用HTML5和CSS3标准来帮助您快速开发跨平台的Web移动应用和网站。
space.cnblogs.com
3.
One of the most interesting uses of closures in JavaScript is to simulate private variables of a class.
在JavaScript中,闭包最有趣的用途之一是模拟类的私有变量。
msdn.microsoft.com
4.
In Listing 5 you see a closure in which a JavaScript object (obj) contains a reference to a DOM object (referenced by the id "element" ).
在清单5中,可以看到一个闭包,在此闭包内,JavaScript对象(obj)包含到DOM对象的引用(通过id“element”被引用)。
www.ibm.com
5.
Media Player comes in the form of a JavaScript library, which loads a lightweight Flash module responsible for playing an audio file.
MediaPlayer作为一个JavaScript库,该库加载一个负责播放音频文件的轻量级Flash模块。
www.ibm.com
6.
Every user action that normally would generate an HTTP request takes the form of a JavaScript call to the Ajax engine instead.
用户的每个动作通常都会产生的http的请求被javascript传向Ajax引擎的调用取代了。
www.bing.com
7.
You can use the onscrollidle option, which you haven't used in this example, to call JavaScript functions when scrolling pauses or stops.
还可以使用本例中没有使用的onscrollidle选项来定义当滚动暂停或停止时调用的JavaScript函数。
www.ibm.com
8.
If there was a problem (and request is false), use a JavaScript alert to tell users there was a problem.
如果出现问题(request是false)则使用JavaScript警告通知用户出现了问题。
www.ibm.com
9.
The logic for your blog is in a client-side JavaScript script, and security should never be solely enforced on the client.
blog的逻辑均处在客户机端的JavaScript脚本中,而安全性决不能只在客户机端实现。
www.ibm.com
10.
Scripts written in the JavaScript language can access the public fields and call the public methods of any Java object.
使用JavaScript语言编写的脚本可以访问公共字段并调用任何Java对象。
www.ibm.com
1.
More complicated skin component tags emit JavaScript that contains the values of any specified attributes and then inserts a subform.
更复杂的皮肤组件标签会包括JavaScript,它包含所有指定属性的值,然后还会插入一个子表单。
www-128.ibm.com
2.
If all of the fields have been filled out, a JavaScript pop-up box asks if you would like to upload a picture of this contact.
如果所有字段都已填好,那么会弹出一个JavaScript对话框,询问是否要上传联系人的照片。
www.ibm.com
3.
The JavaScript code (with a little help from the Prototype library) to perform this action might be as follows in Listing 13.
执行这个动作的JavaScript代码(Prototype库提供了一点帮助)可能类似于清单13。
www.ibm.com
4.
Also, be sure to refer to the JavaScript category here on Nettuts for a massive list of tutorials, at all skill levels.
此外,在所有的技能水平上,确保JavaScript类别在Nettuts 上有大量教程列表。
www.bing.com
5.
Since our applet has no UI elements, event information is passed directly to the JavaScript layer.
由于我们的applet没有UI元素,事件信息被直接传送给JavaScript层。
www.ibm.com
6.
The last step is to call this sendData JavaScript function from the Flex application.
最后一步是从Flex应用程序中调用这个sendDataJavaScript函数。
www.ibm.com
7.
Felipe Nascimento: I'm a javascript lover and I believe this language will be in the future of most of developers in the word.
FelipeNascimento:我非常喜欢JavaScript,我认为这种语言将会被大多数开发人员所使用。
www.infoq.com
8.
Use the Firebug extension to trace which files load slowly, and I bet that your JavaScript files are among the slowest.
使用Firebug扩展跟踪加载缓慢的文件,我敢打赌您的JavaScript文件是下载最慢的文件。
www.ibm.com
9.
Asynchronous JavaScript XML (Ajax) has had a profound impact on the way information can be delivered to a client's browsing session.
AsynchronousJavaScript XML(Ajax)对将信息传送到客户机的浏览器会话的方式产生了深远影响。
www.ibm.com
10.
Get form data: JavaScript code makes it simple to pull data out of your HTML form and send it to the server.
获取表单数据:JavaScript代码很容易从HTML表单中抽取数据并发送到服务器。
www.ibm.com
1.
Get form data: JavaScript code makes it simple to pull data out of your HTML form and send it to the server.
获取表单数据:JavaScript代码很容易从HTML表单中抽取数据并发送到服务器。
www.ibm.com
2.
There is no question that Firebug offers a much more natural way of working with JavaScript and that it offers great flexibility.
毫无疑问,Firebug提供了一种更加自然的处理JavaScript的方式,并且提供了更好的灵活性。
www.ibm.com
3.
JavaScript is an incredibly powerful tool, and for too long it was a corruptive force on the web.
JavaScript是一个能力强大到让人难以置信的工具,很长一段时间它的威力让web一团糟。
blog.sina.com.cn
4.
Prior to JavaScript libraries, using regular JavaScript, it was still quite easy to find a page element by its ID.
在使用常规JavaScript的JavaScript库之前,通过ID查找页面元素还是相当简单的。
www.ibm.com
5.
JS Charts is a free lightweight javascript chart generator foundation to support the histogram, pie chart and a simple circular curve.
JSCharts是一个轻量级的免费javascript基础图表生成器,支持柱状图,圆饼图以及简单的曲线图。
www.pudn.com
6.
The same origin policy can be a problem if your JavaScript application wants to contact services that you or others have written.
如果您的JavaScript应用程序需要与您或其他人编写的服务建立连接,那么这种同源策略会造成问题。
www.ibm.com
7.
If you wrap each element in a tag, it will be seen only by users of non-JavaScript user agents: the exact users you want to see them.
如果将每个元素都包装到一个标记中,那么只有非JavaScript的用户代理能看见它:这些用户正是您所希望的。
www.ibm.com
8.
Combining JSF with JavaScript to deal with just one component, rather than the entire page, is called immediate event handling.
程序组合采用JSF和JavaScript技术来处理一个组件,而不是整个页面,这种技术称为即时事件处理。
www.ibm.com
9.
If you had to parse data like this with server-side Java code or even client-side JavaScript code, you might use DOM APIs.
如果必须要像这样用服务器端Java代码甚至是客户端JavaScript代码解析数据,您可能会使用DOMAPI。
www.ibm.com
10.
In the previous section, you learned that you can drastically reduce the size of your JavaScript source files by minifying them.
在前一章中,您了解到可以通过缩减JavaScript源文件来显著减小其大小。
www.ibm.com
1.
Simply add some text in the tag to tell users that their browsers don't support JavaScript and that they cannot view the page correctly.
只需在这个标记中添加一些文本,告诉用户他们的浏览器不支持JavaScript,因此不能正确地查看页面。
www.ibm.com
2.
You simply need to call the showDialog or closeDialog JavaScript functions, passing the name of the dialog to show or hide the update panel.
您只需要调用showDialog或closeDialogJavaScript函数,传递显示或隐藏更新面板的对话框的名称。
www.ibm.com
3.
In JavaScript, an object constructor is just a function -- the function's name is the object's name.
在JavaScript中,对象构造方法(constructor)仅仅是一个函数——这个函数的名称是对象的名称。
www.ibm.com
4.
It may help to understand what part of your Web application makes heavy use of JavaScript code.
它可以帮助了解Web应用程序的哪些部分大量使用了JavaScript代码。
www.ibm.com
5.
Ajax, however, is just a fancy acronym for the combination of JavaScript and XML.
Ajax仅仅是对JavaScript和XML组合的富有想像力的缩写词。
www.ibm.com
6.
First, build the comment form as you normally would without any JavaScript code and ensure that it works.
首先,像往常一样构建评论表单,不使用任何JavaScript代码,保证它能正常运行。
www.ibm.com
7.
You simply need to call the showUpdatePanel or hideUpdatePanel JavaScript functions, passing the name of the panel to show or hide.
您只需要调用showUpdatePanel或hideUpdatePanelJavaScript函数,就可以传递要显示或隐藏的面板的名称。
www.ibm.com
8.
A simple way to control which JavaScript functions may be called through the RPC mechanism is to maintain them in a Set collection.
要控制可以通过RPC机制调用哪些JavaScript函数,一种简单的方式是在一个Set集合中维护它们。
www.ibm.com
9.
To see how this work, put the following line in a stand-alone JavaScript file called ticker. js.
要查看其效果,将下面一行放入名为ticker.js的独立JavaScript文件中。
www.ibm.com
10.
But they rely on various other JavaScript globals as well, located within the . . . section of the page.
但它们也依赖于各种其他位于页面的…部分的JavaScript全局脚本。
www.ibm.com
1.
Other files, like stylesheets, images, or JavaScript, must be transferred to the client as well.
也必须将其他文件(如样式表、图像或JavaScript)传输到客户机。
www.ibm.com
2.
Nothing to it because all the work was already taken care of with the JavaScript functions written in the last section.
没有什么特别的,因为所有工作都已经由在上一节中所编写的JavaScript函数完成了。
www.ibm.com
3.
Then, the server sends data back to your JavaScript code (still standing in for the Web form) which decides what to do with that data.
然后,服务器将数据返回JavaScript代码(仍然在Web表单中),后者决定如何处理这些数据。
www.ibm.com
4.
The invocation is by means of a JSON-RPC (JavaScript Object Notation-Remote Procedure Call).
调用是通过JSON-RPC(JavaScript对象注释-远程程序调用)完成的。
www.ibm.com
5.
Portability problems and inconsistent implementations have also seriously compromised JavaScript as an implementation language.
可移植性问题和不一致的实现也严重限制了JavaScript作为实现语言的作用。
www.ibm.com
6.
With JavaScript it is possible to send invalid data to the server even if you do both instantaneous and batch checking.
使用JavaScript时,即使您同时执行瞬时和批处理检查,仍有可能向服务器发送无效数据。
www.ibm.com
7.
afterall, if you don't understand prototypal inheritance, the concept of extending inside of JavaScript will seem foreign to you.
毕竟,如果你不理解原型继承,在JavaScript内扩展的概念会比较生疏。
www.infoq.com
8.
Geo-spatial mapping might sound tricky, but not when the Google Maps JavaScript API does so much of the work for you.
地理空间绘制乍听起来需要很多技巧,但若GoogleMapsJavaScriptAPI能代您完成很多工作的话,那就另当别论了。
www.ibm.com
9.
After you deploy the Venkman JavaScript debugger, you must set an option to allow you to see the code in the sidebar.
在部署完VenkmanJavaScript调试器之后,您必须设置一个选项,以便查看侧边栏中的代码。
www.ibm.com
10.
Once the component stub is obtained, executing the method looks like any other JavaScript method call . . . or does it?
一旦获得了组件存根,执行此方法就如同任何其他的JavaScript方法调用一样,不是么?
www.ibm.com
1.
In Flex, we create a function to call our external JavaScript function and execute it, changing the status line.
在Flex内,我们创建一个函数来调用我们的外部JavaScript函数并执行它,更改状态栏。
www.ibm.com
2.
The JSON object includes both the "id" field and the "name" field for the record encoded as a JavaScript hash table.
对于作为一个JavaScript哈希表编码的记录,JSON对象包含“id”字段和“name”字段。
www.ibm.com
3.
Having a JSON formatted output improves the ease with which JavaScript components can use the feed output.
拥有JSON格式的输出可以改进JavaScript组件使用提要输出的简易性。
www.ibm.com
4.
When I first experimented with caching the home page, I could have decided to simply replace the links with JavaScript.
在我刚开始试着缓存这个主页时,我本可以简单地用JavaScript替换这些链接。
www.ibm.com
5.
Embedded links or JavaScript within the page can report to a central monitoring server on user activity within a web site or portal.
在页面中嵌入的链接或JavaScript可以向中心监视服务器报告网站或门户中用户活动的信息。
www.ibm.com
6.
The V4 framework allows for JavaScript to be coded in the usual way, but with a few special constructs.
V4框架允许通过普通方式进行JavaScript编码,但是要使用一些特殊的构造。
www.ibm.com
7.
One of the best JavaScript unit testing frameworks is the JsTestDriver library, which provides testing for JavaScript code across browsers.
JsTestDriverlibrary是最好的JavaScript单元测试框架之一,它为JavaScript代码提供了跨浏览器测试。
www.ibm.com
8.
Once all of those browsers reach a point of market saturation we'll be able to remove a large chunk of code from most JavaScript libraries.
一旦所有这些浏览器的市场都饱和时,我们就能从大多数JavaScript库中移除大量代码。
www.infoq.com
9.
Then, the JavaScript code tests the length of the entered text and returns an error message if the user input isn't valid.
然后,JavaScript代码测试输入的文本的长度,并且如果用户输入无效则返回错误消息。
www.ibm.com
10.
Our extensive JavaScript code-generating tools range from simple bookmarklets all the way up to our popular Hierarchical DHTML menus.
我国广泛JavaScript的代码生成工具,从简单的bookmarklets一直到高层次的流行动态网页菜单。
ymsdine.wetpaint.com
1.
You can write a simple script in any other language that returns a similar response to test the JavaScript code.
您可以以其他任何语言编写一个简单的脚本,返回一个类似的响应来测试JavaScript代码。
www.ibm.com
2.
UltraEdit focuses a good deal on web development platforms, with advanced features built-in for HTML, PHP, JavaScript, and much more.
UltraEdit是一个很好的WEB开发平台,提供很多高级特性用来构建HTMLPHP,JavaScript和更多其它的网络编程语言。
www.bing.com
3.
Download this JavaScript library, which contains the scripts above and a simple test page for the scripts.
下载JavaScript库,它包含了上面的脚本和一个用于测试这些脚本的简单测试页面。
www.ibm.com
4.
Use this to see your site through the eyes of a user who doesn't have the luxury of JavaScript available to them.
通过没有JavaScript可用的用户的视角来查看您的站点。
www.ibm.com
5.
The next block you need to put in place is the JavaScript API that exposes the methods available to Ext. Direct.
下一个您需要放置到位的模块是,向Ext.Direct公开可用方法的JavaScriptAPI。
www.ibm.com
6.
In JavaScript, a namespace is nothing more than an object that holds static properties, static methods, and other nested namespace objects.
在JavaScript中,名称空间不过是一个可以加载静态属性、静态方法和其他一些嵌套名称空间对象的对象。
www.ibm.com
7.
The front-end event must then call a JavaScript function with the same name as your PHP class name.
前端事件必须调用一个与PHP类同名的JavaScript函数。
www.ibm.com
8.
This payload can be simple HTML, but most gadgets contain some kind of JavaScript logic, as well.
这个有效负载可能是简单的HTML,但多数gadget也会包括一些JavaScript逻辑。
www.ibm.com
9.
Unlike similar JavaScript libraries, jQuery has a unique philosophy that allows you to express common complex code succinctly.
与类似的JavaScript库不同,jQuery具有独特的基本原理,可以简洁地表示常见的复杂代码。
www.ibm.com
10.
The image annotation gadget is basically just some JavaScript written by a Wikimedia volunteer and made standard on the site.
这个图片注释插件是由一名维基百科志愿者开发的JavaScript脚本,后来成为该网站的标准。
www.bing.com
1.
The cut and paste solution is to move the JavaScript to the bottom of the page.
“剪切和粘贴”解决方案将把JavaScript移至页面底部。
www.ibm.com
2.
Second, the logic to call the RPC adapter and construct the page at runtime will be implemented using JavaScript.
第二,访问RPCadapter和运行时构建页面的逻辑,将会使用JavaScript来创建。
www.ibm.com
3.
When an identifier is encountered, the execution context's scope chain is searched for an identifier with a matching name.
在执行JavaScript代码的过程中,当遇到一个标识符,就会根据标识符的名称,在执行上下文(ExecutionContext)的作用域链中进行搜索。
www.bing.com
4.
If you need to put JavaScript in your pages, put it into a separate file and include this file in your page.
如果您需要在页面中使用JavaScript,请将它放在单独的文件中,并在相应的页面中包含该文件。
www.ibm.com
5.
The last part of the JavaScript implementation is to define the init function that will be called right after the page load.
JavaScript实现的最后一部分是定义将在页面加载完成后立即调用的init函数。
www.ibm.com
6.
The JavaScript code is always the same, but the values that are defined in the Answer type are in different languages.
JavaScript代码总是相同的,但Answer类型中定义的值以不同语言表示。
msdn2.microsoft.com
7.
The easiest way by far would be to have access to that information in JavaScript.
到目前为止,最简单的方式是能访问到JavaScript形式的该信息。
www.ibm.com
8.
When you put the JavaScript code at the bottom, it will (in most cases) download last, after the other components.
如果将JavaScript代码放在页面底部,(在大多数情况下)它将在最后下载,这时所有其他组件都已下载完。
www.ibm.com
9.
Additionally, the JavaScript dojo. parser needs to be included as well.
此外,JavaScriptdojo.parser也需要包括进来。
www.ibm.com
10.
Until recently, most JavaScript developers had virtually no development tools to help them debug and generally make their life easier.
直到最近,大多数JavaScript开发人员实际上没有开发工具来帮助简化开发和调试。
www.ibm.com
1.
The other is to respond with data and leave it up to some other JavaScript code to parse the data and repaint.
一种是用数据进行响应,而将解析数据和重绘留给其他的JavaScript代码处理。
www.ibm.com
2.
You, though, are going to use the data table control and a little JavaScript.
但是您要使用数据表控件和一些JavaScript。
www.ibm.com
3.
It may break for older or uncommon Web browsers, and, of course, it won't work if the user has disabled JavaScript.
对于较旧的或不常见的Web浏览器可能不行,当然,如果用户禁用了JavaScript则肯定不能工作。
www.ibm.com
4.
Selenium also allows you to use XPath, regular expressions, or even JavaScript to locate specific elements, if you so desire.
Selenium还允许您使用XPath、正则表达式,甚至是JavaScript来查找特定的元素(如果您希望这样做)。
www.ibm.com
5.
JavaScript Object Notation (JSON) is a data interchange format used to represent data in the business logic running on browsers.
JavaScriptObjectNotation(JSON)是一种用于表示在浏览器上运行的业务逻辑数据的数据交换格式。
www.ibm.com
6.
Many JavaScript toolkits attempt to anticipate every possible developer need, but jQuery focuses on the basics.
许多JavaScript工具箱都试图预测所有可能的开发人员需求,但是jQuery只关注基本原理。
www.ibm.com
7.
You should also be clear that style and behavior (event handlers and JavaScript) are applied to this organization after the fact.
还应该清楚,样式和行为(事件处理程序和JavaScript)是在事后应用于该组织的。
www.ibm.com
8.
These are the very limited JavaScript privileges that generally do not let the script access anything but site-related information.
这些是非常有限的JavaScript特权,除了与站点相关的信息,一般不允许脚本访问其他任何内容。
www.ibm.com
9.
So, when you choose a JavaScript library, you can't go wrong by picking one of these three libraries.
因此,当您选择JavaScript库时,选择这3个库之一是不会错的。
www.ibm.com
10.
Security issues, JavaScript errors and inexplicable CSS rendering quirks have made it the brunt of many jokes.
安全问题,JavaScript的错误和令人费解的CSS怪异呈现让它成为了很多笑话首当其冲的话题。
www.bing.com
1.
You can interact with your Web UI and step through the Java code that represents the corresponding JavaScript executed on the client.
您可以与WebUI进行交互,分步调试表示客户端执行的相应JavaScript代码的Java代码。
www.ibm.com
2.
WebSEAL is intelligent enough to filter JavaScript, but you need to tell it to do so.
WebSEAL足够智能,足以过滤JavaScript,但您需要告诉它这么做。
www.ibm.com
3.
The JavaScript code in the example application (index. html) records local function invocations into a page level array named cmdHistory.
示例应用程序(index.html)中的JavaScript代码将本地函数调用记录到一个名为cmdHistory的页面级别数组中。
www.ibm.com
4.
Some Web sites are built completely with JavaScript code and Ajax -- a practice I recommend that you avoid if at all possible.
有些Web站点完全使用JavaScript代码和Ajax构建,我建议在任何情况下都应该避免这样做。
www.ibm.com
5.
iUI also contains compact versions of the CSS and JavaScript files, with extraneous whitespace removed for a quicker download.
iUI还包含压缩版的CSS和JavaScript文件(为了加快下载速度,删除了额外的空白)。
www.ibm.com
6.
The Web server serves the result to the client in the form of an HTML page, AddressBook. html, utilizing JavaScript and CSS in the process.
Web服务器以HTML页面(AddressBook.html)的格式将结果发送到客户机,HTML页面中利用了JavaScript和CSS技术。
www.ibm.com
7.
Listing 22 is a streamlined version (the namespace declarations and a JavaScript function have been removed) of template. xhtml.
清单22是template.xhtml的简化版本(已经删除名称空间声明和JavaScript函数)。
www.ibm.com
8.
Because it strips the HTML tags, the attempt to run a JavaScript fails, and you get a much more appropriate result from the script.
由于它将除去HTML标记,因此尝试运行JavaScript将失败,并且从脚本中获得更适当的结果。
www.ibm.com
9.
The data is inserted into the currently displayed page through JavaScript DOM manipulations applied to the currently displayed HTML markup.
通过应用于当前显示的HTML标记的JavaScriptDOM操作将数据插入到当前显示的页面。
www.ibm.com
10.
Clicking the link will bring you to the generated JavaScript source of api. php for the classes and methods defined in config. php.
点击该链接可以链接到api.php的JavaScript源,在config.php中定义的类和方法。
www.ibm.com
1.
Since JavaScript code receives the data, the front end doesn't directly see any debugging data sent from the back end.
由于JavaScript代码接收数据,前端不会直接看到后端发来的任何调试数据。
www.ibm.com
2.
When a help desk user receives a service request, he fills in the form presented in HTML UI and submits it with a JavaScript action.
当服务台用户接收到服务请求时,他会填写HTMLUI中显示的表单并使用JavaScript操作提交表单。
www.ibm.com
3.
Also ignored are synchronized declarations, as the JavaScript interpreter does not support threading.
还忽略synchronized声明,因为JavaScript解析程序不支持线程。
www.ibm.com
4.
JavaScript API - The JavaScript API is a simple API that has been optimized to help you emulate the Netflix experience in your application.
JavaScriptAPI:它是一个简单的API,并针对在应用中模拟Netflix体验已进行了优化。
www.infoq.com
5.
Today, even despite its lingering bad reputation, JavaScript is arguably one of the most used (and useful) languages on the planet.
当前,尽管JavaScript的名声不好,它仍然是应用最广(最有用)的语言之一。
www.ibm.com
6.
Many JavaScript frameworks come with a myriad of utility functions that make developing applications using JavaScript easier.
很多JavaScript框架提供了大量实用函数,可使JavaScript开发变得很容易。
www.ibm.com
7.
Since JavaScript objects have no declared type information, it might seem counterintuitive to formally declare a model.
因为Javascript对象没有声明类型的信息,正式声明一个模型似乎有悖常理。
www.ibm.com
8.
Your JSON document doesn't contain any markup, just the URLs and metadata for the images your JavaScript code turns into a slide show.
我们的JSON文档不包含任何标记,只包含要转换为幻灯片的图像的URL和元数据。
www.ibm.com
9.
This index. html file contains a few JavaScript functions that get the data from the RESTful Web services and display each task as a link.
该index.html文件包含一些JavaScript函数,可以从RESTfulWeb服务取得数据并以链接形式显示每个任务。
www.ibm.com
10.
When used in a JavaScript function, this refers to the context in which that function is running.
当在JavaScript函数中使用时,this引用该函数运行的上下文。
www.ibm.com
1.
The event is a click, which is handled by an observer (the element), and processed by a handler (the snippet of JavaScript).
这是一个单击事件,由一个观察者(元素)接收,一个处理程序(JavaScript片段)处理。
www.ibm.com
2.
We'll need a JavaScript hack to process the upload form, which presents some complications as you'll see.
我们需要采用JavaScript来处理上传表单,您会发现这会有一些复杂。
www.ibm.com
3.
Place your JavaScript code in . js files if you want to call the same functions in multiple pages.
如果希望在多个页面中调用相同的函数,可以将JavaScript代码放到.js文件中。
www.ibm.com
4.
The Java class is in your client package, meaning that it's intended to be compiled by GWT into JavaScript code.
Java类位于您的client包中,表示着它意图被GWT编译到JavaScript代码中。
www.ibm.com
5.
From this point, the JavaScript component code is connected to the HTML fragment on the page.
就这一点而言,JavaScript组件代码与此页面上的HTML片段是相联系的。
www.ibm.com
6.
The value2date function makes it possible to get the value of any string whose value is an RFC 3339 date as a JavaScript Date.
任何字符串,只要其值是一个RFC3339日期,value2date函数就能够获得这个值并作为一个JavaScriptDate对象。
www.ibm.com
7.
Most of the JavaScript frameworks available implement some form of support for rapid element selection.
大多数可用的JavaScript框架都会实现某种形式的对快速元素选取的支持。
www.ibm.com
8.
What happens if I dynamically create a script tag in the JavaScript code and add it to the DOM?
如果在JavaScript代码中动态创建脚本标记并添加到DOM中会怎么样呢?
www.ibm.com
9.
To enable all this logic requires less than 200 lines of JavaScript code.
要实现所有这些逻辑,使用的JavaScript代码不会超过200行。
www.ibm.com
10.
In the previous example, you used a static file (ticker. js) to dynamically insert JavaScript into a Web page.
在上一个例子中,使用了静态文件(ticker.js)将JavaScript动态插入到Web页面中。
www.ibm.com
1.
Many third-party JavaScript libraries are provided in their uncompressed form as well as in a minified version.
许多第三方JavaScript库中提供的压缩形式,以及在minified版本。
www.bing.com
2.
Even more importantly, you no longer have to expose all of your code using embedded JavaScript.
甚至更重要的是,您再也不必使用内嵌的JavaScrip公开所有代码。
www.ibm.com
3.
DOM Storage provides a simple set of JavaScript variables that are persistent across page loads.
DOMStorage提供一组简单的JavaScript变量,这些变量在代码装载之间仍可持久。
www.ibm.com
4.
The above is the syntax to call the submit function defined in the widget's JavaScript file.
以上是小部件的JavaScript文件中定义的调用submit函数的语法。
www.ibm.com
5.
This fun JavaScript tool can help you pick out the colors you want and help you see how they look together.
这个有趣的JavaScript工具可以帮助您挑选出您想要的颜色,并看到它们搭配起来的样子。
www.bing.com
6.
Take a look at the Google Trends graph of the four most popular JavaScript libraries below.
看看下面4个最流行的JavaScript库的Google趋势图。
www.ibm.com
7.
Clearly, if there was a scale for type weakness, JavaScript would be the wimpiest of them all!
显而易见,如果有一个度量类型强弱的标准,JavaScript将会是它们当中最弱的!
www.ibm.com
8.
Current implementations are done with HTML and JavaScript, but "the system is designed to seamlessly integrate into future browsers" .
当前对BrowserID的实现是使用HTML和JavaScript完成的,但是Mozilla“把这个系统设计成为可以无缝整合到将来的浏览器中”。
www.infoq.com
9.
A JavaScript function that uses Ajax accesses a URL and is capable of doing something with the response.
使用了Ajax的JavaScript函数可以访问URL并能处理其响应。
www.ibm.com
10.
This usually takes the form of malicious JavaScript, which could do anything from annoying the user to capturing data from cookies.
通常采用的形式是恶意JavaScript,从骚扰用户到从cookie中捕获数据,它都能做到。
www.ibm.com
1.
Most JavaScript frameworks have some form of Ajax object with a request method that accepts a series of options as an argument.
大多数JavaScript框架都有某种形式的Ajax对象,以及一个以参数形式接受一组选项的请求方法。
www.ibm.com
2.
It is typically a JavaScript class defined in one of the resources declared in your XML descriptor (see the next item in this list).
它通常是在XML描述器中声明的资源之一中定义的JavaScript类。
www.ibm.com
3.
Both of these JSP TagLib controls encapsulate all asynchronous communication, JavaScript code, CSS formatting, and HTML generation.
这两种JSPTagLib控件均封装了所有的异步通信、JavaScript代码、CSS格式化以及HTML生成。
www.ibm.com
4.
On the presentation side, and specifically in a web application, some constraints can be applied by JavaScript code.
在展示端,特别是在Web应用中,一些约束能被JavaScript代码使用。
www.infoq.com
5.
It turns out that JavaScript internally represents objects as a simple string, which you can easily create and interpret manually.
JavaScript在内部将对象表示为简单字符串,而我们可以轻松地通过手动方式创建和解释这样的字符串。
www.ibm.com
6.
When the request returns, the appropriate JavaScript callback function is called.
当该请求返回时,将调用相应的JavaScript回调函数。
msdn2.microsoft.com
7.
In addition, tag attributes do not have a fixed order like the parameters of a JavaScript function or Java method.
此外,标记属性没有像JavaScript函数或Java方法的参数那样的固定顺序。
www.ibm.com
8.
JsonML builds on the basics of JSON and enables you to model the user interface elements using JavaScript notation.
JsonML构建于JSON的基础之上,它使我们能够使用JavaScript标记建立用户接口元素的模型。
www.ibm.com
9.
Instead, you'll work with a programming model very similar to desktop or native mobile application development, except in JavaScript.
相反,除了JavaScript之外,您还可以使用类似于桌面开发或者本地移动应用程序开发的编程模型进行开发。
www.ibm.com
10.
Within the faces JavaScript object there must be another JavaScript associative array under they key Ajax.
在这个faces对象中,在键Ajax下还必须有另一个JavaScript数组。
www.infoq.com
1.
As stated above, any JavaScript instructions embedded within a JSON data block are executed immediately as the data block is interpreted.
如上所述,当数据块被解释时,任何嵌入进JSON数据块中的JavaScript指令将立即执行。
www.ibm.com
2.
The APIs tell you if active content, such as JavaScript, is included in HTTP request parameters based upon a set of filter rules.
这些API会基于一组过滤规则告诉您是否有活动内容(比如JavaScript)包含在HTTP请求参数中。
www.ibm.com
3.
You can use this code in combination with the next trick to delay the loading of the JavaScript file entirely.
您可以将这段代码与下面的技巧结合使用来延迟整个JavaScript文件的加载。
www.ibm.com
4.
While this might seem perfectly innocent, the link will not work at all if JavaScript is not enabled.
尽管这看起来可能完全没有坏处,但如果不启用JavaScript,这个链接根本不会工作。
www.ibm.com
5.
Another point to consider is how well a method degrades when JavaScript is disabled, unsupported, or not supported well enough.
另外要考虑的是,当javascript被禁用,不支持,或者不被完全支持的时候,能否做到良好的退化。
www.bing.com
6.
OK, you've seen how constructor functions and prototype objects allow you to simulate classes in JavaScript.
到这里,我们已经了解了构造函数和原型对象如何使您在JavaScript中模拟类。
msdn.microsoft.com
7.
This led to grotesque practices like automagically injecting javascript that trapped clicks and converted them into state-gathering POSTs.
这导致了很多奇怪的行为,比如自动注入用于捕获点击的javascript并将其转换为收集状态的POST。
www.infoq.com
8.
The string is the location of another JavaScript file that will become the body of the worker.
这个字符串是另一个JavaScript文件的所在位置,该文件将成为这个worker的主体。
www.ibm.com
9.
One of the most compelling reasons to use a JavaScript framework is for standardized cross-browser Ajax requests.
使用JavaScript框架的另一个有说服力的理由是标准化的跨浏览器Ajax请求。
www.ibm.com
10.
This approach allows you to move the validation JavaScript to a file other than the JSP.
它让您能将此验证JavaScript移到另一个文件,而不是JSP。
www.ibm.com
1.
The bulk of the work is done in the JavaScript section at the bottom of the page.
工作的大部分都在页面底部的JavaScript部分完成。
www.ibm.com
2.
A simpler way is to create a global JavaScript object that relates each enumeration value to its label.
一个更简单的方法,是创建一个全局的JavaScript对象,它会向其标签发布每一个枚举值。
www.ibm.com
3.
The last JavaScript block with utility functions starts with data handlers, which are needed as parameters for the queries.
最后的工具函数的JavaScript部分开始是数据处理函数,它们只作为查询的参数。
www.ibm.com
4.
Even when robots are more careful, they often do not run any JavaScript on the form page.
即便机器人程序再小心,它们通常都不会在表单页面上运行任何JavaScript。
www.ibm.com
5.
With just the JavaScript frameworks we have now, we're pushed in the direction of application development for the client side.
使用现在已有的JavaScript框架,我们正朝着客户端应用程序开发的方向发展。
www.ibm.com
6.
FireBug: Web debugging tool. ". . . absolutely outstanding. . . nothing beats the DOM information and JavaScript debugging. . . "
Web调试工具“…绝对出色…没有东西能击败这个文档结构模型信息及JavaScript调试…”
www.bing.com
7.
Because the comparison page requires some form parameters, you must write a bit of custom JavaScript code to render it with ThickBox.
由于比较页面需要一些表单参数,因此您必须编写一些定制JavaScript代码,以使用ThickBox呈现页面。
www.ibm.com
8.
At the top of the file, I include the prototype. js JavaScript file, which will do all the Ajax work for me.
文件的一开始包含了prototype.jsJavaScript文件,它将帮助我完成所有的Ajax操作。
www.ibm.com
9.
Second, JavaScript bases object construction on a prototype, or an existing instance of an object, rather than a class template.
第二,JavaScript基于原型或现有的对象的实例来构造对象,而非基于类模板。
www.ibm.com
10.
Let me revise the code in Listing 8 that read XML from the server to read JavaScript data from the server, instead.
让我们将清单8中从服务器读取XML的代码修改为从服务器读取JavaScript数据的代码。
www.ibm.com
1.
The requests are usually asynchronous and made with JavaScript, but the response isn't always XML.
请求通常是异步的,并且以JavaScript发出,但是响应并非总是XML。
www.ibm.com
2.
Finally, Java--JavaScript interfaces are used to transfer notifications back and forth from HTML context.
最后,使用Java--JavaScript接口从HTML上下文来回传递通知。
www.ibm.com
3.
and contributors from around the world, it's an industrial-strength JavaScript library for professionals who love JavaScript.
的前沿工程师和全球的贡献者培养的,它是为爱好JavaScript的专业人物编写的具有工业强度的JavaScript库。
www.xkdown.com
4.
This article provides information for using JavaScript to create, view, edit, and remove documents in an IBM Lotus Domino application.
本文介绍如何使用JavaScript在IBMLotusDomino应用程序中创建、查看、编辑和删除文档。
www.ibm.com
5.
Think about exactly what asynchronous means; think about JavaScript code running and not waiting on the server to respond to its requests.
想一想异步究竟意味着什么,想一想JavaScript代码运行而且不等待服务器对它的请求作出响应。
www.ibm.com
6.
Seam creates JavaScript structures to emulate any JavaBean classes that are used in the method signatures of the server-side components.
Seam创建JavaScript结构来模仿服务器端组件的方法签名中所用的JavaBean类。
www.ibm.com
7.
This provides a link between server control properties and client properties which can be consumed by Silverlight and JavaScript handlers.
这会将Silverlight和JavaScript处理程序可使用的服务器控件属性和客户端属性联系起来。
msdn.microsoft.com
8.
When you try accessing a property or a method of an object, the JavaScript engine looks first among the members of the object.
当您试图访问属性或对象的方法时,JavaScript引擎首先在对象的成员中查看。
www.ibm.com
9.
The user clicks on a radio button to call the following JavaScript function.
用户单击一个单选按钮,会调用下面的JavaScript函数。
www.ibm.com
10.
Because you're pulling the data into the JavaScript code, you no longer have to display the actual applet on the page.
因为数据是被拖放入JavaScript代码中的,所以您不需要在页面上显示真正的applet。
www.ibm.com
1.
The generated JavaScript code can be placed within a element of the Web page that calls the generated function as in Listing 3.
所生成的JavaScript代码可被放入调用清单3中所示的生成函数的Web页面的元素中。
www.ibm.com
2.
In fact, you'll be hard-pressed to do much in the Ajax and JavaScript worlds without using the DOM to at least some degree.
事实上,如果在Ajax和JavaScript世界中不使用DOM就很难做多少事,至少在一定程度上如此。
www.ibm.com
3.
This approach frees the JavaScript from less efficient algorithm implementation as well as providing robust cross-platform key management.
这个方法提高了JavaScript的算法实现效率,同时也提供了健壮的跨平台密匙管理。
www.ibm.com
4.
Like Java code, JavaScript does have exception handling, which we recommend using for your error handling.
与Java代码类似,JavaScript也具备异常处理,我们推荐使用它来进行错误处理。
www.ibm.com
5.
In Domino Web Access, however, all the item (field) values for a document are available on the page as JavaScript vars.
但是,在DominoWebAccess中,文档的所有项(字段)值都可作为JavaScript变量在页面中使用。
www.ibm.com
6.
Also, much of the new functionality can be replicated with JavaScript in browsers that don't yet have support.
另外,许多HTML5的新特性也通过JavaScript脚本在不支持HTML5的老浏览器中得以重现。
dongxi.net
7.
The DOM Inspector and JavaScript Debugger extension take a lot of the pain out of Ajax development.
DOMInspector和JavaScriptDebugger扩展消除了许多Ajax开发的痛苦。
www-128.ibm.com
8.
Geronimo's LDAP server is then queried via JavaScript, and a list of suggestions for auto-completion is displayed.
然后将通过JavaScript查询Geronimo的LDAP服务器,并显示一系列用于自动完成的建议。
www.ibm.com
9.
Thanks to built-in Wicket AJAX engine we did not have to write a single block of JavaScript code or manually link a JavaScript library.
多亏了Wicket内置的AJAX引擎,我们才不用编写单独的JavaScript代码,或手动链接到JavaScript库。
www.infoq.com
10.
To work around this limitation and have rich reflection over JavaScript classes, ASP. NET AJAX requires the names of types to be registered.
为了规避此限制,并使JavaScript类有丰富的反射,ASP.NETAJAX需要将类型名称进行注册。
msdn.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/28 10:21:37