MY字典>英语词典>deadlocks翻译和用法

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.
    1. They called for a compromise on all sides to break the deadlock in the world trade talks...
      他们呼吁各方作出让步以打破世界贸易谈判中的僵局。
    2. Peace talks between the two sides ended in deadlock last month.
      双方上个月的和平谈判陷入了僵局。

双语例句

  • This is done to avoid deadlocks while working with an empty database.
    这样做的目的是避免使用空数据时出现的死锁。
  • The lock escalations, lock timeouts and deadlocks will indicate some potential problems in your system or application.
    锁升级、锁超时和死锁将表明系统或应用程序中存在某些潜在问题。
  • For catching deadlocks, you can create an event monitor for deadlocks.
    为了捕捉死锁,可以创建一个死锁事件监视器。
  • It's particularly useful for detecting symptoms of deadlocks, lock contention, memory leaks, and cycling threads.
    这种特性特别适用于检测死锁、锁竞争、内存泄漏和循环线程。
  • Running multiple DB2MOVE commands to copy schemas from one database to another results in deadlocks.
    运行多个DB2MOVE命令将模式从一个数据库复制到另一个数据库会导致死锁。
  • These can be invaluable for debugging, as they can identify the source of deadlocks or other unexpected behaviors.
    这些对调试非常有价值,因为它们能标识死锁或者其他异常行为的来源。
  • Deadlocks can also happen within a single thread.
    死锁也会发生在单独的线程中。
  • Avoid manual synchronization because that often leads to deadlocks and race conditions.
    避免手工的同步机制,应为这样容易导致死锁和竞态条件。
  • This version of the program demonstrates a common source of deadlocks: programmer stupidity.
    这个版本的程序演示了一个产生死锁的一般来源:程序员的错误。
  • We can process both types of exceptions, the threshold exceptions that are user-defined and the event exceptions for deadlocks.
    我们可以处理两种类型的异常:用户定义的阈值异常和针对死锁的事件异常。