• 如果同时包含分号引号字符,则该值可以引号括起来。

    If the value contains both a semicolon and a double-quote character, the value can be enclosed in single quotes.

    youdao

  • 意味着引号字符,单引号字符必须,在引号字符串,双引号字符必须逃跑

    This means, inside single quoted strings, the single quote character has to be escaped, and inside double quoted strings, the double quote character has to be escaped.

    youdao

  • 如果同时包含引号引号字符,则用于将值括起来引号字符每次出现,都必须成对出现。

    If the value contains both single-quote and double-quote characters, the quote character used to enclose the value must be doubled each time it occurs within the value.

    youdao

  • 如果使用了两特殊字符中的任何一个,则必须名称包括引号

    If either of these two special characters are used, the names must be enclosed in double quotes.

    youdao

  • 如果包含其它字符,那么字符必须引号引起来。

    If it contains other characters, it must be enclosed in double quotation marks.

    youdao

  • 字符中,可以使用任意多的引号引号(参见清单4)。

    Within in the string, you can use as many single and double quotation marks as you like (see Listing 4).

    youdao

  • 第一创建字符时,可以混合使用引号引号只要字符开始位置结束位置使用同一类型引号

    First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.

    youdao

  • 这里第一字符使用一对引号定义第二字符使用一对引号定义。

    Here, the first string is defined with a pair of single quotes. The second one USES a pair of double quotes.

    youdao

  • 引号本身不是字符一部分仅仅表示开始结尾

    The quotation marks are not part of the string but serve only to mark its beginning and end.

    youdao

  • 标点符号用来替换其他字符即使搜索词汇包含引号或者标点符号被转义了如清单25

    The set of punctuation and symbols substitute for other members of the set, even if the search term is enclosed in double quotes, or the punctuation is escaped, as shown in Listing 25.

    youdao

  • 引号中的始终字符不带引号数字认为是数字

    A value in double quotes is always a string, but a numeric value without quotes is interpreted as a number.

    youdao

  • 通过名称放在引号中,可以避开这些规则,使用双引号允许名称区分大小写以及包含附加字符包括空格)。

    You can escape these rules by placing the name in double quotation marks, which allows names to be case sensitive and to include additional characters (including spaces).

    youdao

  • 一些额外规则可以书写包含特殊字符例如双引号字符

    There are several additional rules for writing string constants that allow you to include special characters (such as quotation marks) within the string.

    youdao

  • 如果在基于字符查询谓词周围使用引号而不是引号收到语法错误

    If you use double quotes around your string-based query predicate, instead of pairs of single quotes, you'll get a syntax error.

    youdao

  • 如果可能确保格式不会接受sql语法中的任何语法含意字符(例如引号分号)。

    If possible, make sure your format doesn't accept any characters that have syntactic meaning in SQL (such as double-quote and semicolon).

    youdao

  • 另外一点值得注意的字符通过引号引号被编码的。

    It's worth noting that strings are encoded using single or double quotation marks.

    youdao

  • 根据句法uri字符前后使用引号(引号引号),并用冒号前缀分隔;对其它字符没有任何规定。

    Syntactically, you use quotes (single or double) around the URI string, and a colon to set off the prefix; other characters present no interference.

    youdao

  • 使用引号引号引号语法创建字符仍然字符对象

    The strings I've been creating using the single, double, or triple quotation mark syntax are still string objects.

    youdao

  • 字符字段需要引号

    The double quotes for string fields are required.

    youdao

  • 处理字符数据时,可以使用引号引号分隔

    When working with string data, you can use either double quotation marks or single quotation marks to delimit them.

    youdao

  • 由于空格字符被用来分隔集合中的元素因此icecream元素(这里没有使用icecream)需要名字两边使用引号括起来。

    Because the space character separates the elements of a set, the ice cream element needs double quotes around the name (instead of the less attractive icecream, for example).

    youdao

  • 如果我们希望MathProg名字使用非ascii字符那么即使名字中间没有空格,也应该使用引号将它们括起来

    If you want to use non-ASCII characters in MathProg names, you should use double quotes as well even if there are no Spaces.

    youdao

  • 但是使用引号允许分隔字符内部对Velocity引用指示甚至Velocimacros求值。

    However, the use of double quotation marks allows evaluation of Velocity references, directives, or even Velocimacros inside the delimited string.

    youdao

  • 虽然引号式地把数据类型定义字符,但是以上法显式地concat 2函数输入输出类型定义为字符串。

    Though the double quotes implicitly types data as strings, the above method explicitly types both the input and output to the concat2 function as strings.

    youdao

  • Erlang直接支持字符概念但是可以使用引号创建字符串值(参见清单18)。

    Erlang does not support the idea of a string directly, although you can use a double quoted value to create a string value (see Listing 18).

    youdao

  • 如果喜欢编写动态方法可能名称空间放在双引号字符串中:“denoncourt \retail \controller ”。

    If you like to code dynamic methods, you may be tempted to place a namespace in a double-quoted string: "denoncourt \ retail \ controller".

    youdao

  • DELIMIDENT没有设置YES 时,双引号中的字符当作字符字面值

    When DELIMIDENT is not YES, strings in double-quotes are treated as string literals. To set DELIMIDENT

    youdao

  • DELIMIDENT设置YES时,将双引号中的字符识别SQL标识符

    DELIMIDENT, when set to YES, identifies strings in double-quotes as SQL identifiers.

    youdao

  • 引号代替expr属性中所用引号然后引号(“)字符转义成”。

    Replace the single quotes used for the expr attribute with double quotes, and then escape the double quote (") characters to ".

    youdao

  • 例如对于Apache可以使用Mod_Security筛选器(比如secfilterselective THE_REQUEST “(\' | \ ”) “)查找字符串中的引号引号禁止它们。”

    For example, with Apache you could use a Mod_Security filter such as SecFilterSelective THE_REQUEST "(\ '| \") "to look for single quotes and double quotes in strings and disallow them."

    youdao

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

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

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