deadlocks
英 [ˈdɛdlɒks]
美 [ˈdɛˌdlɑks]
n. 僵持; 僵局; 相持不下; 需用钥匙开关的门锁
deadlock的第三人称单数和复数
柯林斯词典
- N-VAR 僵局;僵持
If a dispute or series of negotiations reachesdeadlock, neither side is willing to give in at all and no agreement can be made.- They called for a compromise on all sides to break the deadlock in the world trade talks...
他们呼吁各方作出让步以打破世界贸易谈判中的僵局。 - Peace talks between the two sides ended in deadlock last month.
双方上个月的和平谈判陷入了僵局。
- They called for a compromise on all sides to break the deadlock in the world trade talks...
双语例句
- They, effectively generated political demand to break deadlocks on some key issues.
在一些关键问题上,实际上是它们造成政治上的需要,从而打破了僵局。 - Deadlocks arise when two sessions are both waiting for access to resources locked by the other.
当两个会话同时等待访问由其他会话锁定的资源时,便会发生死锁。 - This version of the program demonstrates a common source of deadlocks: programmer stupidity.
这个版本的程序演示了一个产生死锁的一般来源:程序员的错误。 - Turning to the issue of locking, TPL Dataflow has an interesting design to avoid deadlocks.
现在来谈谈锁的问题,为了避免死锁,TPLDataflow采用了一个很有趣的设计。 - Finalization can also introduce deadlocks.
终结也可能导致死锁。 - Minimize deadlocks by always accessing resources in the same order, throughout the application.
在整个应用程序中,总是按相同次序访问资源可以最小化死锁。 - Many methods of the managed threading classes provide time-outs to help you detect deadlocks.
托管线程处理类的许多方法都提供了超时设定,可帮您检测到死锁。 - These can be invaluable for debugging, as they can identify the source of deadlocks or other unexpected behaviors.
这些对调试非常有价值,因为它们能标识死锁或者其他异常行为的来源。 - However, it can be a problem when the frequency or percentage of deadlocks is high.
但是当死锁的频率或比例较高时容易出现问题。 - Avoid manual synchronization because that often leads to deadlocks and race conditions.
避免手工的同步机制,应为这样容易导致死锁和竞态条件。