FBML用一下的参数类型来更好得定义标签。
FBML USES the following types of parameters to further define its tags.
参数类型列于圆括号中,在最后列出了返回值的类型。
The types of the parameters of the method are listed inside of the parentheses, and the type of the return value is listed at the end.
例如,参数类型(WSDL消息部分)显示为业务对象。
For example, the parameter types (the WSDL message parts), display as business objects.
尖括号为由 “T”参数类型表示的泛型指定具体类型。
The angle brackets assign a specific type (that is, the parameterized type) to the generic type represented by the "T" argument types.
在所有存储过程中,用于XML文档的参数类型是CLOB。
The parameter type used for XML documents in all the stored procedures is CLOB.
首先,我要处理的代码负责构建不带指定参数类型的类的描述。
First, I'll go through the code involved in building the description of a class with no parameter types defined.
当使用错误的输入参数类型来调用存储过程时,将返回下列错误。
When the procedures are called with wrong input parameter types, this error is returned.
如果参数类型匹配,则您只需连接对应的输入或输出,如图4所示。
If the parameter types match, then you just connect the corresponding inputs or outputs as Figure 4 shows.
方法描述符结合了字段描述符,以指定方法的参数类型和返回类型。
A method descriptor just combines field descriptors to specify the parameter types and return type of a method.
请查看带注释的方法语法图,以获得可能声明的参数类型的完整列表。
View the annotated method syntax diagram for a complete listing of possible declared parameter types.
带注释方法的声明的参数类型可以在很大程度上影响sql语句的执行。
The declared parameter type for an annotated method can make a significant difference in how the SQL statement is executed.
这极为简单,使用错误的参数类型调用构造函数或方法时,会引发异常。
This is extremely simplistic and leads to an exception being thrown when a constructor or method is called with the wrong argument types.
找到参数,如果参数不存在或参数类型错误,则生成错误响应。
Find the argument, and generate a fault response if it's not present or has the wrong type.
所以,为了避免二义性,Scala使用了方括号来声明参数类型。
So, to avoid ambiguities, Scala USES square brackets instead for parameterized types.
l你可以定义AsyncTask的参数类型和最终的返回值类型。
You can specify the type, using generics, of the parameters, the progress values and the final value of the task.
而前期绑定调用则可以利用能够确切知道要调用的方法以及方法参数类型的优势。
An early-bound call takes advantage of knowing exactly which method is being called and what its parameter types are.
签名定义了泛型实际使用的参数类型,所以它提供了处理类型替换时需要的信息。
A signature defines the actual parameter types used with a generic type, so it provides the information I'll need to process type substitutions.
使用方法add_options,您可以注册命令和跟在命令后面的参数类型。
Using the method add_options, you register the commands and the types of the arguments that follow the commands.
现在可以获得关于请求参数类型的信息了(GET或POST),如下代码所示。
Information on the type of a request parameter (GET or POST) is now available, as follows.
当您从单独的sql语句或从包含sql语句的文件生成代码时,可以指定参数类型。
When generating code from single SQL statements or from files containing SQL statements, you can specify parameter types.
参数类型和值空间对应于XML模式数据类型;该类型可以是布尔或字符串类型。
The parameter type and value space corresponds to the XML schema data types; it can be of type boolean or string.
这个接口给出了表示一个参数类型的变量(如这个类型名中变量“ D ”)的细节。
This interface gives the details of a variable that represents a parameter type (such as the variable "d" within this type name).
图3展示当您从一个或多个sql语句生成beans时,可以可选地更改参数类型。
Figure 3 shows how you can optionally change the parameter types when generating beans from one or more SQL statements.
除了ControlParameter以外,还可以将其他参数类型用于数据源控件。
Besides the ControlParameter, there are other parameter types that can be used with data source controls.
在本部分中,我们将研究当参数类型不同并且您无法使用参数映射时,将会发生什么情况。
In this section, we'll look at what happens when the parameter types are not the same and you can't use a parameter map.
变量无需声明即可直接使用。您也不必表达参数类型的所有可能排列,只需输入一组名称。
Rather than declaring a variable, you're free just to start using it; rather than express all of the possible permutations of the types of arguments, you can just enter a list of names.
你的应用可以暴露一些方法,这些方法的参数类型跟你消息有效负载的类型相同。
Your application might expose methods expecting parameters of the same type as your message payload.
下面我们来看一个简单的doIt例子,它使用了一些参数类型化(见清单3)。
Let us take a look at our simple doIt example with a bit of parametric typing thrown in (in Listing 3).
现在,如果在运行时作为基类型传递派生的子类,那么无法通过检查接口参数类型识别出子类。
When you now try to pass a derived subclass in terms of a base type at run time, the subclasses will not be recognized by simply introspecting the interface parameter types.
每个参数包含两个字段,一个指定可以输入的参数类型,另一个指定参数是否为可选。
Each parameter has a field that specified the type of parameter that can be input, and another that specifies whether the parameter is optional or not.
应用推荐