The first backquote not preceded by a backslash terminates the command substitution.
不带反斜杠的第一个后引号终止命令替换。
David: Yeah, so I didn't have my "backslash n."
大卫:是的,我没有加入“反斜杠,n。”
When entering the command, do not use the backslash characters.
输入命令时切勿使用反斜杠。
There's no backslash n -- that would have forced the cursor on to the next row.
但没有“反斜杠n“,反斜杠n是用来使光标移到下一行的。
In general, gnuplot does C-like backslash processing within double quoted strings.
一般来说,gnuplot在双引号内的字符串中进行类似于c的反斜杠处理。
These can be escaped by being preceded with a backslash, like \. To match a literal period.
可以通过在前面加反斜杠如\.对这些字符进行转义,以匹配文字句点。
Custom expansions of specific dynamic values are achieved with a series of backslash characters.
特定动态值的自定义扩展是使用一系列反斜杠字符来实现的。
Note how you refer to the groups as a backslash followed by the number of the group in the pattern.
请注意这个模式中各个组的引用方法,即反斜杠加上该组的序号。
If you need to run a statement across multiple lines, the continuation marker is a single backslash.
如果需要跨多个行运行一条语句,只需要使用反斜杠作为续行符。
Is a constant delimiter, followed by the variable name, a backslash, and the message part to be accessed.
是常量分隔符,后边跟着变量名称、一个反斜杠和要访问的消息部分。
To literally search for special characters such as the dollar sign, precede them with a backslash (\).
要搜索特殊字符(例如 $ 符号),需要在这些字符前面加上反斜线(\)。
Note that the backslash characters (\) are for line continuation only and should not be placed in the file.
注意,反斜杠(\)只是用来续行,因此不应放到文件中。
If EDITOR is set to vi, you type part of name, and then click Escape followed by a backslash (\) character.
如果EDITOR设置为vi,那么您键入部分名称,然后按esc键,后跟反斜杠(\)字符。
Note: Listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.
注意:清单3使用反斜杠字符表示连续行;它不是该命令的一部分。
If, when typing the file name, you get halfway through, simply click the Esc key, then the backslash (\) key.
在键入文件名时,如果完成了一部分,那么只需先按esc键,再按反斜杠(\)键。
As a side note, observe that we use a backslash to extend the xtics command over more than one line of input.
作为边注,注意我们使用反斜杠将xtics命令扩展成多个输入行。
So, if I want to encode O'Reilly in a single quoted string, I must escape it using backslash, 'O\'Reilly'.
所以,如果我想用单引号编码O'Reilly,我就必须使用反斜杠对它进行转义:'O\'Reilly'。
In "r-strings," the backslash that might otherwise compose an escaped character is treated as a regular backslash.
在“ r -strings ”中,可能另外组成换码符的反斜杠被当作是常规反斜杠。
It contains a colon, which is a reserved character in jQuery selectors, and must be escaped using a backslash.
它包含一个冒号,是jQuery选择器保留的符号,并且必须使用反斜杠进行转义。
Note: Listing 4 USES backslash characters to indicate line continuations; the characters are not part of the command.
注意:清单4使用反斜杠字符表示连续行;它不是该命令的一部分。
To avoid that the quotation marks are removed by the command line interpreter, they are masked with a backslash (\).
为了避免命令行解释器删除引号,应该加上一个反斜杠(\)。
You can use the backslash character (\) as the line continuation character in CLP command mode or interactive input mode.
在CLP命令模式或交互输入模式下,可以将反斜线字符(\)用作行连续字符。
Notice in the rule entry that the colon (' : ') is escaped with a backslash; this preserves the value of the next character.
请注意在冒号(“:”)用反斜杠转义的规则条目中保留下一个字符的值。
Although Windows traditionally USES a backslash as a path separator, I will use forward slashes in this article for consistency.
尽管Windows通常使用反斜杠作为路径分隔符,为保持统一,本文使用正斜杠作为路径分隔符。
Optionally, there can follow an XPath expression prefixed by a backslash to access only a specific element of the message part.
可选地,后面还可以跟着一个前缀为反斜杠的XPath表达式,以仅访问该消息部分的特定元素。
Optionally, there can follow an XPath expression prefixed by a backslash, to access only a specific element of the message part.
可选地,后面还可以跟着一个前缀为反斜杠的XPath表达式,以仅访问该消息部分的特定元素。
Most characters match themselves, and most metacharacters must be escaped using a backslash (\). The fundamental operations are.
大部分字符与自身匹配,大部分元字符必须使用反斜杠(\)进行转义。
The directory must exist and end with a slash on UNIX or Linux and a backslash on Windows; for example, 'd: \ TEMP \ MYSCHEMA \'.
这个目录必须存在,在UNIX或Linux上以斜线结尾,在Windows上以反斜线结尾;例如'd: \TEMP \MYSCHEMA \ '。
A percent sign (%) is translated to a newline, so if you want a % or any other special character, precede it with a backslash (\).
百分号(%)将转换为空行,所以如果要使用%或其他任何特殊字符,就要在前面加上反斜线(\)。
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。
应用推荐