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.- Customers often defer payment for as long as possible...
顾客常常会尽可能地拖延付款。 - I'm not going to defer decisions just because they are not immediately politically popular.
我不会因为它们没有即刻在政治上受到欢迎就推迟作出这些决定。
- Customers often defer payment for as long as possible...
- 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.- Doctors are encouraged to defer to experts.
鼓励医生听从专家的意见。
- Doctors are encouraged to defer to experts.
双语例句
- The present paper research aims at the agriculture listed company defers to the scope which the` Listed company profession classification direction 'stipulated to divide.
本论文研究所针对的农业上市公司是按照‘上市公司行业分类指引’所规定的范围来划分的。 - Software has considered fully the equipment parameter establishment question, defers to the random quality requirement, obtains the best production rate ( if some), and solves the flow water computation in future and so on. 3.
软件中充分考虑了设备参数设置问题,可以按照任意质量要求,求得最佳产率(如果有的话),并进一步完成流程中的水量流程计算等。 - A good service provider defers to her client. She understands the person she is serving is the boss.
一个好的服务员是客户为上的,她明白正在接受服务的人就是老板。 - The regular expression is defers to the certain grammar composition the writing pattern, it was composed by the ordinary character and the agreement special character, describes has treated the search character string the match pattern.
正则表达式是按照一定的语法组成的文字模式,它由普通字符及约定的特殊字符组成,描述了待搜索字符串的匹配模式。 - It also allows you to build an abstract implementation that defers the actual implementation to classes that override the base.
它还允许您构建一个抽象实现,从而使实际实现委托给覆盖基本实现的类。 - The level of intensity and depth of learning a language defers vastly for primary and secondary language and it is difficult to compare.
把一种语言作为第一语言和第二语言来学习,它们的强度和深度是有很大不同的,很难比较。 - 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)。 - It simply defers loading them until they are actually needed.
只是简单地推迟加载它们直到真正需要它们的时候。 - This smart client caches reusable data, asynchronously prefetches data that will be needed, defers initialization until an object is needed ( also called "lazy loading"), and so forth.
该灵巧客户端会缓存再使用数据,异步预取需要的数据,延缓初始化直到需要对象为止(也叫做“载入缓慢”),等等。 - Factory defers creation of product objects to its ConcreteFactory subclass.
抽象工厂延迟对象的创建至实现抽象工厂的具体子类。