字符串字面值,比如a、b、c等等。
Externalize strings and literals.
外部化字符串和文本。
Atoms are static (or constant) literals.
原子值是静态的(即不变的)字面值。
Most often, an alias abbreviates literals.
别名通常只是单纯的缩写。
Function literals are "anonymous" functions.
字面函数也就是“匿名”函数。
Enumerations and enumeration literals to define.
要定义的枚举和枚举文字。
Single quoted strings are simple, straight literals.
而单引号引用的字符串则是简单直接的文字。
As you can see, you can nest hash and array literals.
正如您所见,您可以嵌套哈希和数组实量(literal)。
String data type is a representation of string literals.
String数据类型代表字符串字面值。
To concatenate multiple String literals, use the + operator.
可以使用+操作符连接多个字符串字面值。
JSON format distinguishes among objects, arrays, and literals.
json格式在不同对象、数组和文本之间的格式也不同。
The literals are strings like "Psycho" and integers like 1960.
文本是指“Psycho ”这样的字符串和1960这样的整数。
This section describes when to use parameter markers and when to use literals.
本节描述何时使用参数标记,何时使用文本。
Redundant type literals can be removed and replaced with the diamond operator.
可以用操作符替换冗余的类型说明。
'as invalid literals because your repository will not allow you to escape them.
是无效文字,因为存储库不允许对它们进行转义。
Though queries are often written with constant literals, it is not a good practice.
尽管编写查询时通常包含常量文本值,但这不是一个良好实践。
Literals can also be a better choice in simple SQL statements, as shown in Listing 6.
在简单sql语句中,文本也可能是更好的选择,如清单6所示。
But using parameter markers is not always better than using literals (explicit values).
但使用参数标记并不总是比使用文本(显式值)更好。
Similarly add enumeration literals BLUE and GREEN, with values 20 and 30, respectively.
类似地,添加枚举常量BLUE和GREEN,值分别为20 和30。
Executing searches with invalid literals can create unexpected results for unknowing users.
执行带无效文字的搜索会出现意外结果。
A simple way to accomplish this is to use literals rather than parameter markers in the code.
实现此目的一种简单方式就是在代码中使用字符,而不是使用参数标记。
By externalizing strings and literals you allow them to be more easily changed or translated.
通过将字符串和文本外部化,就可以更方便地对其进行更改或翻译。
Again, from the LITERALS interface, the requested type is passed as input parameter to the method.
获得的类型会再次从LITERALS界面作为输入参数传递给方法。
RDF literals can be given data types such as "integer", "string", "date", or even "morse code".
可以为RDF文字给定数据类型,如“整数”、“字符串”、“日期”或甚至是“莫尔斯代码”。
Additionally, you can set CPD to ignore certain code options, such as identifiers and literals.
另外,可以设置CPD忽略某些代码选项,例如标识符和标量。
Datatype properties are used to describe "simple" properties, expressed by means of literals or Numbers.
数据型是用来描述“简单的”属性,应用文字或则数字来表述。
Fixing performance issues caused by inadequate use of parameter markers or literals at the database level.
修复由于数据库级别的参数标记使用不充分而导致的性能问题。
I raise the same objection to the recommendations for using object literals, RegExp literals, and so forth.
我还对推荐使用Object字面值、RegExp字面值等等都提出相同的异议。
The values in the following listing are all literals, which is the most common case when initializing arrays.
以下清单中的值都是文字,这是初始化阵列时最常见的情况。
The IDL boolean constants TRUE and FALSE are mapped to the corresponding Java boolean literals true and false.
IDL 的布尔常量TRUE和FALSE映射到相应的布尔量 true 和 false 。
应用推荐