string literal的意思
string literal中文翻譯:
字符串
literal───adj.文字的;逐字的;無夸張的
string───n.線,弦,細繩;一串,一行;vt.懸掛;系;扎;用線(或細繩等)串,把……連在一起
literal synonym───字面同義詞
literal legend───文字圖例
literal meaning───字(面意)義;字面意義,字面意思;字義
literal language───字面語言
append string───追加字符串
unending string───永無止境的弦
looped string───循環字符串
The printk function relies on a feature of the C language called string literal concatenation.───printk 是基于 C 語言中一個名為字符串 逐字連接 的特性。
For instance, it can be a string literal in the program or read from a local file.───例如,可以是程序中的一串文字或從本地文件讀取。
We use the STR function to parse the multi-line string literal.───我們使用了str函數來解析這個多行字符串。
Type, however, it is possible to create objects by assigning the string literal to the variable directly.───類型,可以通過直接將字符串賦給變量來創建對象。在這種情況下,!
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.───一個預處理記號可以是頭文件名、標識符、數字、字符類型、字符串類型、元素或者混合字符。
The Extract Constant refactoring allows you to convert any number or string literal in your code to a static final field.───ExtractConstant重構可以將代碼中的任何數字或字符串文字轉換成一個靜態終態字段(finalfield)。
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.───當編譯腳本時,字符串中的每個轉義序列都會轉換為它所表示的字符。
This example obtains the length of a string literal.───下面示例獲取字符串的長度。
To include insignificant white space in an XML literal, use an embedded expression that contains a string literal with the white space.───若要加入XML常值中不顯著的泛空白字元,請使用包含字串常值并具有泛空白字元的內嵌運算式。
A string literal was expected, but no opening quote character was found.
Possible tokens include start/end element, switch code page, entity, processing instruction, tokenized string, literal string, various extension tokens, and opaque data.
A language construct that describes a data type by means of a model character string literal.
When a script is compiled, each escape sequence in a string literal is converted into the characters it represents.
Every character string literal has a character set and a collation.
A preprocessor token can be a header name, identifier, number, character literal, string literal, symbol, or miscellaneous character.
White space can appear within a preprocessing token only as a part of a header name or between the quotation characters in a character literal or string literal.
Passing a character - string literal would be a compile-time error.