• If the server receives more than the maximum number, it simply queues the additional RPCs until a free call executor thread is available to execute the RPC.

    如果服务器收到的RPC超过这个最大数量,它会把多余的RPC排队,直到有空闲的调用执行者线程可以执行rpc。

    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

  • First of all, you must execute the script containing the function that you want to call.

    首先,必须先执行包含想要调用的那个函数的脚本。

    youdao

  • The wizard can be used to define commands that execute direct SQL or commands that call stored procedures.

    该向导可以用于定义直接执行SQL或调用存储过程的命令。

    youdao

  • Call the ioctl function to execute the SCSI command.

    调用ioctl函数执行scsi命令。

    youdao

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

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

    youdao

  • To do this, call the Http client's execute method, and pass the Get method and the local HttpContext instance as parameters.

    为了执行该操作,您可以调用Http客户端的执行方法,并传递本地HttpContext实例作为一个参数。

    youdao

  • In that case, EnsureDirExists continues to execute, and attempts to call mkdir .

    在这种情况下,EnsureDirExists继续执行,并试着调用mkdir 。

    youdao

  • You could simply call the above runScript() method to execute the script that is mapped to the URL of the HTTP request.

    可以通过调用上述的runScript()方法来执行 与此HTTP 请求的URL相映射的那个脚本。

    youdao

  • When you have perfected the SOQL query you want to execute, embed it in your Web services call.

    当完善了想要执行的SOQL查询后,可以将它嵌入到Web服务调用。

    youdao

  • Without either of these options, the try and catch code can still execute, and the system does not call the destructors of local objects up to the throw statement.

    如果不使用这两个选项,try和catch代码仍然可以执行,并且系统执行到throw语句时才会调用局部对象的析构函数。

    youdao

  • The parameter start_address for the Linux library call pthread_create is the address of the function that the newly created thread will execute.

    pthread_create库调用的start_address参数是刚创建的线程要执行的函数的地址。

    youdao

  • This entry point is the URL that clients call over HTTP POST to execute SugarCRM web services methods.

    该切入点是客户端通过HTTPPOST调用的URL,以执行sugarcrmweb服务方法。

    youdao

  • A special db2 script - named db2cos - is adapted to execute a certain db2pd call each time the db2cos script is invoked.

    使用一个特殊的db 2脚本—名为db2cos—在每次调用db 2cos脚本时执行一个db 2pd调用。

    youdao

  • The time the service itself takes to execute: (Note that this does not include making a dynamic call to a piece of code.)

    服务本身执行所用的时间:(请注意这并不包括向代码段发送动态调用的时间。)

    youdao

  • This build will call the same build file, but with an alternate target, which might execute longer-running processes like functional tests, software inspections, etc.

    这个构建调用相同的构建文件,但是执行另一个目标。这个目标可能执行长时间运行的过程,比如功能测试、软件检查等等。

    youdao

  • Their entire purpose is to execute a set of instructions, something we commonly call a "program".

    它存在的最主要的目的,就是为了执行一组指令,我们通常称这些被执行的指令为程序。

    youdao

  • Suppose you have a web service client running on your home computer and you try to call out to some service on the web that will take a while to execute.

    设想您在家用计算机上运行一个Web服务客户机,并且试图调用Web上的某些需要花费一些时间才能执行的服务。

    youdao

  • When your action is called in the execute method, you must call a couple helper functions to update the specific view instance (if that is what your action is intended to do).

    在execute方法中调用操作时,必须调用一对helper函数来更新特定的视图实例(如果这是操作的目的)。

    youdao

  • To obtain a QueryExecution, call QueryExecutionFactory.create (query, model), passing in the query to execute and the model to run it against.

    要获得QueryExecution,请调用QueryExecutionFactory . create (query,model),并传入要执行的query以及查询要处理的model。

    youdao

  • If no data is found in the cache, the execute method of LongRunningCallWrapper is called, holding the code for the back-end call.

    如果在缓存中没有找到数据,将调用LongRunningCall Wrapper的execute方法,以保存用于后端调用的代码。

    youdao

  • The command is initialized with whatever you define as your unique key (in this case, a zip code), enabling the command to determine whether to call the execute method.

    命令用您定义的唯一主键(在本实例中,唯一主键是邮政编码)来初始化,主键让命令来决定是否调用execute方法。

    youdao

  • The execute method holds the code used for the actual back-end call.

    execute方法保存用于实际的后端调用的代码。

    youdao

  • WebSphere can also intercept a call to the execute method of a command object and store the content of the object within the dynamic cache.

    WebSphere还可以拦截命令对象对execute方法的调用,并存储动态缓存内对象的内容。

    youdao

  • It is important to note, however, that the execute method still closes any ResultSets that were opened from a previous call to execute .

    然而,重要的是execute方法仍然会关闭任何以前execute调用中打开的ResultSet。

    youdao

  • Call the EIS function by invoking the execute method on the instance of Interaction.

    通过调用Interaction实例中的execute方法来获取EIS功能。

    youdao

  • One interesting possibility might be to pass in an XPath to be used to test whether a template should be traced, and call the EXSLT Dynamic XPath Evaluation extension (dyn: evaluate ) to execute it.

    一种令人感兴趣的可能性是传递XPath,我们要用这个XPath来测试是否应该跟踪模板,并调用EXSLTDynamic XPathEvaluation扩展(dyn:evaluate)来执行它。

    youdao

  • The business logic for the specific call is coded in the execute method of the LongRunningCallWrapper class.

    特定调用的业务逻辑在LongRunningCall wrapper类的execute方法内编码。

    youdao

  • Before testing the application, start a program called cicstail to monitor the cics call so you can be sure that the COBOL program gets invoked. To run this program, open a command window and execute.

    在测试应用程序之前,启动一个名为cicstail的程序来监视cics调用,这样您就可以确保COBOL被激活。

    youdao

  • We execute a member function in much the same way as we do any function: To call a function, we follow the function name by the call operator (the "()" operator).

    执行成员函数和执行其他函数相似:要调用函数,可将调用操作符(())放在函数名之后。

    youdao

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

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

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