literal string

[计] 文字串
常用释义
[计] 文字串

扩展信息

字符串
字符串literal string )前面的大写字母L ,用于告诉编译器该字符串应该作为U n i c o d e 字符串来编译。当编译器将字符串置 …
文字字符串
的时候,不是按照配置代码给出的顺序进行匹配的,而是先按照匹配表达式中的文字字符串literal string)的明确程度,从最 …
字串
这些表示必须匹配输入序列的字串(literal string)。m a t c h :操作实现了该正则表达式的一个解释器。
字面字符串
字面字符串literal string)需要以一对匹配的单引号或双引号来界定:a="a line"b="another line"根据编程风格,应该坚持在程 …
文字串
您可以用引号括住文字串 (literal string) 来进行搜索,例如 我们还支持以下 Perl 扩展名:\w 匹配字词字符。
字符串型
注意:在编写这些程序的时候,要注意不要把数值型(Expression)变量的值赋成字符串型Literal String)的值。 终于把最困 …
常值字串
「常值字元」(Literal Character) 是包含在单引号中的字元,而「常值字串」(Literal String) 则是包含在双引号中的字元序列。如 …
字符串常量
1、Java语言规范规定,同一个程序中任何相同的字符串常量literal string)都只是同一个String对象的不同引用,不论它们是 …

例句

Double quotation marks cannot be used to delimit literal string expressions; single quotation marks must be used to enclose literal strings.

不能使用双引号分隔文字字符串表达式,而必须用单引号括住文字字符串。

一个预处理记号可以是头文件名、标识符、数字、字符类型、字符串类型、元素或者混合字符。

确定HTML控件的字符串是否必须是HTML解码的。

A literal string refers to the text between the opening and closing tag of an HTML control.

字符串引用HTML控件的开始标记和结束标记之间的文本。

但所有参数值都使用单引号括入,这使单引号中的内容成为了字符串。

The entire string must be enclosed in braces to indicate that it is a format string and not a literal string.

整个字符串必须放在大括号内,表示它是格式字符串,而不是实际字符串。

We must also remember not to break the literal string into separate lines, unless the string we are comparing to is similarly broken.

我们也必须记住,不要把文字字符串分行,除非我比较的字符串有同样的分行。

花括号指示DB2计算和处理其中的表达式,而不是将其当作文字字符串。

对于第一个参数,向异常构造函数传递了字符串,此操作与该规则冲突。

方法无法将字符串追加到内容页。

该测试通过使用含有双引号的文字字符串来检查该辅助方法的输出。

A LiteralControl representing a literal string in a resource.

表示资源中的字符串的LiteralControl。

为了明确,您应在提供文字字符串时尽量同时指定日期和时间部分,以避免错误。

上面的示例用单引号显示文本字符串“MATH101”。

Whatever type you choose, the createValue method in PrimeDatatype converts the literal string into this kind of object, as Listing 5 shows.

无论选择哪种方法,PrimeDatatype中的createValue方法都将文字字符串转化成这种类型的对象,如清单5所示。

Gets or sets the literal string of code.

获取或设置代码字符串。

SQLServer代理标记替换简单且有效:SQLServer代理以准确的文字字符串值替换标记。

如果文字字符串由双引号分隔,则可以在字符串中包含嵌入式单引号,如省略号。

The final result that is displayed is the literal string, "{D}" .

显示的最终结果是字符串“{D}”。

if the html control literal string is to be decoded ; otherwise ,

如果要解码html控件字符串,则为