literals信息详情

literals发音

意思翻译

n.误印(literal的复数)

相似词语短语

satellites visible tonight───今晚可以看到卫星

crystallite baths───微晶浴

baculite section───杆状剖面

scapolite gem───方柱石宝石

crocidolite sds───青石棉sds

amygdalite chronique───慢性扁桃体炎

satellite radio───卫星广播;卫星收音机

liter abbreviation───升缩写

polite behavior───礼貌行为

nephelite syenite───霞石正长岩

双语使用场景

Most often, an alias abbreviates literals.───别名通常只是单纯的缩写。

Externalize strings and literals.───外部化字符串和文本。

Function literals are "anonymous" functions.───字面函数也就是“匿名”函数。

objects interoperate with typed arrays, array literals can initialize typed arrays as well with a few restrictions.───对象与类型化数组相互作用,因此数组标识符在一些限制条件下也可以初始化类型化数组。

But using parameter markers is not always better than using literals (explicit values).───但使用参数标记并不总是比使用文本(显式值)更好。

When invoked from within a script, it is usually more desirable (and practical) to specify variables rather than literals.───当从脚本中调用AdminTask命令时,用户通常更期望(和实际需要)为命令参数指定变量而不是文本。

Just as with any constant, all references to the individual values of an enum are converted to numeric literals at compile time.───与任何常量一样,对枚举中各个值的所有引用在编译时均将转换为数值文本。

Length also describes the length of the formatted string , including input characters , literals, and prompt characters .───还描述带格式字符串的长度,包括输入字符、原义字符和提示字符。

This text specifies the code, along with the literals and objects, that you can use when this code snippet is inserted into a project.───此文本用于指定在将此代码段插入到项目中时可以使用的代码以及文本和对象。

英语使用场景

Always use literals if the optimal access plan for the SQL statement varies according to the literals in the filter conditions.

Because of Scala's inline expression evaluation facilities where XML literals are concerned, this means that making the servlet a bit more interesting becomes much easier.

RDF literals can be given data types such as "integer", "string", "date", or even "morse code".

Floating-Point literals may also be represented using exponential notation: a real number followed by the letter e(or E), followed by an optional plus or minus sign, followed by an integer exponent.

We use Clojure data structure literals as both intermediate representation for communication, and for storage.

You create string literals for these new types by prefixing u or U to the string, depending on the type. Look at Listing 5.

Wide-character literals support language character sets, such as Chinese and Japanese, in which some of the character values cannot be represented within a single char.

For string constants and literals , the compiler generates a memory block with the same layout as a dynamically allocated string, but with a reference count of -1.

However, if literals are important to get optimal access plans, the shorter execution times of the SQL statements are more important than the elegancy of the application's source code.