1 Pronunciation and Intonation

When's it due?

解析:When’s it due?

2 Key Points

2.1 Due

adj: 到期的,截止的

It's due tomorrow. 明天截止。

I was supposed to keep a journal all summer. It's due today. 我本来该写暑假日记的,今天就得交了。

adj: 预期的,预计的

What time is the next bus due? 下一趟公交什么时候来?

be due to do sth. 预计什么时候做某事。

The next meeting is due to be held in three months' time. 下次会议预计在3个月后召开。

What time is Minister Lee due to arrive? 李总理什么时候到?

adj: 账单应付的,欠债的

And our rent is due... Yesterday. 而且咱们该交房租啦,昨天就该交啦。

adj: 预产期(due date)

When's your due date? 预产期是什么时候? Not until the early fall. 应该不会早于秋前。

3 Useful Expressions

3.1 Deadline (n: 最后期限,截止日期)

We are dealing with an impossible deadline. 我们在做一项不可能完成的事情。

have a deadline. 赶着做某事

Your mom has a deadline. 你妈妈赶时间做XXX。

3.2 Deal with 处理,应付

3.3 Deal with a deadline 赶着做某事(强烈)

3.4 Cutoff (n: 截止日期)

miss the cuttof 错过截止时间

And then I found out that if I told them that your birthday was two weeks later, you missed the cutoff. 然后我发现,如果跟他们说你的生日是两周之后,你就会错过截止日期。

I missed the last bus. 我错过了末班车。

I missed a concert. 我错过了一场演唱会。

3.5 Expire (v: 过期,到期,失效)

I hope it hasn't expired. 希望没有过期。 No, Scotch doesn't expired. 威士忌不会过期。

My passport expires next month. 我得护照下个月就要过期啦。

4 Summary

4.1 When's it due? 什么时候截止?

4.2 Due (adj)

截止的,到期的

预计的

账单应付的

4.3 Due (n)

预产期

4.4 拓展

What time is Minister Lee due to  arrive?

When's your due date?

And our rent is due... Yesterday.

Your mon has a deadline.

We are dealing with an impossible deadline.

You missed the cutoff.

I hope it hasn't expired.

SpokenEnglish01_ When's it due?的更多相关文章

  1. sqoop:Failed to download file from http://hdp01:8080/resources//oracle-jdbc-driver.jar due to HTTP error: HTTP Error 404: Not Found

    环境:ambari2.3,centos7,sqoop1.4.6 问题描述:通过ambari安装了sqoop,又添加了oracle驱动配置,如下: 保存配置后,重启sqoop报错:http://hdp0 ...

  2. “Operation is not valid due to the current state of the object.”

    将Repeater单页显示的2000条数据一次性提交的时候出现这个错误: Operation is not valid due to the current state of the object. ...

  3. The transaction log for database 'xxxx' is full due to 'ACTIVE_TRANSACTION'

    今天查看Job的History,发现Job 运行失败,错误信息是:“The transaction log for database 'xxxx' is full due to 'ACTIVE_TRA ...

  4. The transaction log for database 'tempdb' is full due to 'ACTIVE_TRANSACTION'

    今天早上,Dev跟我说,执行query statement时出现一个error,detail info是: “The transaction log for database 'tempdb' is ...

  5. ORA-00824: cannot set sga_target due to existing internal settings, see alert log for more information

    这篇文章是上篇文章”Expdp 导数错误 ORA-00832”的延续,前几天工作比较忙.累,直到今天才整理发出来.这个数据库实例的参数设置比较诡异其实是有原因的,由于这台数据库服务器系统是32位,数据 ...

  6. 关于 error: Operation is not valid due to the current state of the object。

    今天碰到一个特别的异常. Operation is not valid due to the current state of the object. at System.Web.HttpValueC ...

  7. The constructor BASE64Encoder() is not accessible due to restriction on required library

    在Eclipse中编写Java代码时,用到了BASE64Decoder,import sun.misc.BASE64Decoder;可是Eclipse提示:Access restriction : T ...

  8. Work around by " Due to heavy load, the latest workflow operation has been queued. " 分类: Sharepoint 2015-07-08 00:19 3人阅读 评论(0) 收藏

    I hope most of the users and developers might have come across above note and worried about it. Ther ...

  9. Access restriction: The type TaskTopicResolver is not accessible due to restrict

    Access restriction: The type TaskTopicResolver is not accessible due to restrict :  Eclipse 默认把这些受访问 ...

随机推荐

  1. python基础语法8 叠加装饰器,有参装饰器,wraps补充,迭代器

    叠加装饰器: 叠加装饰器 - 每一个新的功能都应该写一个新的装饰器 - 否则会导致,代码冗余,结构不清晰,可扩展性差 在同一个被装饰对象中,添加多个装饰器,并执行. @装饰1 @装饰2 @装饰3 de ...

  2. There is no type initializer in Swift----One answer is to use static, it is the same as class final.

    “Unlike stored instance properties, you must always give stored type properties a default value. Thi ...

  3. Spring Data JPA:关联映射操作

    1.一对一的关系关联 需求:用户和角色一对一关联 package com.example.jpa.pojo; import javax.persistence.*; @Entity @Table(na ...

  4. HDU 6595 Everything Is Generated In Equal Probability (期望dp,线性推导)

    Everything Is Generated In Equal Probability \[ Time Limit: 1000 ms\quad Memory Limit: 131072 kB \] ...

  5. JavaScript基础11——ES5和ES6

    ES5↓↓↓ bind方法/this关键字     bind()方法会创建一个新函数,称为绑定函数,当调用这个绑定函数时,绑定函数会以创建它时传入bind()方法的第一个参数作为this,传入 bin ...

  6. 在windbg调试会话中查找.NET版本

    如何在调试会话中找到调试对象中使用的.NET运行时版本?以自动/脚本方式,不使用调试器扩展或符号? 答案: !for_each_module .if ( ($sicmp( "@#Module ...

  7. Vuejs模板绑定

    一.Vue实例 ①el:指定被Vue管理的模板入口,网页中的DOM节点,但是不能使用body和html,必须是一个普通的HTML标签节点,一般是div ②data:数据驱动视图的数据,在data中初始 ...

  8. C语言中常见的图形打印总结

    直角三角形(靠右直立) 示例实现代码如下: int main(){ int n; int i,j; cin >> n; if(n<= 0){ cout << " ...

  9. LINK : fatal error LNK1181: cannot open input file 'glew32.lib' error: command 'C:\\Program Files (

    下载 库文件 参考: https://stackoverflow.com/questions/53355474/kivent-installation-fatal-error-lnk1181-cant ...

  10. Linux里使用rz和sz命令

    lrzsz是一个unix通信套件提供的X,Y,和ZModem文件传输协议,官网:http://freecode.com/projects/lrzsz/ windows 需要向centos服务器上传文件 ...