threadlocal的意思
threadlocal中文翻譯:
線程本地
tariff threats───關稅威脅
threads movie───線程電影
threads up clothing───把衣服穿起來
five linguistic dimensions of making threats───制造威脅的五個語言學維度
female thread jack───內螺紋千斤頂
system thread exception not handled───未處理系統線程異常
raveling thread───散開的線
bothy threads───粗線
hogging thread───內螺紋
blue thread───藍線
Using ThreadLocal to simplify debug logging.───用ThreadLocal簡化調試日志紀錄。
Listing 1 shows the ThreadLocal interface.───清單1顯示了ThreadLocal接口。
Listing 2 shows one way to implement ThreadLocal.───清單2顯示了ThreadLocal的一個實現方式。
Thus if we only had the ThreadLocal cache of the database connection handles, we would not be able to initiate a close of all open handles.───因此,如果我們只有數據庫連接句柄的ThreadLocal緩存,我們將不能發起對所有開放句柄的關閉操作。
In the last installment in this series, we'll examine ThreadLocal, an oft-neglected facility of the Thread API.───在本系列的最后一部分,我們將討論ThreadLocal,它是ThreadAPI中經常被忽視的一個工具。
Needless to say, the performance of ThreadLocal was quite poor.───不用說,ThreadLocal的性能是相當差的。
ref; it acts as an indirect handle for storing or retrieving a value.───ThreadLocal類充當存儲或檢索一個值時的間接句柄。
Unfortunately, even with these improvements, the performance of ThreadLocal under Java 1. 3 is still surprisingly slow.───不幸的是,即使有了這些改進,Java1.3中的ThreadLocal的性能仍然出奇地慢。
To create a thread-local variable, you instantiate an object of class ThreadLocal.───要創建一個線程局部變量,請實例化類ThreadLocal的一個對象。