• If they are different, it actually modifies your code to swap TOC references on function call and return.

    如果二者不同修改代码切换函数调用函数返回TOC引用

    youdao

  • Inlining always reduces the number of instructions executed (since at a minimum the call and return instructions are not executed), but it can (and often does), make the resulting code bigger.

    内联总是减少指令执行数量(由于最低限度的调用返回指令没有被执行),但是(经常)结果代码变得很大

    youdao

  • When an event that is hooked occurs, browsers call its event handler and wait for it to return before continuing on to the next event.

    连接事件发生时浏览器调用的事件处理器等待返回然后再继续处理一个事件。

    youdao

  • If no messages are received by the timeout value, this call will stop dispatching messages and return.

    如果经过时值时没有收到消息调用停止发送消息返回。

    youdao

  • If the property is not found, or is expired, the application has to call the backend to get the property, save it to EPPS, and then return the property.

    如果没有发现属性或者已经过期了,应用程序不得不调用获取属性,把保存EPPS并且返回该属性。

    youdao

  • Call your politicians today and demand a return of McCarthy, all for you and and the bring joy to your kid’s future.

    打电话告诉政客支持麦卡锡主义回归吧!为了孩子的未来!

    youdao

  • Lines of code in DSLs frequently start with a quantity, call some intermediate methods to get work done, and eventually return an instance of the interesting final type.

    DSL很多代码经常数量开始调用一些中间方法完成工作最终返回有趣的最后一个类型实例。

    youdao

  • The only major difference is that the service defines inputs and outputs as XML messages rather than as call parameters and return values.

    唯一主要区别在于,服务输入输出定义XML消息不是调用参数和返回值。

    youdao

  • Others will thump lecterns and call for banks to return to theirproper function” of low-risk lending to business.

    其他领导人则敲打着讲台要求银行恢复真正的使命”:从事风险的商业信贷业务。

    youdao

  • On the server side, code must unwrap the request to determine the call/parameters, then execute the call, receive the response, rewrap the response, and return it to the client.

    服务器代码必须打开请求确定调用/参数然后执行调用,接收响应,重新封装响应,将其返回客户机

    youdao

  • If you will be away for a time, tell them where you are going and make sure you return or call at the time you say you will.

    如果离开时间则告诉他们哪儿,务必说定时间回来打电话

    youdao

  • JSON-RPC is a remote procedure call protocol that USES JSON to encode and marshal arguments and return types.

    JSON - RPC一种远程过程调用协议,它使用JSON参数返回值进行编码编组

    youdao

  • These functions take environment, connection, statement, or descriptor handles as input and return the diagnostic information related to the last function call made using that handle.

    这些函数环境连接句柄、语句句柄描述符作为输入参数返回上一次使用句柄作出函数调用相关诊断信息

    youdao

  • The argument to the success method is the return value of the call in the interface and implementation.

    成功方法参数接口实现中的调用返回

    youdao

  • After her studies were completed, she planned to answer the call of duty to country and family, and return to Poland to care for her father.

    完成学业以后,本来当打算波兰尽自己的责任照顾她的父亲

    youdao

  • User checks the screen of the phone and if he wants to miss a call he should simply give a phone a tap, causing the phone to fall back down again and return back to standby mode.

    用户查看手机屏幕如果不想电话只需碰一下手机,手机倒下然后反弹起来返回待机模式。

    youdao

  • The data interface provides methods to execute queries, to execute SQL CALL statements, and to return their output parameters.

    Data接口提供执行查询、执行SQLcall语句返回输出参数方法

    youdao

  • To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list.

    调用函数使用返回作为语言表达式一部分,只需要命名附加一个使用圆括号括起参数列表

    youdao

  • You make a call to the Derby database, use the object factory to create topping objects, and return them.

    Derby数据库进行一次调用使用对象工厂创建浇头对象返回浇头对象。

    youdao

  • When tracing is enabled, Xdebug logs each function call, including each function's arguments and return value.

    跟踪启用后,Xdebug记录所有函数调用包括每个函数参数返回

    youdao

  • So to embed an existing API within a web service definition, you just need a convention for how to represent call parameters and return values as XML message structures.

    因此为了Web服务定义中嵌入现有API需要约定如何调用参数返回表示XML消息结构即可

    youdao

  • The return value from the remote procedure is converted into a standard Perl scalar by call and printed.

    远程过程返回通过call转换标准Perl标量打印出来。

    youdao

  • Please leave a message that I called and have him return call around 4 o' clock.

    话说电话,请他四点左右给我电话。

    youdao

  • In such a case, the ICollaborator object passed to the runService() method is mocked to expect a call on its method, executeJob(), and return a string other than "success."

    这种情况下传递runService()方法ICollaborator对象模拟期望调用executeJob() 方法,返回除了 “success” 以外的字符串

    youdao

  • And among others, a StoredProcedureResult return type conveniently encapsulates the results of a stored procedure call.

    除了其他格式外,StoredProcedureResult返回类型可以方便地封装存储过程调用结果

    youdao

  • Suppose a signal is generated during the very small time gap between setting the errno variable by the close system call and its return.

    假定信号close系统调用设置errno变量返回之前极小时间片段内生成

    youdao

  • Methods you call shouldn't depend on the mutable state of any object and should return fully reproducible and predictable results.

    所调用方法依赖任何对象易变状态返回再生产可预测结果

    youdao

  • Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.

    记住程序进行函数调用特别是针对归函数)时,必须堆栈存储返回地址本地变量

    youdao

  • The synchronous call-and-return model is the standard form for writing code in most programming languages.

    同步的“调用-返回”模型绝大多数编程语言编写代码标准形式

    youdao

  • The synchronous call-and-return model is the standard form for writing code in most programming languages.

    同步的“调用-返回”模型绝大多数编程语言编写代码标准形式

    youdao

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

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

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