青年中文青年中文

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.