• Unable to place a data call while a voice call is in progress. When the voice call has ended, try again.

    语音电话正在进行无法拨打数据电话。请语音电话结束后重试

    youdao

  • The import data call returns an XML document that details the result of the upload—the number of columns uploaded, the total number of rows, and other information.

    导入数据调用返回一个XML文档详细记录上载结果上载总行数其他信息

    youdao

  • When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.

    调用一个函数实际上发生函数得到自己内存大小与它期望数据类型相同

    youdao

  • It is a movement building steady momentum: a call to make research data, software code and experimental methods publicly available and transparent.

    一场建立稳定势头运动呼吁研究数据软件代码实验方法公开透明

    youdao

  • Zhang and her team are developing what they call a Named Data Networking (NDN) architecture.

    张和团队正在开发一个他们称之为命名数据网络” (ndn)架构

    youdao

  • For example, assume that the real-time data contained audio feeds from customer call centers.

    例如假设实时数据包含来自客户呼叫中心音频反馈

    youdao

  • This scenario includes data such as customer transaction data, preferences, purchasing history, demographic information, survey data, customer call center notes and recordings, and so on.

    这个场景包括各种数据比如客户交易数据、偏好购买历史人口信息问卷调查数据和客户呼叫中心记录

    youdao

  • An application is said to be stateful if there is storage of some data resulting from a call that is used in a subsequent call.

    如果调用导致存储某些数据用于后续调用,则称这样应用程序有状态的。

    youdao

  • In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function.

    这种情况返回函数对象就是一个闭包其中封装了一些日志代码最初函数调用需要数据

    youdao

  • In this example, you modify your last script slightly to collect system call data for a single process.

    这个例子中,稍微修改了上脚本它收集一个进程的系统调用数据

    youdao

  • Or, you call some function that was in the middle of the manipulation of the global data structure and you call the same function from the signal handler.

    或者调用正在处理全局数据结构某个函数而在信号处理器中调用了同一个函数。

    youdao

  • Jack receives a call from data services that the fingerprint of one of the shooters at Dunlop Plaza has no match.

    杰克接到数据服务部打来电话邓洛普的其中个枪手身上采集到的指纹在数据库中找到没有匹配的。

    youdao

  • This approach lets you pass data as argument values to the call, as Listing 3 shows.

    这种方法允许数据作为参数传递给构造函数调用清单 3 所示。

    youdao

  • They make changes to application data using Models, and then call Views to display the results to the user.

    它们使用模型更改应用程序数据然后调用视图用户显示最终结果

    youdao

  • Imagine a scenario where your first call retrieves data, and your second call manipulates the data in some way on the client-side.

    想象这样一种场景,其中第一调用获取数据第二个调用客户操作数据。

    youdao

  • I have modified the JSP file and created two new classes: one to contain form data and one to call the business package.

    修改JSP文件创建了两个个类用来包含表单数据,一个类用来调用业务

    youdao

  • These applications exchange data, call remote processes, change information, provide status notifications, and engage in an infinite number of other coordinated activities.

    这些应用程序交换数据调用远程处理改变信息提供状态通知参加无穷无尽其他同等的活动。

    youdao

  • This should be considered an extra performance bonus rather than an incentive to convert attributes to elements, especially when data modeling considerations actually call for elements.

    应该看作额外的性能收益,不是将属性转换成元素的决定因素尤其是数据建模确实倾向于使用元素的时候更是如此。

    youdao

  • Call it structured data if you like, I call it a surefire recipe for making a bad dog buying decision.

    如果喜欢你就结构化数据吧,反正可以保证听它的你不着

    youdao

  • Listing 6 shows data encoded in a function call.

    清单6显示了函数调用中编码数据

    youdao

  • It's always better to call a function once with all the data it needs to process rather than to call it multiple times and to feed it data incrementally.

    函数需要处理所有数据一次性调用函数,始终优于多次调用函数,增量的方式为其提供数据。

    youdao

  • Statelessness is achieved by ensuring that all the data needed for the call is available and there is no dependency on the machine that processed the request.

    无状态通过保证调用所需数据可用实现的,而且这不依赖处理请求主机

    youdao

  • It makes an asynchronous call to the data that we exposed RESTfully in the previous step.

    一步中以REST形式显示数据进行了异步调用

    youdao

  • From here, hackers could then circumvent data and call payments, make anonymous phone calls "desirable to drug dealers" and even initiate commands to render cell towers inoperable.

    黑客可以绕开数据通话收费拨打匿名电话(毒品贩子求之不得),并且可能会破坏手机通信

    youdao

  • Each of your applications would invoke the ESB, which would in turn call the appropriate data services of the DSL.

    每个应用程序都将调用esb后者调用DSL适当数据服务

    youdao

  • As ever increasing volumes of data (which some call the digital landfill) are generated, it becomes nearly impossible to classify data manually.

    随着海量数据(有些人称之为数字垃圾)的不断产生,手工数据进行分类几乎已经是不可能的事了。

    youdao

  • Part of the process is removing rogue data points that we call 'statistical outliers' in order to simplify the results picture.

    部分过程数据已经移除,为的是结果更加清晰。

    youdao

  • When the client receives a context response, start response, or data from the Web service, it processes the message and then makes a data request call to request more data.

    客户机收到上下文响应启动响应来自Web服务数据后,客户机处理消息然后发出数据请求调用请求获得更多数据。

    youdao

  • You can now create a Struts form bean to hold the data that is passed between the JSPs and the Actions that perform the data access call.

    现在可以创建Struts表单bean,用它保存JSP执行数据访问调用Action之间传送的数据。

    youdao

  • And the data response from that call is used to populate the results element using the HTML function.

    通过使用html函数,来自调用数据响应用于填充结果元素

    youdao

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

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

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