Double quotes are properly escaped.
双引号被适当转义。
Make sure you type the double quotes.
确保键入了双引号。
Listing 2. Single vs. double quotes.
清单2.单引号vs。
The double quotes for string fields are required.
字符串字段需要双引号。
Jython string can use either single or double quotes.
Jython字符串可以使用单引号,也可以使用双引号。
Attribute value delimiters are set to quotation marks (double quotes).
属性值分隔符设为引号(双引号)。
Note that various escape characters must be used such as \ "for double quotes."
主要必须使用各种转义字符,如双引号用\ “表示。”
Single quotes are better, because then you can use double quotes inside the one-liner.
单引号更好,因为使用单引号后您可以在一行程序内使用双引号。
This doesn't work (last time I tried), with just the escape sequence in double quotes.
上次我试验在双引号中加上新行的键值并不能奏效。
The bottom line is, don't use double quotes to specify your -e one-line script argument.
结论是:不要使用双引号来指定以 -e 开始的一行程序脚本参数。
Lastly, any word inside double quotes is a parameter, so there's no funky variable syntax.
最后,任何双引号中的单词都是一个参数,没有特别的变量语法。
If either of these two special characters are used, the names must be enclosed in double quotes.
如果使用了两个特殊字符中的任何一个,则必须将名称包括在双引号中。
Note that a phrase search (enclosing the search terms in double quotes) returns the same results.
注意短语搜索(以双引号表示的搜索词汇)会返回相同的结果。
To indicate a phrase, you should put the words between double quotes, for example: "Flower picture".
为了表明是一个词组,应该将这些单词置于双引号之内,比如“Flower picture ”。
Note that our command is contained between double quotes (") so that substitution will occur for $ht.
注意,我们的命令被包含在双引号之间,因此将对 $ht 执行替换。
Set the comparand value accordingly, stripping the double quotes from the QUOTED_STRING token if necessary.
相应地设置比较字的值,如果有必要,就从 QUOTED_STRING 标记中除去双引号。
A value in double quotes is always a string, but a numeric value without quotes is interpreted as a number.
双引号中的值始终是字符串,而不带引号的数字值被认为是数字。
Here, the first string is defined with a pair of single quotes. The second one USES a pair of double quotes.
这里,第一个字符串使用一对单引号定义,第二个字符串使用一对双引号定义。
To retrieve only documents that match the term, but not those that match the lemmas, enclose the term in double quotes.
要查询只与这个词汇相匹配而不与词元相匹配的文档,需要给这个词汇加上双引号。
Put the comparands into a form that DB2 can understand, for example remove the double quotes from QUOTED_STRING tokens.
将比较字(comparand)转换为DB 2可以理解的形式,例如,除去QUOTED_STRING标记的双引号。
Note that the brace expansion of the file path, not the full remote path expression, has been enclosed in double quotes.
请注意,文件路径中展开的大括号(不是完整的远程路径表达式)已用双引号括上。
Note the use of double quotes, which ensures that quoted arguments in the original are retained and identified properly.
请注意双引号的使用,它确保了原始命令中引用的参数被保留并得到正确识别。
Based on the UNIX date notation, note the use of double quotes surrounding the date variable. Other common formats are.
根据UNIX日期表示法,日期变量应该放在双引号中。
"' is a set of drawing commands, in this case to move to the position 10, 50 and then draw the text in the double quotes."
'是一组绘图命令,在本例中是移动到位置10,50,然后绘制出双引号中的文本。
Another example is use of single and double quotes in JSP which fails during compilation for WebSphere family of products.
另一个例子就是在JS p中使用单引号和双引号在WebSphere产品家族编译期间会出错。
If you want to use non-ASCII characters in MathProg names, you should use double quotes as well even if there are no Spaces.
如果我们希望在MathProg名字中使用非ascii字符,那么即使名字中间没有空格,也应该使用双引号将它们括起来。
You might also consider checking for empty string values. A user could specify a blank value surrounded by double quotes.
您还可能会考虑检查空的字符串值。
Replace the single quotes used for the expr attribute with double quotes, and then escape the double quote (") characters to ".
用双引号代替expr属性中所用的单引号,然后将双引号(“)字符转义成”。
If you use double quotes around your string-based query predicate, instead of pairs of single quotes, you'll get a syntax error.
如果在基于字符串的查询谓词周围使用双引号,而不是单引号,就会收到语法错误。
What benefit does this provide? Mainly, that the content inside the double quotes is not parsed, which provides you with more flexibility.
其优点主要在于,双引号中的内容不会被解析,这样便有了更大的灵活性。
应用推荐