• 注意程序名字只是命令第0个参数——不要相信程序因为攻击改变

    Note that the name of the program is just argument number 0 in the command line valuesdon't trust the program name, since an attacker can change it.

    youdao

  • 很多类unix系统上,命令行环境可以其他用户看到,所以不是进程保密地发送数据办法

    On many UNIX-like systems, the command-line values and environment variable values can be viewed by other users, so they aren't a good way to privately send data between processes.

    youdao

  • 形式字符串应该包含每个有效选项字母,每个字母后面冒号 (:),表示命令选项后面应该一个

    The short form string should include each valid option letter, followed by a colon (:) to indicate that the command line option should be followed by a value.

    youdao

  • 这样程序可以有意义的默认但是如果需要,也可以命令行选项覆盖它们

    In that way, you could have sensible defaults in a program, but override them with command-line options if you wanted.

    youdao

  • 可能希望动态语言代码获得变量,以通过命令实现或者事件处理程序的方式使用动态函数

    You may also want to get the values of variables from the dynamic language code to use dynamic functions as command implementations or event handlers.

    youdao

  • 为了查看使用命令调试我们从下面所示非常非常糟糕的PHP文件开始

    To see the value of debugging using the command line, let's start with the really, really bad PHP file shown below.

    youdao

  • 考虑一下某个命令选项需要情况(例如启用调试的选项)。

    Consider the situation where you might want to have a command line option (for example, to enable debugging) that doesn't require a value.

    youdao

  • 使用命令传入颜色

    This will enable the usage of the color values you passed in on the command line.

    youdao

  • 请记住getopt例程本质通用的,而且并非每个命令选项关联

    Remember that the getopt library routine is general in nature, and not every command line option is expected to have an associated value.

    youdao

  • 访问命令参数,该参数必须intbean类属性的名字(value1或者value2)。

    The access class takes a single command line argument that must be the name of one of the int-valued bean class properties (value1 or value2).

    youdao

  • 只要命令中随getenv调用传入变量名称可以得到当前

    Simply provide the name on the command line, pass it along to the getenv call, and you'll get its current value.

    youdao

  • 如果必需之一None意味着没有指定一个命令选项

    If one of the required values is None, this means that one of the command line option was not specified.

    youdao

  • 合适情况下,示例应该指定有效脚本命令选项各个选项所有允许列表以及相应的缺省

    Your sample should specify the valid script command line options, a list of all allowed values for each option, and the default values, when appropriate.

    youdao

  • 实例化时候激活引擎使用用户自定义激活配置文件中所提供特定这些命令选项传递激活脚本

    At instantiation time, the activation engine USES the specific values provided by the user in his customized activation profile to pass the command line options to the activation scripts.

    youdao

  • 脚本新的克隆虚拟第一次启动时并且虚拟软盘XML文件获得命令传递到这些脚本。

    Scripts execute at first boot of a new cloned virtual machine and are passed command line values obtained from the XML file on a virtual floppy disk.

    youdao

  • 这个命令行参数形式传递测试用例

    You pass this value as a command-line parameter to the test case.

    youdao

  • ESP堆栈顶部存储传递程序命令参数数量默认1表示没有命令行参数)。

    ESP or the top of the stack stores the number of command line arguments supplied to a program, which is 1 by default (for no command line arguments).

    youdao

  • 可以看到触发器消息作为单个传递,该包含几个可识别字段比如程序队列管理器、队列名称以及命令

    As you can see, the trigger message is passed as a single value that contains several recognizable fields such as the program, queue manager, and queue names, as well as the command line.

    youdao

  • 比方说,上面代码我们- D这一命令选项来定义-对。

    For example, in the code above we used -d "for the command line option defining a name-value pair."

    youdao

  • 一个命令选项可以缩减输出记录显示命令提供每个字符串ewu

    A command-line option is provided to minimize the output record to only display the EWU value for each character string provided on the command line.

    youdao

  • 不要使用命令行参数设置帐户状态构建文件设置一个字符串任务使用字符串更新状态。

    Instead of using the command-line parameter to set the account's status, you'll set a string value in the build file, and the task will use the string value to update the status.

    youdao

  • 配置属性一种方法,如果缺少命令行或者代码驱动的设置,那么客户机使用jndi . properties中的

    This is one way to configure the properties; in the absence of command-line or code-driven setup, the client will use values from jndi.properties.

    youdao

  • 为此脚本设置了某些默认然后使用标准Bashshellgetopt函数解析这些命令行参数(清单7给出这个使用消息输出)。

    It also sets some default values for the script, and then parses the command-line arguments using the standard Bash shell's getopt function. (Listing 7 shows the output of this usage message.)

    youdao

  • 阅读一个在线FFmpeg文档(参见参考资料)后,可能会命令更改这些参数语法

    After you read an online FFmpeg documentation (see Resources), you may want to change the values and syntax of the parameters in the command line.

    youdao

  • 最后,若所有输入参数同一个命令选项相关联,需要使用- 1命令行选项添加到positional_options_description对象

    Finally, to associate all the input parameters with the same command option, you add the command-line option to the positional_options_description object with value -1. Here's the code.

    youdao

  • 然后命令指定环境变量

    Then from the command line, specify the environment variable name with its value.

    youdao

  • 两种方式之一单个命令参数参数应该errno不带任何参数

    It can be run in one of two ways, either with a single command line argument, which should be an errno value, or without any arguments.

    youdao

  • 这个示例希望getopt函数检查命令行中是否有任何选项字母而且每个选项应该一个

    In this example, you want the getopt function to check for the existence of any of the option letters in that string, and each should have a value.

    youdao

  • 激发rundsjob文件为了命令设置一个变量必须通过带有变量以及要设置-v标记

    To set a variable from the command line when invoking the rundsjob executable file, you must pass the -v flag along with the variable name and value that you want to set it to.

    youdao

  • 条 case 语句只是检查第二命令行自变量然后根据正确操作

    This case statement simply checks the second command-line argument, and performs the correct action, depending on its value. If we now type

    youdao

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

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

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