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

    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

  • 可以整个字符串放到引号(')中,但是需要在变量真正单引号字符前面加上一个斜线(\ ')。

    You can also simply enclose the entire variable value in single quotation marks (') as long as you precede any actual single quotation marks in the variable with a backslash (\ ').

    youdao

  • 就是insert语句中两个转义解决任何含义不确定的字符比如说可能扰乱sql语法引号

    It's a simple INSERT statement where the two values are escaped to account for any errant characters such as single quotes that might disturb the SQL syntax.

    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

  • 如果仔细看看上面这个语句看出所有都是直接字符(引号包围)变量,它们逗号分隔

    If you look closely at the statement above, you will see that all of the individual values are either literal strings (surrounded by single quotes) or variable names, all separated by commas.

    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

  • 根据句法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

  • 如果参数基于字符输入参数,那么引号指定面值

    If the parameter is a character-based input parameter, then you would specify the literal value surrounded in single quotes.

    youdao

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

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

    youdao

  • 所有参数使用引号使单引号中的内容成为了字符

    However, all parameter values are enclosed in single quotes, which makes the contents within the quotes a literal string.

    youdao

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

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

    youdao

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

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

    youdao

  • 如果字符是以引号开始那么必须单引号结束,反之亦然

    If you start a string with a single quotation mark, you must end with a single quotation mark, and vice versa.

    youdao

  • 如果只想输出一个基本字符引号吧,这样会节省一些资源。

    If you just want to output a basic string, use single quotes! There is a marginal performance benefit, since the string does not get parsed.

    youdao

  • 字符引号限定,从而节省了PHP字符搜索可替换变量的时间。

    Strings are delimited by single quotes instead of double quotes to avoid the performance hit of PHP searching for variables to interpolate within the strings.

    youdao

  • 引号引用字符串则直接文字

    Single quoted strings are simple, straight literals.

    youdao

  • 编码放在引号内,防止shell篡改特殊含义字符

    Both codes are enclosed in single quotation marks to prevent the shell from interpolating characters that have special meaning.

    youdao

  • 因为使用引号禁用称为扩展bash特性,其中,特殊字符字符系列替换。

    Because using single quotes disables a bash feature called expansion, where special characters and sequences of characters are replaced with values.

    youdao

  • 相比之下,使用引号分隔字符将包括在其中的所有内容视为文字字符两个连续引号个例外,它们纯地当作单引号

    In contrast, single-quoted strings treat everything inside their delimiters as literal characters-except two consecutive single-quotes, which are treated as a literal single-quote.

    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

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

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

    youdao

  • soliddb字符使用引号分隔

    SolidDB strings are delimited by single quotes.

    youdao

  • 使用引号三重引号字符串前面可以加一个字母r表示Python应该解释规则表达式特殊字符

    Both single-quoted or triple-quoted strings may be preceded by the letter "r" to indicate that regular expression special characters should not be interpreted by Python. For example.

    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

  • Jython字符可以使用引号可以使用引号

    Jython string can use either single or double quotes.

    youdao

  • 正确访问必须JDBCURL作为字符传递给connect命令因此需要将封装引号(')字符

    To be accessed properly, the JDBC URL must be passed into the connect command as a string; hence it's enclosed in single quotation mark (') characters.

    youdao

  • Ruby处理任何引号括起来字符信息

    Ruby does not process any data in a string if you wrap it in single quotes.

    youdao

  • description长度可变字符所以预计一个字符串(通过字符数据引号中指明)。

    The description column is a variable-length character string, so it expects a string (which you indicate by enclosing the character data within single quotes).

    youdao

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

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

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