double-checked
英 [ˌdʌbl ˈtʃekt]
美 [ˌdʌbl ˈtʃekt]
v. 复核; 复查; 仔细审核
double-check的过去分词和过去式
柯林斯词典
- VERB 复核;复查
If youdouble-checksomething, you examine or test it a second time to make sure that it is completely correct or safe.- Check and double-check spelling and punctuation...
要反复检查拼写和标点符号。 - Double-check that the ladder is secure...
再检查一下那梯子是否牢固。 - Don't believe what you are told; double-check with an independent source.
别相信别人告诉你的话,用独立的信息来源再核实一遍。
- Check and double-check spelling and punctuation...
双语例句
- Instead of double-checked locking, use the Initialize-on-demand Holder Class idiom, which provides lazy initialization, is thread-safe, and is faster and less confusing than double-checked locking
不使用双重检查锁定,而使用Initialize-on-demandHolderClassidiom,它提供了迟缓初始化,是线程安全的,而且比双重检查锁定更快且没那么混乱 - Yes, I've double-checked everything.
是的,我已经检查过两次了。 - But the hospital says, because of the hurry, test results were given over the telephone and were not double-checked.
但是院方称,因为紧急,检验结果是通过电话确认,而且没有进行再次确认。 - Double-checked the fuel gauge before taking off. Counting Rate Metre
起飞前核查燃料计量器计数率测量器,计数表 - As always, news discovered online ( or anywhere else, really) should be double-checked before it's passed along& especially in times of tragedy.
同平时一样,在传播网上以及任何其他途径得来的消息之前应当进行核实,尤其是在这样的悲剧时刻。 - So if the goal of double-checked locking is supposed to offer improved performance over a more straightforward synchronized approach, this "fixed" version doesn't help very much either.
所以如果双重检查锁定的目标是提供比更直观的同步方式更好的性能,那么这个“修复的”版本也没有多大帮助。 - I carefully sorted, washed and double-checked the fruit.
我仔细地挑选、清洗并再次检查了这些果子。 - I double-checked the output I got from this code.
我对这段代码的输出进行了仔细检查。 - Under the new memory model, this "fix" to double-checked locking renders the idiom thread-safe.
在新的内存模型中,对双重检查锁定的这个“修复”使idiom线程安全。 - One of the proposed fixes to the double-checked locking problem was to make the field that holds the lazily initialized instance a volatile field.
对双重检查锁定问题提出的一种修复是使包含迟缓初始化的实例的字段为一个volatile字段。