Handle literal strings properly.
正确地处理字符串。
The literal strings are standard literal strings.
文字字符串是标准的文字字符串。
However, they're usually overkill when you are merely searching for literal strings.
然而,当你只是搜索文字字符串时它们经常矫枉过正。
Searches are not limited to literal strings, the application understands such as stemming.
搜索并不局限于字符串,应用程序所能理解的例如词干分析。
The CLR maintains a table called the intern pool that contains the literal strings in a program.
CLR维护一个名为“Internpool”的表,该表包含程序中的文字字符串。
Static values don't have to be enclosed in quotes, but it is recommended for literal strings.
静态数值不需要加引号,但是字符串例外。
Regexes are not always the best tool for the job, especially when you are merely searching for literal strings.
正则表达式并不总是完成工作的最佳工具,尤其当你只是搜索一个文本字符串时。
In a PTL template, expression results and literal strings are automatically assembled into a function's output.
在PTL模板中,表达式结果和字符串被自动地组装成函数输出。
The value cannot be changed. Literal characters are enclosed in single quotes, literal strings in double quotes.
字面值字符用单引号括住,而字面值字符串则用双引号括住。
Angular evaluates all expressions in double curly braces, converts the expression results to strings, and links them with neighboring literal strings.
Angular对所有双花括号中的表达式求值,把求值的结果转换成字符串,并把它们跟相邻的字符串字面量连接起来。
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).
连接操作是一个顺序的连接多个数据片段的过程,通常是连接字符串和非字符串数据(绝大多数是变量或其它字符)。
If you look closely at the statement above, you will see that all of the individual values are either literal strings (surrounded by single quotes) or variable names, all separated by commas.
如果仔细看看上面这个语句,会看出所有值都是直接字符串(由单引号包围)或变量名,它们都由逗号分隔。
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 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
In contrast, single-quoted strings treat everything inside their delimiters as literal characters-except two consecutive single-quotes, which are treated as a literal single-quote.
相比之下,使用单引号分隔的字符串将包括在其中的所有内容视为文字字符—两个连续的单引号是一个例外,它们被单纯地当作单引号。
The first four parameters (type="literal") are initialized to strings specified using the value attribute.
前4 个参数 (type="literal") 初始化为由 value 属性指定的字符串。
Similarly, the phrase \. (? : com | edu | info) expresses a literal period followed by any of the strings com, edu, or info.
类似地,短句\. (?:com |edu |info)表示句点,后接字符串com、edu或info中的任意一个。
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 method body calls the map method on the strings array, which takes a function literal as an argument.
函数的主体调用了strings数组的map方法,它接受一个字面函数(Function Literal)作为参数。
If the initializer is a bytes literal, you need not specify the encoding type: Remember, bytes literals are not strings. But like strings, you can concatenate bytes.
如果初始化器是一个bytesliteral,则无须指定编码类型:请记住,bytesliteral并不是字符串。
Within a statement, you can use variables, expressions, and literal data such as strings and Numbers.
在陈述式中,您可以使用变数、运算式以及字串和数字等的常值资料。
Within a statement, you can use variables, expressions, and literal data such as strings and Numbers.
在陈述式中,您可以使用变数、运算式以及字串和数字等的常值资料。
应用推荐