青年中文青年中文

stringbuilder的意思

stringbuilder中文翻譯:

stringbuilder

相似詞語短語

astringent herbs───收斂的草藥

sinew string───弦

first string───第一弦;上場陣容;第一陣容

bowstringing sign───弓弦標志

bowstring of gond───弓弦

stringent define───嚴格的定義

bowed string instrument───弓弦樂器

bowstringing effect───弓弦效應

string instruments───弦樂器

stringed instruments───n.弦樂器( stringed instrument的名詞復數 );弦樂器(stringedinstrument的復數形式)

雙語使用場景

Listing 21. Set the StringBuilder message.───清單21 .設置StringBuilder消息。

Maybe I want to use a StringBuilder to get better performance.───也許我想使用一個StringBuilder來獲得更好的性能。

Listing 20. Get the StringBuilder message.───清單20 .獲取StringBuilder消息。

Note that this requires an additional using declaration, since the StringBuilder class is a member of the System. Text namespace.───請注意,這需要一個附加的using聲明,因為StringBuilder類是System.Text命名空間的成員。

The performance of a concatenation operation for a String or StringBuilder object depends on how often a memory allocation occurs.───String或StringBuilder對象的串聯操作的性能取決于內存分配的發生頻率。

The individual characters in the value of a StringBuilder can be accessed with the Chars property.───通過Chars屬性可以訪問StringBuilder的值中的單個字符。

Both the System. String and System. StringBuilder classes have similar marshaling behavior.───System.String和System.StringBuilder類都有相似的封送處理行為。

Gets or sets the length of the current StringBuilder object.───獲取或設置當前StringBuilder對象的長度。

In this shot the large frame in the upper right shows the disassembly of the timing wrapper method added to the StringBuilder class.───在這個快照中,右上角的大幀顯示了添加到StringBuilder類中的計時包裝器方法的分解。

英語使用場景

The purpose of using the unsynchronized StringBuilder was to provide a baseline measurement of performance.

Given the single threaded nature of this benchmark, I was fully expecting Escape Analysis to elide the lock thus rendering StringBuffer performance equivalent to that of StringBuilder.