Listing 6: Passing parameters to oozie.
代码6:向oozie传递参数。
Invocations of operations, including passing parameters and receiving results.
对操作的调用,包括传递参数和接收结果。
There are a few things that you need to remember while passing parameters to functions.
在向函数传递参数时需要记住几件事情。
Passing parameters to the ListFolder method returns an array of the items in the folder.
传递参数到ListFolder的方法返回文件夹中的一组项目。
When you're passing parameters from one method to another method, or between classes, log it.
当您将参数从一个方法传递到另一个方法,或从一个类传递到另一个类,需要进行日志记录。
We'll start by passing parameters to a servlet requesting a specified date and time format to be returned.
我们首先向servlet传递参数,请求返回特定的日期和时间格式。
This is technically not a requirement, but it simplifies the task of passing parameters to the control.
这不是一个技术上的要求,但它简化了传递参数的控制任务。
When you are passing parameters, particularly if they are the result of command output, things can be tricky.
当您传递参数时,尤其当这些参数是命令的输出时,处理起来可能需要些技巧。
This is used when passing parameters to functions such as malloc (3), and returned from several functions such as fred (2).
这在向一些函数(例如malloc (3))传递参数时使用,也可以从一些函数(比如fred (2))中返回。
This parameter determines the size of the buffer used for passing parameters between the routine and the calling application.
这个参数确定缓冲区的大小,用于在例程和发出调用的应用程序之间传递参数。
Part of the beauty of functions and shell scripts is the ability to make a single function or script behave differently by passing parameters to it.
函数和shell脚本的妙处之一是,通过向单个函数或脚本传递参数能够使它们表现出不同的行为。
We've also built a Delphi 2005 WinForms application calling the stored procedure at runtime, again passing parameters and viewing the result in a DataGrid.
我们还构建了一个在运行时调用存储过程的Delphi 2005WinForms应用程序,同样也传递了参数并在一个DataGrid内查看了结果。
Although registers can hold multiple values (in this case, four 32-bit values), when passing parameters to a function, each parameter value is passed in its own register.
尽管寄存器可以存储多个值(在本例中,4个32位值),但当参数传递给函数时,每个参数值都会在其自己的寄存器内被传递。
JQuery also provides for the facility to supply "form-encoded data" for passing parameters to a Web page, as well as providing a hint on what kind of data is expected back.
jQuery还提供了工具,为将参数传递给web页面提供“表单编码的数据”,并提供了有关期望返回的数据类型的暗示。
As you can see if you compare Listings 2 and 3, the processor takes care of much of the basic coding (such as looping and passing parameters) to implement a depth-first search.
通过比较清单2和清单3,可以看出处理程序处理了很多基本代码(比如循环和传递参数),以便实现深度优先的搜索。
The first one called using the IBusinessAction interface and the other two, using reflection and passing parameters by message deserialization and reflecting them respectively.
第一个通过IBusinessAction接口,后两个是通过反射、消息的deserialization后的参数传递、并顺序反射。
The OVF standard, once approved, is expected to include a standard format for passing parameters into a virtual image, very similar to the technique currently used in the virtual image.
OVF标准在获得批准以后,预期将包括用于将参数传入虚拟映像的标准格式,这非常类似于目前在虚拟映像中使用的技术。
The first restriction is necessary because the other alternatives — passing parameters to a portlet, portlet messages, or portlet actions — are not available when changing a portal page.
第一个限制条件是必要的,因为其他的选择——传递参数给某一portlet、portlet消息或portlet操作——在修改门户网站页面时并不可用。
The previous section showed how to reference another sequence diagram by passing information through parameters and return values.
前面的段落展示如何通过参数和返回值传递信息,引用另一个序列图。
Snippets are like method calls, in which you are passing in parameters.
代码片段类似于可在其中传递参数的方法调用。
The following sequence diagram shows a typical RESTful interaction where a client invokes a RESTful service passing a verb and some content (like parameters) to be processed by that service.
下面的流程图显示了一个典型的REST交互,其中客户端调用一个 REST 式服务,它向该服务传递需要处理的动词和一些内容(比如参数)。
Invoke appropriate methods on the proxy class, passing the required parameters.
调用代理类中的适当方法,并传递必需的参数。
Invoke the configuration actions, passing them as parameters, from the information retrieved.
调用配置操作,作为参数传递获取的信息。
Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.
解决方案:检查CREATEPROCEDURE语句,确保传递的输入和输出参数的数量和数据类型都正确。
A common situation in XSLT 1.0 is repeated passing of parameters that are only passed on further to a more deeply nested template.
XSLT 1.0中一种常见的情况是反复传递只需要转给嵌套更深的模板的参数。
DII is a generic dynamic invocation model that always ends in an 'invoke' type of call passing in the operation name and the input parameters for that operation.
DII是一种通用的动态调用模型,所得到的“调用”类型是这样的:传入操作名称,并传入操作的输入参数。
The development tool can be avoided by passing appropriate request type and runtime target as parameters. For example.
可以通过传递适当的请求类型和运行时目标作为参数,避开该开发工具。
Passing extra parameters (not declared as incoming parameters on the called template) is an error in 2.0, but BC mode will suppress the error.
在2.0中传递多余的参数(被调用模板中没有声明的输入参数)会导致错误,但BC模式会排除该错误。
At the policy enforcement points, the rules are invoked as normal Web services, passing the necessary parameters for execution.
在策略强制点,规则以普通Web服务的形式被调用,为执行传递必要的参数。
The error is caused by passing something other than a member or a measure as the parameters to the tuple function.
这个错误是由于向tuple函数传递的参数不为成员或度量值所导致的。
应用推荐