The keywords should be the first field of each non-comment line; the string quotes that you typically associate with a char* are optional here.
关键字应该是每一个非注释行的第一个字段;通常与char*相关联的字符串引号是可选内容。
String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons.
字符串分析能够自动计算出,到它连接到此SQL命令时候位置,它不可能包含单个的引号或者分号。
If all quotes are now removed from that string by some function in the application code, the string analysis model detects that this string cannot possibly hold quotes from here on.
如果所有的引号现在都被这个应用程序代码中的一些功能从此字符串中清除掉,那么这个字符串分析模型就会检测到这个字符串从此以后就不可能包含引号。
First, you can create a new string by adding other strings together, either using the + operator or by just sticking strings together using the appropriate quotes.
第一,通过将其他字符串添加在一起,可以创建新的字符串,具体方法可以使用+运算符,或者干脆使用适当的引号将字符串连在一起。
Here, the first string is defined with a pair of single quotes. The second one USES a pair of double quotes.
这里,第一个字符串使用一对单引号定义,第二个字符串使用一对双引号定义。
Syntactically, you use quotes (single or double) around the URI string, and a colon to set off the prefix; other characters present no interference.
根据句法,在uri字符串前后使用引号(单引号或双引号),并用冒号将前缀分隔开;对其它字符没有任何规定。
The double quotes for string fields are required.
字符串字段需要双引号。
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.
如果你只想输出一个基本的字符串,就用单引号吧,这样会节省一些资源。
Jython string can use either single or double quotes.
Jython字符串可以使用单引号,也可以使用双引号。
Ruby does not process any data in a string if you wrap it in single quotes.
Ruby不处理任何用单引号括起来的字符串信息。
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).
description列是长度可变的字符串,所以它预计是一个字符串(通过将字符数据括在单引号中指明)。
You might also consider checking for empty string values. A user could specify a blank value surrounded by double quotes.
您还可能会考虑检查空的字符串值。
The method takes a string parameter, enclosed in quotes, and a code block.
该方法具有一个使用引号括起来的字符串参数和一个代码块。
A value in double quotes is always a string, but a numeric value without quotes is interpreted as a number.
双引号中的值始终是字符串,而不带引号的数字值被认为是数字。
However, all parameter values are enclosed in single quotes, which makes the contents within the quotes a literal string.
但所有参数值都使用单引号括入,这使单引号中的内容成为了字符串。
If you use double quotes around your string-based query predicate, instead of pairs of single quotes, you'll get a syntax error.
如果在基于字符串的查询谓词周围使用双引号,而不是单引号,就会收到语法错误。
other people had solved that problem for me, and this thing between quotes, we'll start calling a string.
至于如何实现的别人已经解决了,这个在引号之间的东西叫字符串。
Enter a string value "a" in the column and be sure to include the quotes.
在列中输入一个字符串值“a ”,并确保包括引号。
When DELIMIDENT is not YES, strings in double-quotes are treated as string literals. To set DELIMIDENT
当DELIMIDENT没有设置为YES 时,双引号中的字符串被当作字符串字面值。
In this case, we choose the String variable and supply the text value from the prototype method above (remember to include quotes to enclose the text).
在本例中,我们选择String变量并提供上面的原型方法中的文本值(记住在文本两边加上引号)。
Interpreted string literals are character sequences between double quotes .
解释字符串字面值就是双引号之间的字符序列。
How to remove error, probably caused by STRING VARIABLE with single quotes put in SQL statement ASP. NET C#?
如何删除错误,可能是由单引号放在SQL语句ASP.NET C #字符串变量引起的吗?
The value of a raw string literal is the string composed of the uninterpreted characters between the quotes;
原始字符串字面值表示的值就是由反引号之间的字符组成的字符串。
To include preceding or trailing Spaces in the string value, the value must be enclosed in either single quotes or double quotes.
若要在字符串值中包括前导或尾随空格,则该值必须用单引号或双引号括起来。
The quotes are not part of the string, but serve only to delimit it.
都是字符串。双引导不是字符串的一部分,它只用于限定字符串。
This test verifies the helper method output by using a literal string value that contains double quotes.
该测试通过使用含有双引号的文字字符串来检查该辅助方法的输出。
A string requires quotes if it is a reserved word or if it contains a character not ordinarily allowed in an identifier.
如果一个字符串是保留字,或者包含标识符中通常不允许的字符,则该字符串必须加上引号。
If it is enclosed in three pairs of double quotes, one pair is retained when the string is imported.
如果是双引号括在三对,一对是保留字符串时是进口的。
The second argument, in single quotes (and broken up across a few lines for readability), is the string that defines the log format itself.
第二个参数,在单引号(为便于阅读和破碎的跨越几行了),是字符串,它定义日志格式本身。
The second argument, in single quotes (and broken up across a few lines for readability), is the string that defines the log format itself.
第二个参数,在单引号(为便于阅读和破碎的跨越几行了),是字符串,它定义日志格式本身。
应用推荐