• The first backquote not preceded by a backslash terminates the command substitution.

    反斜杠第一个后引号终止命令替换

    youdao

  • The value in the '% 1' field must have a backslash (\ \) in the last position.

    ' %1 '域中必须最后位置一个后斜杠(\ \)。

    youdao

  • In particular, a backslash-newline pair may not be used as a line continuation.

    特别值得注意的斜线-换行组合将不能作为接续来使用

    youdao

  • To use these characters as text, precede them with a backslash, as in //, /{, and /}.

    文件中的其它所有字符文本

    youdao

  • A control symbol consists of a backslash followed by a single, non alphabetic character.

    控制符号一个反斜杠以及紧跟着它的一个简单字母字符

    youdao

  • If a backslash character is followed by any other character, the backslash is NOT removed.

    如果一个斜杠跟随其他任何字符,反斜杠被移除

    youdao

  • These can be escaped by being preceded with a backslash, like \. To match a literal period.

    可以通过前面斜杠\.这些字符进行转义匹配文字句点。

    youdao

  • Note how you refer to the groups as a backslash followed by the number of the group in the pattern.

    注意这个模式中各个引用方法,即斜杠加上该组序号

    youdao

  • To literally search for special characters such as the dollar sign, precede them with a backslash (\).

    搜索特殊字符例如 $ 符号),需要在这些字符前面加上反斜线(\)。

    youdao

  • Is a constant delimiter, followed by the variable name, a backslash, and the message part to be accessed.

    常量分隔符,后边跟着变量名称一个反斜杠访问消息部分

    youdao

  • If EDITOR is set to vi, you type part of name, and then click Escape followed by a backslash (\) character.

    如果EDITOR设置vi那么您键入部分名称然后esc键,后跟斜杠(\)字符。

    youdao

  • As a side note, observe that we use a backslash to extend the xtics command over more than one line of input.

    作为注意我们使用斜杠xtics命令扩展成多个输入

    youdao

  • It contains a colon, which is a reserved character in jQuery selectors, and must be escaped using a backslash.

    包含一个冒号jQuery选择器保留符号并且必须使用斜杠进行转义。

    youdao

  • To avoid that the quotation marks are removed by the command line interpreter, they are masked with a backslash (\).

    为了避免命令解释器删除引号,应该加上一个斜杠(\)。

    youdao

  • Notice in the rule entry that the colon (' : ') is escaped with a backslash; this preserves the value of the next character.

    请注意冒号(“:”)斜杠转义规则条目中保留下一个字符

    youdao

  • Optionally, there can follow an XPath expression prefixed by a backslash to access only a specific element of the message part.

    选地,后面还可以跟着一个前缀为反斜杠XPath表达式访问消息部分的特定元素

    youdao

  • Optionally, there can follow an XPath expression prefixed by a backslash, to access only a specific element of the message part.

    选地,后面还可以跟着一个前缀为反斜杠XPath表达式访问消息部分的特定元素

    youdao

  • Most characters match themselves, and most metacharacters must be escaped using a backslash (\). The fundamental operations are.

    大部分字符自身匹配,大部分元字符必须使用斜杠(\)进行转义

    youdao

  • Although Windows traditionally USES a backslash as a path separator, I will use forward slashes in this article for consistency.

    尽管Windows通常使用斜杠作为路径分隔符,保持统一,本文使用斜杠作为路径分隔符。

    youdao

  • The directory must exist and end with a slash on UNIX or Linux and a backslash on Windows; for example, 'd: \ TEMP \ MYSCHEMA \'.

    这个目录必须存在UNIXLinux上斜线结尾,在Windows上以反斜线结尾;例如'd: \TEMP \MYSCHEMA \ '。

    youdao

  • A percent sign (%) is translated to a newline, so if you want a % or any other special character, precede it with a backslash (\).

    百分号(%)转换行,所以如果使用%其他任何特殊字符,就要在前面加上反斜线(\)。

    youdao

  • If a parameter's value must extend over two or more lines, all lines except the last must end in a backslash (\), just like a UNIX shell.

    如果参数必须扩展更多行,最后一行的所有行必须斜杠(\)结束一个UNIX shell。

    youdao

  • To match any special character, put a backslash in front of it. For example, \? Matches the question mark. To match a backslash, use \ \.

    匹配任何指定字符,就前面放置个反斜杠比如,\ ?匹配问号。要匹配一个反斜杠,使用\ \。

    youdao

  • Note: Some code listings may have a backslash character, "\", to indicate the line of code is continuous but has been formatted for readability.

    注意有些代码清单斜杠字符“\”,表示代码连续为了可读性,这里对其格式作了调整。

    youdao

  • In Windows, each inner double quotation mark must be cancelled with a backslash that is within the brace surrounded by double quotation marks in the JSON form.

    Windows 中内部引号必须一个斜划线取消斜划线由JSON格式双引号所包围

    youdao

  • For example, it's well known that UNIX and Linux systems use the virgule ( /) character as a directory separator, while Windows uses a backslash (\) for similar purpose.

    例如众所周知UNIXLinux系统使用斜杠 ( /)字符作为目录分隔符Windows斜杠 (\) 字符用于类似的用途。

    youdao

  • The character sequence \ represents a backslash escaped single quote 'in MySQL, but in DB2, a single quote must be escaped by adding another single quote "(double single quotes)."

    MySQL字符序列\表示个反斜杠转移引号'DB 2中,单引号必须再加引号来实现转义' '(即个单引号)。

    youdao

  • You can also simply enclose the entire variable value in single quotation marks (') as long as you precede any actual single quotation marks in the variable with a backslash (\ ').

    可以简单地整个字符串放到引号(')中,但是需要在变量真正的单引号字符前面加上一个斜线(\ ')。

    youdao

  • But, if you also wanted to use the standard PHP strlen function (say, within your own strlen implementation), you'd need to precede the function invocation with a backslash, as Listing 10 shows.

    但是如果希望使用标准PHPstrlen函数(比如自己的strlen实现内部),需要在函数调用前面加上斜杠,清单10。

    youdao

  • But, if you also wanted to use the standard PHP strlen function (say, within your own strlen implementation), you'd need to precede the function invocation with a backslash, as Listing 10 shows.

    但是如果希望使用标准PHPstrlen函数(比如自己的strlen实现内部),需要在函数调用前面加上斜杠,清单10。

    youdao

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

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

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