获取可在目录字符串中使用的反斜杠字符。
Gets a backslash character that can be used in a directory string.
为什么不使用反斜杠字符逃脱的百分比在C ?
Why is percentage character not escaped with backslash in c?
特定动态值的自定义扩展是使用一系列反斜杠字符来实现的。
Custom expansions of specific dynamic values are achieved with a series of backslash characters.
注意:清单4使用反斜杠字符表示连续行;它不是该命令的一部分。
Note: Listing 4 USES backslash characters to indicate line continuations; the characters are not part of the command.
注意:清单3使用反斜杠字符表示连续行;它不是该命令的一部分。
Note: Listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.
在行末使用一个单独的反斜杠字符,长的双引号或单引号文本可以被打断跨过多行。像这样。
The backslash, the newline, and all leading whitespace on the next line is removed, resulting in "This is a long text string".
注意:有些代码清单有反斜杠字符“\”,这表示代码行是连续的,但为了可读性,这里对其格式作了调整。
Note: Some code listings may have a backslash character, "\", to indicate the line of code is continuous but has been formatted for readability.
大部分字符与自身匹配,大部分元字符必须使用反斜杠(\)进行转义。
Most characters match themselves, and most metacharacters must be escaped using a backslash (\). The fundamental operations are.
可以通过在前面加反斜杠如\.对这些字符进行转义,以匹配文字句点。
These can be escaped by being preceded with a backslash, like \. To match a literal period.
如果前面没有反斜杠,单独一个句点代表任意字符。
Without the preceding slash, the period alone means any character.
其中一些,如驱动字符和反斜杠等则相当两个简单的例子。
Some, like the use of drive letters and backslashes, are quite superficial.
请注意在冒号(“:”)用反斜杠转义的规则条目中保留下一个字符的值。
Notice in the rule entry that the colon (' : ') is escaped with a backslash; this preserves the value of the next character.
您必须转义反斜杠(\)字符。
注意:转义字符(反斜杠)包含在是XML文档一部分的引号之前(比如下面例子中的xml版本号)。
Note: Escape characters (backward slashes) are included before quotation marks that are part of the XML document (such as the XML version number in the example below).
如果EDITOR设置为vi,那么您键入部分名称,然后按esc键,后跟反斜杠(\)字符。
If EDITOR is set to vi, you type part of name, and then click Escape followed by a backslash (\) character.
在MySQL中,字符序列\表示一个反斜杠转移单引号',但在DB 2中,单引号必须要再加一个单引号来实现转义' '(即两个单引号)。
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)."
有些字符(在URI引用中)必须使用URI约定来转义,而其它则使用前面带有反斜杠的N -Triples约定。
Some characters (in URI references) must be escaped using URI conventions, and others use an N-Triples convention with a leading backslash.
如果一个反斜杠后跟随其他任何字符,反斜杠不被移除。
If a backslash character is followed by any other character, the backslash is NOT removed.
例如,众所周知,UNIX和Linux系统使用正斜杠 ( /)字符作为目录分隔符,而Windows 将反斜杠 (\) 字符用于类似的用途。
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.
在一个字符串上调用。r会把它变成一个正则表达式;我们是用了原始(三重引号)字符串来避免诸多双重转义的反斜杠。
Calling.r on a string turns it into a regular expression; we use raw (triple-quoted) strings here to avoid having to double-escape backslashes.
您可以将输出显示为八进制、十六进制、十进制、浮点数、包含反斜杠转义符的ASCII,或者指定的字符(nl表示换行、ht表示水平制表符,等等)。
You can display output as octal, hex, decimal, floating point, ASCII with backslash escapes, or named characters (nl for newline, ht for horizontal TAB, etc.).
一般来说,gnuplot在双引号内的字符串中进行类似于c的反斜杠处理。
In general, gnuplot does C-like backslash processing within double quoted strings.
一个控制符号由一个反斜杠以及紧跟着它的一个简单的非字母的字符。
A control symbol consists of a backslash followed by a single, non alphabetic character.
注意,这不允许空格反斜杠介入,无论如何,文本仍然可以变量替换,并且替换文本可以包含其他字符。
Note that this does not allow Spaces, or backslashes to be entered, however the text is still variable-substituted, and the substituted text may contain other characters.
要匹配任何指定字符,就在它前面放置一个反斜杠。比如,\ ?匹配问号。要匹配一个反斜杠,使用\ \。
To match any special character, put a backslash in front of it. For example, \? Matches the question mark. To match a backslash, use \ \.
反斜杠不作为转义字符。
如果反斜杠后紧跟有其他任何字符(包括空格或制表符),则NMAKE按原义解释反斜杠。
NMAKE interprets the backslash literally if any other character, including a space or TAB, follows the backslash.
做为Python中的字符串字母,反斜杠后面可以加不同的字符以表示不同特殊意义。
As in Python string literals, the backslash can be followed by various characters to signal various special sequences.
当然这个字符串可以包含斜杠(比如一个图像地址),还有反斜杠。
Also when passing strings that may include slashes (such as an image path), escape the slashes.
当然这个字符串可以包含斜杠(比如一个图像地址),还有反斜杠。
Also when passing strings that may include slashes (such as an image path), escape the slashes.
应用推荐