八八字典>英语词典>defers翻译和用法

defers

英 [dɪˈfɜːz]

美 [dɪˈfɜːrz]

v.  推迟; 延缓; 展期
defer的第三人称单数

柯林斯词典

  • VERB 推迟;拖延;延缓
    If youdeferan event or action, you arrange for it to happen at a later date, rather than immediately or at the previously planned time.
    1. Customers often defer payment for as long as possible...
      顾客常常会尽可能地拖延付款。
    2. I'm not going to defer decisions just because they are not immediately politically popular.
      我不会因为它们没有即刻在政治上受到欢迎就推迟作出这些决定。
  • VERB 遵从;听从;顺从
    If youdefer tosomeone, you accept their opinion or do what they want you to do, even when you do not agree with it yourself, because you respect them or their authority.
    1. Doctors are encouraged to defer to experts.
      鼓励医生听从专家的意见。

双语例句

  • But this 'natural culling' simply defers the pain.
    但这个“自然淘汰”只是将痛楚延迟而已。
  • It also allows you to build an abstract implementation that defers the actual implementation to classes that override the base.
    它还允许您构建一个抽象实现,从而使实际实现委托给覆盖基本实现的类。
  • The method builds a SQL select, and then defers the creation of the domain to the createDomain method.
    此方法构建一个SQLselect,然后会将域的创建延迟到createDomain方法。
  • A person who flatters or defers to others for self-serving reasons; a sycophant. in an unctuous voice
    谄媚者出于私利而吹捧或尊敬他人的人;拍马者用谄媚[柔媚]的声音
  • A good service provider defers to her client. She understands the person she is serving is the boss.
    一个好的服务员是客户为上的,她明白正在接受服务的人就是老板。
  • Cash-basis accounting defers all credit transactions to a later date.
    现金基础会计推迟所有信贷交易到稍后的日期。
  • HSBC, which already defers at least 40 per cent of executive bonuses in line with new regulatory minimums, has as yet signalled no wholesale revamp of its bank-wide bonus structures.
    汇丰已根据新监管规定的最低要求推迟了至少40%的高管奖金发放,但迄今并无迹象显示该银行将大规模调整其全员奖金结构。
  • Each defers work from the interrupt context, but only tasklets run atomically in a run-to-complete fashion, where work queues permit handlers to sleep, if necessary.
    每种方法都在中断上下文延迟任务,但只有微线程采用run-to-complete的风格自动运行,而在此处,如果需要,工作队列允许处理程序休眠。
  • When you drop or rebuild large indexes, or drop or truncate large tables, the database engine defers the actual page deallocations, and their associated locks, until after the transaction commits.
    在删除或重新生成大型索引时,或者在删除或截断大型表时,数据库引擎将延迟实际页释放及其关联锁,直至事务提交完毕为止。
  • However, when done correctly, TDD can change the overall design of your code for the better because it defers decisions until the last responsible moment.
    但是,如果正确执行的话,TDD可以改进代码的整体设计,因为它将决策推迟到最后责任时刻(lastresponsiblemoment)。