• 它们可以用来结果返回调用程序

    They can also be used to return result sets to the calling program.

    youdao

  • SQL过程中,可以状态设置返回给调用程序

    In an SQL procedure, you can set the status to be returned to the calling program.

    youdao

  • 然后最后一这个变量返回给调用程序

    And then, on your last line of code, you return that variable to the calling program.

    youdao

  • 控制返回调用程序时,调用程序就可以堆栈提取返回

    When control returns to the caller, the caller extracts the return values from the stack.

    youdao

  • 使用所需数据SOAPElement进行填充之后,必须其返回调用程序

    Once the SOAPElement has been populated with the necessary data, it must be returned to the caller.

    youdao

  • 首先考虑后者:因为需要这样服务定了一个提要URL时,它能够连接站点下载内容这些内容发送回调用程序

    Consider the latter first: You need a service that, when given a feed URL, connects to that site, downloads its contents, and sends them back to the caller.

    youdao

  • 一旦建立处理程序就可以进行简单的soap调用软件资源库添加一个条目

    Once the handler is set up, you can make even simpler SOAP calls to add an entry to the software repository.

    youdao

  • 一种按照定义的协议调用指定格式接收信息程序使用程序来实现请求之返回Web服务器简单方式

    This was an easy way to call a program that would receive information in a specific format and use it to fulfill the request and return it to the Web server following the defined protocol.

    youdao

  • 当发生任何需要通知程序事件时,平台调用这个消息处理对象的消息处理功能

    The platform calls the message handling function of this message processing object whenever any event occurs that your program might possibly want to be notified about.

    youdao

  • 因此可以操作结果造型字节,将这个字节放入一个单字节数组将这个数组返回给调用应用程序

    Thus, I can cast the result of the bitwise operation as a byte, put the byte in a single-byte array, and return the array to the calling application.

    youdao

  • 实际上应用程序调用解析时候,在文件结束之前控制权不会返回应用程序

    In practice when the application calls the parser, it will not return until the end of the file.

    youdao

  • 操作程序工具它们打扮程序熟悉函数调用

    An operation is a programmer's tool, offered to them in the familiar guise of a function call.

    youdao

  • 如果工厂可以创建所需语言脚本引擎,那么管理程序要求工厂创建一个引擎返回调用者。

    If a factory says it can create a script engine for the desired language, the manager asks the factory to create one, which it returns to the caller.

    youdao

  • 然后应用程序返回一个介于 0参数之间随机数字将生成的数字返回给调用者。

    The application will then return a random number that's between 0 and this parameter, and return that generated number to the caller.

    youdao

  • 结构用于实际错误返回给调用应用程序,这个错误致使语句执行失败,如清单17

    This construct is used to return to the calling application the actual error that caused the statement to fail, as shown in Listing 17.

    youdao

  • 一般应用程序中,调用过程在相同的地址空间中运行结果返回发出调用的过程。

    In a general application, a called procedure runs in the same address space and results are returned to the calling procedure.

    youdao

  • 相反规则引擎本身性能,并取决于执行规则结果返回给调用应用程序花费时间

    Rather, it refers to the performance of the rules engine itself in terms of the amount of time it takes to execute the rules and return results back to the calling application.

    youdao

  • 方法返回一个对象,这个对象实现所有指定接口将所有方法调用委托选定处理程序

    The method returns an object that implements all the specified interfaces and proxies all method calls onto the chosen handler.

    youdao

  • 最后调用正确HTTP处理程序呈现请求资源所生成标记返回IIS请求客户端

    Finally, the proper HTTP handler is invoked and the requested resource is rendered, returning the generated markup back to IIS and back to the requesting client.

    youdao

  • 前一类型绕过所有嵌套的过程直接返回最初的应用程序而后一种类型只能调用者使用。调用可以客户机应用程序,也可以是另一个过程。

    The former type bypasses all calling procedures and gets returned directly to the client, while the latter type can be consumed only by the caller.

    youdao

  • 应用程序中,由于文件系统用于存储附件返回调用令牌写入附件内容文件的名称。

    In the sample application, since the file system is used to store attachments, the token returned to the caller is the name of the file to which the contents of the attachment were written.

    youdao

  • egl处理程序部分提供UI,并将此UI绑定从此ui中调用返回UI的那些事件

    The handler part is used by EGL to provide a UI and bind the UI to events that are called from and returned to the UI.

    youdao

  • 通过创建选项卡调用jQuerybind方法可以这个定制事件附加一个处理程序

    By calling jQuery's bind method on your newly created TAB set, you can attach a handler to this custom event.

    youdao

  • 调用异步响应经由声明如下的异步响应处理程序发回客户端。

    And the asynchronous response to the invocation is sent back to the client via an asynchronous response handler declared as follows.

    youdao

  • 第二个,公共规则(Non - Public RuleSet),用于那些设计用户调用程序集(例如FxCopCmd . exe)。

    The second, Non-Public Rule Set, is for assemblies are not designed to be consumed by users (such as FxCopCmd.exe).

    youdao

  • 上面示例那种情况下同样commandModel对象被传入command,并且更新后返回给调用应用程序

    In the case of the examples above, the same CommandModel object that is passed into the command is updated and returned back to the calling application.

    youdao

  • 远程限值控制YQL第三web服务检索记录数量;一个本地限值控制YQL返回给调用应用程序的记录的数量。

    A remote limit controls the number of records retrieved by YQL from the third-party web service; a local limit controls the number of records returned by YQL to the calling application.

    youdao

  • 例子程序1显示方法基站子类定义试图调用的子类对象

    In your given example program1, display method is defined in both base and sub classes and you are trying to invoke it with the sub class object.

    youdao

  • 每次错误处理程序控制返回调用过程时,那个过程就成为当前过程。

    Each time the error handler passes control back to a calling procedure, that procedure becomes the current procedure.

    youdao

  • 如果找到提供程序方法就会创建调用委托对象

    If it finds a provider, this method will delegate the creation call to that object.

    youdao

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

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

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