字符串字面值,比如a、b、c等等。
This implies seeing string literals as one token.
这意味着看到字符串作为一个令牌。
String data type is a representation of string literals.
String数据类型代表字符串字面值。
To concatenate multiple String literals, use the + operator.
可以使用+操作符连接多个字符串字面值。
String literals are delimited by the quotation mark (") character."
字符串文本由引号 (“)字符分隔。
In either case, the string literals will not be allocated on the stack.
在任一情况下,该字符串将不会在堆栈上分配。
Interpreted string literals are character sequences between double quotes .
解释字符串字面值就是双引号之间的字符序列。
This chapter introduced the use of character arrays to hold string literals.
本章介绍了存储字符串字面值的字符数组。
When DELIMIDENT is not YES, strings in double-quotes are treated as string literals. To set DELIMIDENT
当DELIMIDENT没有设置为YES 时,双引号中的字符串被当作字符串字面值。
You may want to store exceptionally large string literals (32k or more) in a custom resource or an external file.
您可能希望将特别大的字串常值(32k或更大)储存于自订资源或外部档案。
As in Python string literals, the backslash can be followed by various characters to signal various special sequences.
做为Python中的字符串字母,反斜杠后面可以加不同的字符以表示不同特殊意义。
You can include string literals in your programs by enclosing them in matching pairs of single or double quotation marks.
程序中的字符串直接量是包含在单引号或双引号中的。
The string lives in the text segment, which is read-only and stores all of your code in addition to tidbits like string literals.
对于字符串,内存为它们准备了专门的文本段 ,文本段以只读的形式存储程序中诸如字符串类型等不会被直接执行的代码。
These queries are expressed in the programming language itself, rather than as string literals embedded in the application code.
这些查询用编程语言本身表示,而不表示为嵌入在应用程序代码中的字符串。
The string lives in the text segment, which is read-only and stores all of your code in addition to tidbits like string literals.
住在文本段,它是只读的,除了花絮,如字符串常量存储所有你的代码中的字符串。
Python supports string literals of integers of different bases-octal, decimal (obviously!), and hexadecimal-and now binary has been added.
Python支持不同进制的整型字符串文本—八进制、十进制(最明显的!)
Inside SQL string literals, you generally only have to escape the characters which delimit the string literal as they are required to leave the string literal context.
在SQL字符串,你通常只能逃逸字符的字符串作为分隔他们被要求离开该字符串上下文。
In the code editor (which is also the text editor), you can use Arabic or Hebrew to name classes, functions, variables, properties, string literals, attributes, and so on.
在代码编辑器(同时它也是文本编辑器)中,您可以使用阿拉伯语或希伯来语命名类、函数、变量、属性、字符串文本、特性,等等。
A string literal represents a string constant obtained from concatenating a sequence of characters. There are two forms: raw string literals and interpreted string literals.
字符串字面值表示由字符序列构成的字符串常量。有两种格式:原始字符串字面值和解释字符串字面值。
RDF literals can be given data types such as "integer", "string", "date", or even "morse code".
可以为RDF文字给定数据类型,如“整数”、“字符串”、“日期”或甚至是“莫尔斯代码”。
Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).
连接操作是一个顺序的连接多个数据片段的过程,通常是连接字符串和非字符串数据(绝大多数是变量或其它字符)。
In some cases, you may need to return an array of String (such as when defining invalid literals), but these can be defined statically or right inside of the method.
在某些情况下,可能需要返回一个String数组(比如在定义无效文字时),但是这些可以静态地定义或者在方法中定义。
An expression can consist of a mathematical calculation or a string, and can involve any combination of column names, literals, operators, or functions.
表达式可以由数学计算或字符串组成,也可以包含列名、文本、运算符或函数的任意组合。
An expression can consist of a mathematical calculation or a string, and can involve any combination of column names, literals, operators, or functions.
表达式可以由数学计算或字符串组成,也可以包含列名、文本、运算符或函数的任意组合。
应用推荐