The shift command removes positional parameters from left to right.
shift命令从左到右删除位置参数。
The sigil, $@, expands to all the (remaining) positional parameters.
特殊符号 $@展开为所有(其余)的位置参数。
Specify positional parameters and named parameters for the attribute.
指定属性的位置参数和具名参数。
Here's another example that combines positional parameters and keyword arguments.
下面是另外一个综合了位置参数和关键字参数的例子。
The getopt UNIX utility scans the positional parameters for the named arguments you specify.
UNIX实用程序getopt扫描位置参数以获得您指定的命名参数。
Each public constructor for an attribute class defines a valid sequence of positional parameters for that class.
特性类的每个公共构造函数为该类定义一个有效的定位参数序列。
These are also known as positional arguments because they are supplied to attribute constructors as positional parameters.
这些引数也称为位置引数,因为它们会当做位置参数提供给属性建构函式。
These are sometimes called positional arguments because they are supplied to attribute constructors as positional parameters.
因为他们被定义为特性的构造函数的位置参数(非命名参数),通常称它们为位置参数。
Command-line arguments are also called positional parameters, because the position of an argument on the command line is usually semantically important.
命令行参数也称为位置参数(positional parameter),因为某个参数在命令行上的位置通常在语义上非常重要。
As an example, Listing 2 can leverage the existence or non-existence of positional parameters to provide a helpful usage message if you specify no arguments.
例如,如果您未指定任何参数,则清单2可以利用位置参数的存在性或非存在性来提供有帮助的用法信息。
With the required parameters, variable number and keyword arguments can be used as well for positional and named parameters.
有了所需的参数,变量数和关键字参数还可以作为位置参数和名称参数使用。
In addition to these examples above, MTK migrates procedures that utilize features like positional and named parameters, overloading, and recursion.
除了以上例子外,MTK还可以迁移使用了位置参数和命名参数、重载、递归之类的特性的过程。
In a JPQL query, the parameters are encoded in the query string as either named (preceded by a colon - for example, : age) or positional (preceded by a question mark - for example,? 3).
在JPQL查询中,查询字符串中的参数以命名方式(前面带有冒号,例如:age)或位置方式(前面带有问号,例如?3)编码。
Attribute classes have positional and named parameters.
特性类具有定位参数和命名参数。
Attribute classes have positional and named parameters.
特性类具有定位参数和命名参数。
应用推荐