All characters are ordinary, the expression is a literal string.
所有字符都是普通的,表达式是字面字符串。
A literal string refers to the text between the opening and closing tag of an HTML control.
常值字串会参考HTML控制项的开头标记和结尾标记之间的文字。
This test verifies the helper method output by using a literal string value that contains double quotes.
该测试通过使用含有双引号的文字字符串来检查该辅助方法的输出。
Curly brackets instruct DB2 to evaluate and process the enclosed expression rather than treat it as a literal string.
花括号指示DB 2计算和处理其中的表达式,而不是将其当作文字字符串。
However, all parameter values are enclosed in single quotes, which makes the contents within the quotes 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.
我们也必须记住,不要把文字字符串分行,除非我比较的字符串有同样的分行。
You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
在vi 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
The Schematron processor performs a preprocessor pass during which it does a literal string substitution of the parameter with the given value.
Schematron处理程序在用给定的值对参数进行文字串置换时,要执行一次预处理程序。
This value attribute USES the XPath concat function to combine the literal string 'Hello' with the current value of the Name element in the model.
该value属性用XPathconcat函数把文字串'Hello '和模型的Name元素的当前值连起来。
Search Settings include choosing case sensitivity, scope, and whether or not to interpret the search string as a regular expression or as a literal string.
搜索设置包括选择是否区分大小写、将搜索字符串作为正则表达式还是文本字符串解释等。
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).
连接操作是一个顺序的连接多个数据片段的过程,通常是连接字符串和非字符串数据(绝大多数是变量或其它字符)。
After the refactoring, all USES of that number or string literal in the class refer to that field, instead of the number or string literal itself.
在重构后,所有对这个类中的数字或字符串文字的使用都将指向该字段,而不是指向数字或字符串文字本身。
Comparing a variable having an atomic value (number, Boolean, or string) to another such variable or a literal atomic value, and expecting the type of one to be cast automatically to the other type.
把包含原子值(数字、布尔值或字符串)的变量和另一个此类变量或者文字原子值比较,希望一种类型自动转换成另一种类型。
This way, you can modify the number or string literal in just one place (the value of the field), instead of doing a search and replace throughout your code.
这样,在一个位置(字段的值)就可以实现对所有数字或字符串文字的修改,再也无需在整篇代码中执行查询和替代了。
For instance, it can be a string literal in the program or read from a local file.
例如,可以是程序中的一串文字或从本地文件读取。
The? (question mark) literal in the statement string is a parameter marker that represents the variable in which the result is returned.
语句字符串中的?(问号)是一个参数标识,代表用来返回结果的变量。
So, map passes each String in strings to the function literal and builds up a new collection with the results returned by the function literal.
继续,map 把strings里面的每一个String传递给字面函数,从而用这些返回值创建了一个新的集合。
The printk function relies on a feature of the C language called string literal concatenation.
printk 是基于C语言中一个名为字符串逐字连接 的特性。
To use, select the number or string literal in the editor, press Ctrl + 1 and select Extract to Constant.
要使用这个重构,请选择编辑器中的数字或字符串文字,然后按下Ctrl +1并选择Extract to Constant。
A URI Template is a string value that includes a mixture of literal character sequences and specialized tokens that, when processed with a set of input values, yields a URI. For example.
URI模板是一个字符串值,由文字字符序列和特殊的标记组成,可以将一系列输入值转换为一个URI。
Conversely, use the encode method of a string object if you want a bytes literal from that string.
相反,如果想要从该字符串得到bytesliteral表示,可以使用字符串对象的encode方法。
The format (picture) string in format-number() has digit markers with "passive" characters before or after, which are intended to be literal characters in the result
format-number() 中的格式(picture)字符串具有前后是“被动”字符的数字标识符,通常是结果中的文字。
We use the STR function to parse the multi-line string literal.
我们使用了str函数来解析这个多行字符串。
Hence the final result would be a node-set containing two value elements named — USPrice, where both hold a numeric value in the form of a string literal.
因此,最终结果应该是一个包含两个值元素named -USPrice的节点集,这两个元素都存有字符串参数形式的数值。
For example, we could search for concat functions with all string-literal values, then concatenate the arguments into a string value as in Figure 8.
举例来说,我们可以搜索带有全部字符串值的concat函数,随后将参数连接为一个字符串值,如图8所示。
Each table is a literal representation of the structures shown in Tables 2 through 9, delivered as a two-dimensional matrix of String .
每个表都是表2至表9中所示的结构的文本表示,是作为二维矩阵String提供的。
Your idea of formatting a string literal is right. YET this formatting have to be done via prepared statement.
格式化字符串文字的你的想法是正确的。然而这格式必须通过事先准备好的声明中。
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.
字符串字面值表示由字符序列构成的字符串常量。有两种格式:原始字符串字面值和解释字符串字面值。
The parameter value can be any valid template expression such as a string literal or a component property.
参数值可以是任何有效的模板表达式,比如字符串字面量或组件的属性。
In Listing 15, we revisit our problem of evaluating a concat function by creating a match function (to find concat nodes with string-literal arguments) and an editor function (to evaluate the concat).
在清单15中,我们创建了一个match函数(用于查找具有字符串参数的连接节点)和一个editor函数(用于对连接求值),再次遇到了对concat函数求值的问题。
应用推荐