查询
1 词典释义:
args
时间: 2025-02-19 19:56:01
英 [ˈɑːgjʊm(ə)nts]
美 [ˈɑːrɡjuːmənts]

n. 指代对象;参数或者字符串(arguments的缩写)

双语例句
  • Args — a set of arguments for the builder.

    args—构建器的一组参数。

  • remote_task now supports args and supplies task

    remote_task现在支持args并提供task

  • ARGs could not have existed before the Internet.

    在英特网之前是不可能出现虚拟现实游戏的。

  • If getopt succeeds, $args has a list of options.

    如果 getopt 成功,则 $args 具有一个选项列表。

  • Should I always check args for a function in PHP?

    我总是要检查一个PHP函数参数?

  • Here, we handle the remaining args, if any were given.

    这里,如果还有余下的参数,我们将处理它们。

  • Create your local address variable with the proper args.

    创建你的本机地址变量并有正确的参数。

  • Error (control, args) - Displays an error on the console.

    error (control, args)—在控制台显示一条错误。

  • Lines starting with the comment "now handle optional args".

    以注释“now handle optional args”开始的行。

  • If you call args twice on that, you'll get two calls to Joe.

    如果您调用了args两次,您将会呼叫Joe两次。

  • If there are less than three args, we print a message and exit.

    如果少于三个参数,则打印消息并退出。

  • Observe the syntax args... : the... is now on the right of args.

    观察语法args…:…现在在args的右边。

  • You may override this behavior with the -n, or — max-args, parameter.

    您可以使用- n覆盖该行为,或使用——max - args参数。

  • To parse the command-line options first, you just call the args method.

    首先是解析命令行选项,只需调用args方法即可。

  • Others are purely stylistic convention (args, not argv; I + + instead of + + I).

    其他则是纯粹的风格惯例(args而非argv; i++而非+ + i)。

  • After all the args prefixed with a "-" are processed, check if there are any remaining args.

    处理完所有以“-”为前缀的参数后,应检查是否还有剩余的参数。

  • Another quick note: you'll also notice calls to "rec_check", "unrecord", "record", and "args".

    另一个简短注释:您还会注意到对“ rec_check ”、“ unrecord ”、“ record ”和“ args ”的调用。

  • Delete (args) Deletes a directory entry for a specified DN, which is the only supported argument.

    delete (args)针对指定的DN删除目录项,DN是所支持的惟一参数。

  • The pre-condition and post-condition methods can also see the values passed as function arguments (args).

    前置条件和后置条件方法可以看到作为函数参数 ( args) 传递的值。

  • The control argument specifies a format control and the args argument represents any number of arguments.

    control参数指定一个格式化控制台,args参数表示任意数量的参数。

  • We check whether the minimum number (three) of command line arguments has been passed. These three args are.

    我们检查是否传递了最小数目(三)的命令行参数。

  • Args are the values to be updated in the semaphore set data structure through this IPC_SET (explained in the sample).

    args是这个信号量集数据结构中要通过IPC_SET来更新的值(在这个例子中会有解释)。

  • So, I need to configure the args variable appropriately, as in this case I set the first element to a directory name.

    所以,我需要恰当地配置args变量,在这个例子中,我把第一个元素设置为目录名。

  • Modify (args) Modifies the attribute values for a specified directory entry. Takes the following arguments as a hash.

    modify (args)修改指定目录项的属性值。

  • On the first invocation, sizeof... (args) displays 2, because there are only two arguments for the variable args list.

    对于第一次调用,size of…(args)显示2,因为可变的args列表中只有两个参数。

  • def createEmployee(**args) takes argument as dictionary argsand shows how flexible Jython function declaration can be.

    def createEmployee(**args) 接收参数为字典 args ,并显示 Jython 函数声明是多么灵活。

  • In this case, the concrete child parser should provide a number of methods with names in the form p_foobar (self, args).

    在这种情况下,具体子解析器会提供很多方法,方法名的形式为p_ foobar (self, args)。

  • The second all-strings function similarly generates a conditional visitor that looks for a concat node with all string args.

    第二个all - strings函数生成了一个条件访问者,它将查找带有全部字符串参数的concat节点。

  • Amidst all of the other compiler-provided methods, you should be able to find a good old public static void main (String args) method.

    在所有其他编译器提供的方法之中,您应当能够找到一种优秀的旧public static void main (String args)方法。

  • The args clause binds to argument (s) in methods being matched, implicitly narrowing to methods that have a first argument of type String.

    args子句绑定到被匹配的方法中的参数,缩小范围到具有第一个参数类型是String的方法。