backslash
n. 反斜杠,反斜线符号
2025-09-06 14:12 浏览次数 4
n. 反斜杠,反斜线符号
1. a mark \ used especially in computer programming
2. a mark \ that is used for separating written items in computer file names, commands, etc.
Backslash Notation反斜线记号
Backslash Escapes反斜杠转义
a backslash反斜杠键
backslash substitution反斜杠置换
Backslash Charcter反斜杠字符
gstrich Backslash反斜杠
backslash h反斜杠
Trailing backslash不知原因
backslash character反斜杠字符
note: listing 4 uses backslash characters to indicate line continuations; the characters are not part of the command.
注意:清单4使用反斜杠字符表示连续行;它不是该命令的一部分。
a final decision to use the backslash as the operator was made in october 2008, solving all the issues that using various other operators presented in terms of language design and usability.
年10月最终决定使用反斜杠作为操作符,从而解决了所有在语言设计和适用性方面使用各种其他操作符的问题。
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.
如果一个参数的值必须扩展到两行或更多行,除最后一行的所有行必须以反斜杠(\)结束,就像一个unixshell。
custom expansions of specific dynamic values are achieved with a series of backslash characters.
特定动态值的自定义扩展是使用一系列反斜杠字符来实现的。
so we can see this in progress3.c. this is the exact same program that i had in progress2.c. it」s the fancier version that「s actually using backslash r to move things to the start of the line.
所以我们可以看到这个,在progress3,c中,这个一个和progress2,c完全相同的程序,这是一个爱好者版本,它用,反斜杠r来把代码移动到行的开始。
this is what you typed into the white box in scratch and anyone perhaps already familiar, the backslash n is the shorthand way of saying what?
这也是你们在scratch的白色输入框里要填入的东西,也许已经有人知道,反斜杠n代表某种简写方式吧?
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
大部分字符与自身匹配,大部分元字符必须使用反斜杠(\)进行转义。
a dollar sign ($) may be included as a literal in the replacement string by preceding it with a backslash (\$).
通过在前面加上一个反斜杠 (\$),美元符号 ($)可以作为一个文字被包括在替换字符串中。
when entering the command, do not use the backslash characters.
输入命令时切勿使用反斜杠。
note: the backslash character at the end of the first line in the command shown above is used only as a mechanism to indicate a line continuation.
注意:在以上显示的命令中,第一行末尾的反斜杠字符只是用于表明同一行的延续。
if, when typing the file name, you get halfway through, simply click the esc key, then the backslash ( \ ) key.
在键入文件名时,如果完成了一部分,那么只需先按esc键,再按反斜杠 (\)键。
note: listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.
注意:清单3使用反斜杠字符表示连续行;它不是该命令的一部分。
do not enter the backslash as not part of the command.
因此不要在命令中输入反斜杠。
optionally, there can follow an xpath expression prefixed by a backslash to access only a specific element of the message part.
可选地,后面还可以跟着一个前缀为反斜杠的xpath表达式,以仅访问该消息部分的特定元素。
although windows traditionally uses a backslash as a path separator, i will use forward slashes in this article for consistency.
尽管windows通常使用反斜杠作为路径分隔符,为保持统一,本文使用正斜杠作为路径分隔符。
if you want to match such an operator in subject text, you must 「escape」 the operator in the regex with a preceding backslash (\).
如果需要匹配对象文本中的这样一个操作符,则必须用前导反斜杠 (\) 来对regex 中的操作符进行 「转义」。
double quotes allow escape sequences that use a leading backslash ( \ ) and also allow evaluation of expressions within the strings using the #{} operator.
双引号支持转义序列使用一个前置反斜杠(\)并支持在字符串中使用 #{}操作符计算表达式。
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.).
您可以将输出显示为八进制、十六进制、十进制、浮点数、包含反斜杠转义符的ascii,或者指定的字符(nl表示换行、ht 表示水平制表符,等等)。
to avoid that the quotation marks are removed by the command line interpreter, they are masked with a backslash (\).
为了避免命令行解释器删除引号,应该加上一个反斜杠 (\)。
the directory must end with a slash or backslash as apropriate for the operating system.
这个目录必须根据操作系统以适当的斜线或反斜线结尾。
note that the backslash characters (\) are for line continuation only and should not be placed in the file.
注意,反斜杠(\)只是用来续行,因此不应放到文件中。
there」s no backslash n -- that would have forced the cursor on to the next row.
但没有“反斜杠n“,反斜杠n是用来使光标移到下一行的。