• 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

  • The translator obviously does not know what code will manipulate the translated text, so they must know how to enter required single quotes or apostrophes.

    翻译人员显然知道什么代码操作翻译文本因此他们必须知道如何输入所需引号撇号

    youdao

  • String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons.

    字符串分析能够自动计算出连接到此SQL命令时候位置,它不可能包含单个引号或者分号

    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

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

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

    youdao

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

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

    youdao

  • When you set a value for the MCAUSER attribute, enclose the value in single quotes to avoid issues with case sensitivity on distributed platforms.

    设置mcauser属性时,应该将值包括引号中避免分布式平台上的区分大小写问题

    youdao

  • Single quotes are better, because then you can use double quotes inside the one-liner.

    引号更好因为使用单引号可以在一行程序使用引号。

    youdao

  • The careful reader will realize that this may fail badly if the passed argument includes single quotes.

    细心读者发现如果传递参数包含引号,会完全失败

    youdao

  • The single quotes are used because the double quotes are needed within the drawing command if more than one word is to be drawn, and you cannot have double quotes within double quotes.

    使用引号是因为如果需要绘制多个,则绘图命令需要使用引号,不能在双引号中再用双引号。

    youdao

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

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

    youdao

  • Atoms must start with a lower case character, or you can delimit with single quotes.

    原子值必须小写字母开头,否则需要加上引号

    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

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

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

    youdao

  • For instance, did you notice that there were no single quotes around the array indexes ($x[sales] and $x[profit])?

    比如有没有发现数组索引没有用引号将字符串括起来?

    youdao

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

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

    youdao

  • SolidDB strings are delimited by single quotes.

    soliddb字符串使用引号分隔

    youdao

  • The third thing to notice is the use of single quotes to surround the 'd' command.

    第三注意括起'd'命令引号用法

    youdao

  • To ignore a signal, use two single quotes in place of the command_list

    忽略某个信号使用两个引号代替 command_list

    youdao

  • Passing the ENT_QUOTES argument to htmlspecialchars to ensure that single quotes (') are also escaped isn’t strictly necessary in this case, but it’s a good habit to get into.

    将ENT_QUOTES标识传递给htmlspecialchars函数,从而保证引号被转义。 虽然并是最主要的,算是一个良好习惯

    youdao

  • Note that although the example might appear to use double quotes, it actually USES two single quotes before and after the comparison value (" Gold ").

    注意虽然这个例子看上去使用引号,但实际上是在比较值(“ Gold ”)前后使用两个引号。

    youdao

  • If the constraint has a message associated with it (through the message Id), the {0} variable in the message is substituted by the context element — unless it is between single quotes.

    如果约束使用一个消息关联(通过消息id),消息中的{0}变量上下文元素取代——处非使用单引号括住。

    youdao

  • In such cases, you can render the single quote harmless by using a regular expression or the String.Replace method to replace each instance of the single quote with two single quotes. For example.

    这种情况下可以通过使用正则表达式或者String . Replace方法每个引号实例替换两个引号使单引号无害

    youdao

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

    MySQL字符序列\表示个反斜杠转移引号'DB 2中,单引号必须再加引号来实现转义' '(即个单引号)。

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

  • The extra single quotes are escape characters.

    额外” 的那个引号换码符。

    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

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

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

    youdao

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

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

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