每个属性都应该包含在双引号中。
属性值分隔符设为引号(双引号)。
Attribute value delimiters are set to quotation marks (double quotes).
在选择单引号和双引号时要小心。
Be careful about your choice of single versus double quotation marks, as well.
值用单引号或双引号括起来。
双引号代表在这里填上想要输入的东西。
整个SQL查询两侧必须加双引号。
字符串字段需要双引号。
双引号被适当转义。
确保键入了双引号。
sql语句必须是一整段,并在两侧加双引号。
如果最外边的引号是双引号,那么展开所有变量。
If the double quotation mark is the outermost quote, all variables are expanded.
有时候是双引号。
上次我试验在双引号中加上新行的键值并不能奏效。
This doesn't work (last time I tried), with just the escape sequence in double quotes.
如果我双引号里面再套双引号,那电脑会怎么想呢?
If I do this and this but then I also put some other quotes inside, what's the computer potentially gonna think?
如果您需要在别名中使用引号,那么可以使用双引号。
If you need quotation marks inside the alias, use double quotation marks.
如果名称包含空格,可以使用双引号括住适配器名称。
If the name contains Spaces, enclose the adaptor name in quotation marks.
在处理字符串数据时,可以使用双引号或单引号分隔。
When working with string data, you can use either double quotation marks or single quotation marks to delimit them.
要想纠正这个错误,应该在第 9行末尾添加双引号。
To correct the error, add double quotation marks to the end of line 9.
主要必须使用各种转义字符,如双引号用\ “表示。”
Note that various escape characters must be used such as \ "for double quotes."
根据UNIX日期表示法,日期变量应该放在双引号中。
Based on the UNIX date notation, note the use of double quotes surrounding the date variable. Other common formats are.
双引号本身并不是字符串的一部分,仅仅表示开始和结尾。
The quotation marks are not part of the string but serve only to mark its beginning and end.
如果还包含其它的字符,那么这段字符必须用双引号引起来。
If it contains other characters, it must be enclosed in double quotation marks.
这解释了不匹配的单引号或双引号会导致出现新提示符的原因。
This explains why an unmatched single or double quotation mark causes a new prompt to appear.
另外一点值得注意的是字符串是通过单引号或双引号被编码的。
It's worth noting that strings are encoded using single or double quotation marks.
最后,任何双引号中的单词都是一个参数,没有特别的变量语法。
Lastly, any word inside double quotes is a parameter, so there's no funky variable syntax.
单引号更好,因为使用单引号后您可以在一行程序内使用双引号。
Single quotes are better, because then you can use double quotes inside the one-liner.
如果一个变量包含空格,双引号会按原样把变量展开为一个参数。
If a variable contains whitespace, the double quotation marks keep the variable expansion intact as a single argument.
双引号中的值始终是字符串,而不带引号的数字值被认为是数字。
A value in double quotes is always a string, but a numeric value without quotes is interpreted as a number.
在该字符串中,您可以使用任意多的单引号和双引号(参见清单4)。
Within in the string, you can use as many single and double quotation marks as you like (see Listing 4).
在该字符串中,您可以使用任意多的单引号和双引号(参见清单4)。
Within in the string, you can use as many single and double quotation marks as you like (see Listing 4).
应用推荐