• If you string commands together, the only evidence of progress is the output that the last command in the series generates.

    如果命令连接在一起那么只有序列最后一个命令生成输出能够反映管道进度

    youdao

  • Each command is sent as either a serialized String command name followed by a Map of parameters or just a Map containing both the command name and parameters.

    每个命令作为串行化String命令后跟一个Map参数发送,或者只是作为一个同时包含命令名参数的map发送。

    youdao

  • String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons.

    字符串分析能够自动计算出连接到此SQL命令时候位置,它不可能包含单个引号或者分号

    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

  • The string manipulation functions in Listing 13 replace the lost formatting before the decryption command is called.

    调用解密命令之前清单13中的字符串操作函数将替换丢失格式

    youdao

  • It then generates a string containing the corresponding substitution command.

    然后它产生一个包含相应替代命令字符串

    youdao

  • AliasesThis solution is only supported in some shellsaliases provide a simple method for expanding a given string into a specific command.

    别名——这种解决方案某些外壳受支持——别名提供了给定字符串展开特定命令的简单方法

    youdao

  • When executed from a command line, the program reads the XML content from a file into a string variable.

    命令执行时候程序XML内容文件读入一个字符串变量。

    youdao

  • The key component to the command is the ability to identify running processes, extract the ones matching a given string, and use the kill command to send the KILL signal to each matching process.

    命令关键部分能够识别正在运行进程提取给定字符串匹配的进程,使用kill 命令 KILL信号发送每个匹配进程。

    youdao

  • If the client's encrypted return string and the locally encrypted string match, the shutdown command is run.

    如果客户机加密过的返回字符串本地加密的字符串匹配,则运行关闭命令

    youdao

  • In SQL programming, a string containing any (mathematical) formula can be converted into an executable SQL statement with the SQL command PREPARE.

    SQL编程中,可以使用SQL命令PREPARE将含有任何(数学)公式字符串转换执行的sql语句

    youdao

  • Additionally, the MQADMIN class profiles contain the string QUEUE for profiles used for command resource security, or CONTEXT, for the profiles used to control access to message CONTEXT.

    此外mqadmin概要文件包含针对用于资源安全性命令的概要文件字符串QUEUE或者用于控制消息CONTEXT访问的概要文件的字符串CONTEXT。

    youdao

  • String values exceeding the width specified are wrapped or truncated based on the truncated or wrapped option specified in the column command.

    可以基于column命令指定TRUNCATEDWRAPPED选项超出指定宽度字符串进行包装或截断。

    youdao

  • The following example USES raw_input to grab a string from the command prompt, then assigns the value to quest.

    下面的这个例子使用raw _ input命令提示符获取一个字符串然后值赋给quest。

    youdao

  • You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.

    vi 中可以使用 /命令搜索字符串需要以字面字符串正则表达式的形式指定匹配模式

    youdao

  • Exec -this handy PHP function sends a string for the operating system's command line to process.

    exec—这个方便php函数发送一个字符串操作系统命令处理

    youdao

  • For example, the killall command, at its most basic level, kills all commands that match a particular string.

    例如killall命令基本的功能是终止所有特定字符串匹配命令

    youdao

  • Wherever the replacement string occurs in the command you ask xargs to execute, it will be replaced by an argument.

    如果xargs将要执行命令包含有替换字符串那么使用参数替换它。

    youdao

  • The test command is very powerful, but somewhat unwieldy given its requirement for escaping and given the difference between string and arithmetic comparisons.

    test命令非常强大但是很难满足转义需求以及字符串算术比较之间区别。

    youdao

  • Everything from parsing the interpreter command line arguments (things like rubinius -d -v, which turn on debugging and warnings) to all the methods on String.

    所有解释器可以解析命令参数字符串(就rubinius- d- v这样开启调试警告信息)。

    youdao

  • The WordCheck function then converts the resulting string as a Vim command and executes it (exec s: words_matcher) to turn on the matching facility.

    WordCheck函数随后结果字符串转换一个Vim命令执行(execs: words_matcher),从而启用匹配功能。

    youdao

  • The mkewuid script function will output a record line for each string of characters provided on the command line.

    mkewuid脚本函数命令提供每个字符串输出一个记录行。

    youdao

  • Then the template displays the text of the element using the PostScript show command; a string of PostScript text is contained in parentheses.

    然后模板使用PostScriptshow命令显示元素文本;PostScript文本字符串包含圆括号中

    youdao

  • You can verify this by using the ps command and doing a grep for the string IBMESBEG (which is the execution group name).

    验证一点,可以运行ps命令并对IBMESBEG字符串(执行名称)执行一个grep操作

    youdao

  • This is significant because when the setmqaut command is executed, the profile created contains the Security ID (SID) rather than the string version of the account name.

    一点非常重要,因为执行setmqaut命令时,所创建配置文件包含SecurityID (SID),不是字符串版本的帐户名。

    youdao

  • To be accessed properly, the JDBC URL must be passed into the connect command as a string; hence it's enclosed in single quotation mark (') characters.

    正确访问必须JDBCURL作为字符串传递给connect命令因此需要将封装引号(')字符里

    youdao

  • The echo command expects one or more strings, so this line produces an error complaining about the missing closing quote on (what Vim assumes to be) the second string.

    echo命令要求多个字符串因此此行代码将生成错误,指出第二个字符串缺少一个右引号Vim 是这样认为的)。

    youdao

  • If you want to know what command will be executed if you type a particular string, use the which or type command.

    如果希望知道输入特定字符串执行哪个命令,那么使用whichtype命令。

    youdao

  • Execute the ps -ef | grep virtual command to list the processes containing the string virtual.

    执行psef |grepvirtual命令列出包含虚拟字符串进程

    youdao

  • Execute the ps -ef | grep virtual command to list the processes containing the string virtual.

    执行psef |grepvirtual命令列出包含虚拟字符串进程

    youdao

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

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

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