• 获取目录字符使用斜杠字符

    Gets a backslash character that can be used in a directory string.

    youdao

  • 为什么使用反斜杠字符逃脱百分比C

    Why is percentage character not escaped with backslash in c?

    youdao

  • 特定动态自定义扩展使用一系列斜杠字符来实现的。

    Custom expansions of specific dynamic values are achieved with a series of backslash characters.

    youdao

  • 注意清单4使用反斜杠字符表示连续行;它不是命令一部分

    Note: Listing 4 USES backslash characters to indicate line continuations; the characters are not part of the command.

    youdao

  • 注意清单3使用斜杠字符表示连续不是命令一部分

    Note: Listing 3 uses the backslash character to indicate a line continuation; it is not part of the command.

    youdao

  • 在行末使用个单独的斜杠字符长的双引号或单引号文本可以被打断跨过多。像这样

    The backslash, the newline, and all leading whitespace on the next line is removed, resulting in "This is a long text string".

    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

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

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

    youdao

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

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

    youdao

  • 如果前面没有反斜杠单独一个句点代表任意字符

    Without the preceding slash, the period alone means any character.

    youdao

  • 其中一些驱动字符斜杠等则相当两个简单例子。

    Some, like the use of drive letters and backslashes, are quite superficial.

    youdao

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

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

    youdao

  • 必须转义斜杠(\)字符

    Note that you have to escape the slash (\) characters.

    youdao

  • 注意转义字符(斜杠)包含在是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).

    youdao

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

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

    youdao

  • 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)."

    youdao

  • 有些字符(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.

    youdao

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

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

    youdao

  • 例如众所周知UNIXLinux系统使用斜杠 ( /)字符作为目录分隔符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.

    youdao

  • 字符上调用。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.

    youdao

  • 可以将输出显示八进制十六进制十进制浮点数、包含斜杠转义符的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.).

    youdao

  • 一般来说,gnuplot引号内的字符中进行类似于c的反斜杠处理

    In general, gnuplot does C-like backslash processing within double quoted strings.

    youdao

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

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

    youdao

  • 注意这不允许空格斜杠介入,无论如何,文本仍然可以变量替换并且替换文本可以包含其他字符

    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.

    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

  • 反斜杠作为转义字符

    Backslash does not act as an escape character.

    youdao

  • 如果斜杠后紧跟有其他任何字符(包括空格制表符),则NMAKE按原义解释反斜杠

    NMAKE interprets the backslash literally if any other character, including a space or TAB, follows the backslash.

    youdao

  • 做为Python中的字符字母斜杠后面可以不同字符表示不同特殊意义。

    As in Python string literals, the backslash can be followed by various characters to signal various special sequences.

    youdao

  • 当然这个字符可以包含斜杠(比如一个图像地址),还有反斜杠

    Also when passing strings that may include slashes (such as an image path), escape the slashes.

    youdao

  • 当然这个字符可以包含斜杠(比如一个图像地址),还有反斜杠

    Also when passing strings that may include slashes (such as an image path), escape the slashes.

    youdao

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

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

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