• Before calling the server, check if the needed data is already loaded and if so, skip the call.

    调用服务器之前检查所需数据是否已经装载了如果这样就跳过调用

    youdao

  • The extension handler chain is executed upon receiving a RRD request by calling each extension handler that matches some extension data that is attached to the RRD request.

    扩展处理程序接收RRD请求执行,方法调用每个附加 RRD 请求的某些扩展数据匹配的扩展处理程序。

    youdao

  • If calling code ignored the API and manipulated data structures in the library code, this independence would be lost since a change in the library's implementation might break the misbehaving client.

    如果调用代码忽略api处理代码中的数据结构,那么丧失这种独立性因为实现中的改变可能破坏行为失常客户端

    youdao

  • That way, you can change the internal data structures without affecting the calling programs.

    这样改变内部数据结构时不会影响调用它的外部程序。

    youdao

  • The data graph is then returned and processed by the calling client.

    然后返回数据调用客户机进行处理

    youdao

  • This makes it much harder to manipulate the return address, but it doesn't defend against buffer overflow attacks that change the data of calling functions.

    这样使得操纵返回地址困难多了不会阻止改变调用函数数据缓冲区溢出攻击

    youdao

  • Even if data is validated before calling the server, changes brought by other users might invalidate your previously correct data.

    即使调用服务器之前检验数据其他用户所做的修改也可能导致原来正确的数据无效

    youdao

  • You also learned how to retrieve data from a database, along with more advanced topics including calling stored procedures and manipulating Large data Objects (LOBs and BLOBs).

    学习了如何数据库中检索数据,并介绍了一些高级主题包括调用存储过程操作数据对象(LOBBLOB)。

    youdao

  • These handlers are called throughout the generation and rendering process and allow modification of report properties, like changing font colors, the data value, and calling external code.

    我们可以在报表产生渲染阶段调用这些事件处理器并且这些事件处理器还能修改报表属性比如改变字体颜色数据以及调用外部代码

    youdao

  • Values are often generated by calling other methods, possibly in library packages, that return data values to the original expression.

    数值通常调用其他方法产生很大可能来自这些方法返回一个数值原来表达式

    youdao

  • I can attach certain meta data to the reference that gives an indication of the behavior of the calling component.

    能够引用附加特定数据,来指示调用组建行为

    youdao

  • Just like any other ResultHandler, you pass this handler to the Data object methods when calling the API.

    其他ResultHandler一样,在调用API这个处理程序传递Data对象方法

    youdao

  • Calling for more research into the gender differences he said: 'in summary, the present data that indicate a common factor underlies pro-social obligations across three important social domains.' the.

    刘易斯说“总的说目前数据表明,有一个共同因素影响着人们在三个社会领域尽责时的态度与表现。”

    youdao

  • Often, attackers can change the situation after the access (2) call, so any data you get from calling access (2) may no longer be true.

    通常攻击者调用access(2)改变情形所以通过调用access(2)获得任何数据可能不再是可信任的。

    youdao

  • shmat is a UNIX function that attaches the shared memory segment associated with the shared memory identified by shmid (another Solaris function) to the data segment of the calling process.

    shmatUNIX函数,它将 shmid(另一个Solaris 函数)标识共享内存相关共享内存附加调用进程的数据段上。

    youdao

  • These methods return a list that contains the key or data values, respectively, within the calling dictionary.

    这些方法返回一个列表,其中分别包含进行调用dictionary中的数据

    youdao

  • When the query is redundant, in that all the data needed has been captured, close the query by calling the PdhCloseQuery function.

    查询变得多余时(因为已经收集了全部所需数据),就可以通过调用PdhCloseQuery函数关闭查询。

    youdao

  • When you want a field to be set to null, you set its value to as attribute3 in Figure 17 shows, which is equivalent to calling MyBO.set("attribute2", null) using the Service Data Object (SDO) API.

    需要字段设置null可以将设置为 (如图17 中的attribute3 所示),等效使用ServiceDataObject (SDO) API调用MyBO.set("attribute2", null)。

    youdao

  • In the J2EE Model 2 architecture, a servlet is the UI controller, responsible for getting input data, calling some back-end business logic, and then deciding what JSP to forward to.

    J2EEModel2体系结构中,ServletUI控制器负责获取输入数据调用某些后端的业务逻辑然后决定转发一个JSP

    youdao

  • The start, schedule, and stop of the chart data updater are done by calling TimerManager of CommonJ Timer (Listing 14).

    图表数据更新启动调度停止通过调用CommonJTimerTimerManager实现的(清单14)。

    youdao

  • Luckily, an sca runtime such as Tuscany picks up the TAB for routing messages, understanding various interfaces, interfacing with access and data bindings, and calling many types of implementations.

    幸运的是,Tuscanysca运行时可以您完成消息传递理解各种接口访问数据绑定交互以及调用各种实现类型等全部工作。

    youdao

  • You can do a similar operation to test whether a value is in the list of data values returned by calling the values method.

    可以使用相似操作检查某个是否调用values方法返回数据列表中

    youdao

  • Stored procedure calling and negative indexing can be essential aspects of data manipulation.

    存储过程调用索引(negative indexing)可能数据操纵重要方面

    youdao

  • For this exercise, the Dojo Web page will request a JSON data format when calling this operation.

    对于这个练习调用这个操作DojoWeb页面将会要求一个JSON数据格式

    youdao

  • Cognos can invoke data mining and scoring dynamically by calling SQL stored procedures. This allows for the following.

    Cognos可以通过调用SQL存储过程动态地调用数据挖掘评价

    youdao

  • In this calling code we pass in the parameters DataObject and the name of the data type we want to change.

    调用代码中,我们传入参数DataObject希望更改数据类型名称

    youdao

  • The jQuery library includes a method specifically for getting JSON data from a URL, which is perfect to use for calling the RESTful Web service get methods (see Listing 9).

    jquery包含一个专门URL获取JSON数据方法可以完美调用RESTfulWeb服务GET方法(请看清单9)。

    youdao

  • You can fetch values from the result set into the bound application variables by calling the SQLFetch repeatedly until there is no data available.

    可以通过重复调用SQLFetch函数,结果集中读取绑定应用程序变量中,直到没有可用数据为止。

    youdao

  • This gets especially handy if you implement highly-automated processes "just" calling services, where you invest the most time in the question: "Which data do I have where, and who created it?"

    这种数据原型会特别便于使用如果要实现只需调用服务的高度自动化流程,你会花大量时间纠结这么个问题:“需要哪个数据,这个数据是由何处创建的?”

    youdao

  • You can attach XSLT features to the Web services either at the Web server end or while calling the Web services, to convert the XML data to a non-XML format, such as HTML.

    可以Web服务器端点或者调用Web服务Web服务添加xslt特性XML数据转换为xml格式,例如HTML。

    youdao

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

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

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