• ClearCase Remote client client-side code optimization.

    ClearCase远程客户代码优化。

    youdao

  • Write client-side code to walk and evaluate the parse tree that's produced at runtime.

    编写客户机端代码遍历运行时生成解析对其值。

    youdao

  • The new client-side code that parses XML instead of using the HTML directly is in Listing 7.

    解析XML(而不是直接使用HTML)客户端代码位于清单7中。

    youdao

  • All you need to do is provide a way for your client-side code to access this data using Ajax.

    需要就是客户端代码使用Ajax访问数据

    youdao

  • The glue code consists of two different interfaces plus some client-side code and a setting or two.

    绑定代码包含不同接口外加一些客户端代码以及两个设置

    youdao

  • GWT has the upper hand in terms of unit testing, though, providing JUnit integration for client-side code.

    GWT单元测试优势,可以客户端代码提供JUnit集成

    youdao

  • Start with the generation of the client-side code, as shown in Listing 1, with the JsonRestStoreTree.jsp code.

    生成客户代码入手,清单1 中所 JsonRestStoreTree.jsp 代码。

    youdao

  • As you can see, the script created some nicely formatted XML, ready for a new piece of client-side code to consume.

    脚本创建了一些良好格式化的XML准备好新的客户端代码使用

    youdao

  • The solution had to work with Sybase at rollout, but be able to migrate to DB2 without any client-side code changes.

    解决方案必须输出端使用Sybase能够迁移DB 2而无需客户机端的代码进行任何更改。

    youdao

  • But there's another valid way to handle this, one that relies on only client-side code: the good old-fashioned tag.

    但是此处还有另一种有效方式这种方式依赖客户端代码老式标记

    youdao

  • To do so, you have to program a couple interfaces for the client-side code and the actual servlet as server-side code.

    为此必须客户机代码编写几个接口,以实际servlet作为服务器端代码。

    youdao

  • Listing 20 updates the CreateInput template and adds the necessary client-side code to enable YUI AutoComplete functionality.

    清单20更新CreateInput模板添加必要客户端代码支持YUIAutoComplete功能。

    youdao

  • A second option would be an integration test, which would allow you to validate the asynchronous functionality of the client-side code.

    另外一个选择集成测试使能够验证客户端代码异步功能

    youdao

  • (See the zip file that comes with this tip (click on the code icon at the top or bottom of this tip) for some actual client-side code.)

    (请查看篇文章带Zip文件(单击文章顶部底部源代码图标)来获得实际客户端代码。)

    youdao

  • For the purposes of this article, the client-side code at least suggests the additional complications that would occur in the real world.

    本文目的而言客户代码至少展露出实际应用程序内可能存在额外复杂性

    youdao

  • Flex Builder can be set to compile your code automatically and also create the necessary browser detection and other relevant client-side code.

    而Flexbuilder则可以设置自动编译代码并且可以产生必要浏览器检测其他相关客户端代码。

    youdao

  • The client-side code needs to implement the IsSerializable interface so objects can be sent back and forth between the client and the server.

    客户代码需要实现IsSerializable接口,以便能够客户机和服务器之间来回发送对象

    youdao

  • The example application is built using only client-side code; the techniques demonstrated can be adapted to any server-side application framework.

    示例应用程序使用客户代码构建的;但是,演示技术可以应用任何服务器端应用程序框架。

    youdao

  • The sample application is built using only client-side code; the techniques demonstrated could be adapted to any server-side application framework.

    示例应用程序使用客户代码构建本文演示技术适用任何服务器端应用程序框架。

    youdao

  • For every Ajax interaction, you must create an endpoint (to borrow a term from our Web service friends) on a server and client-side code to call that endpoint.

    对于每个Ajax交互必须服务器创建一个端点(从事Web服务朋友那里借用术语),并且还要创建客户端代码调用端点。

    youdao

  • If you are writing the server-side code and the client-side code based on a machine-readable contract such as a WADL document, the coding flow may be as follows.

    如果正在编写基于机器可读契约(wadl文档)服务器代码客户端代码,编码流程可能如下。

    youdao

  • UC Berkeley's Barth notes that Ripley is part of a larger trend in solutions that protect the integrity of client-side code by assuring that no unauthorized behavior can occur.

    UCBerkeleyBarth注意到,Ripley当前解决客户端代码完整性保证没有非授权操作执行解决方案发展趋势中的一部分

    youdao

  • This solves the overload problem by controlling the Ajax calls on the client side, and also controlling and regulating how the responses are sent back to the client-side code.

    通过客户控制Ajax调用解决了超载问题同时控制规范了将响应发送客户端的方式

    youdao

  • The compiled code should include the client-side code you've already compiled using GWTremember, you use some of those client classes on the server side to facilitate data transfer.

    经过编译代码应当包括已经使用GWT编译的客户代码——记住服务器使用一些客户机帮助数据传输

    youdao

  • In general, you can pass information from the server runtime to the browser by embedding a server-side script in the client-side code. The following is a client-side onclick event for a button.

    通常通过客户代码中嵌入服务器脚本可以信息服务器运行时传递浏览器

    youdao

  • The server side methods' actual function or code is never exposed to the client side.

    服务器方法实际函数代码绝不公开客户端。

    youdao

  • On the client side, you can do this either directly in client code or by using a Spring XML configuration file.

    客户端,可以直接客户机代码配置可以使用SpringXML配置文件

    youdao

  • Since this all occurs on the client side (code that runs in your Web browser), these effects take place immediately without communication with the server.

    因为发生客户端(运行Web浏览器中的代码),所以这些效果立即发生服务器通信

    youdao

  • The Geronimo client application container provides a standard J2EE environment for client-side application code.

    Geronimo客户机应用程序容器客户端应用程序代码提供标准J2EE环境

    youdao

  • When it comes to Zero's RESTful resource scripts, good documentation not only helps you remember how your code works, it can help client-side programmers create and test their client code.

    对于ZeroRESTful资源脚本好的文档不仅能够帮助记住代码如何工作帮助客户程序员创建测试客户端代码。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定