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. 使用java spring开发ckeditor的文件上传功能(转)

    说明:原帖提供的代码无法直接运行.本人在原帖基础上做了一些修改,修复了一些bug. 关于CKEditor的使用,网络上有无数的文章,这里不再赘述.而关于java支持的文件上传功能,网络上同样有千千万万 ...

  2. 通过PHP自带的$_SERVER判断 自动识别移动设备

    因为站点需要,手机端和PC端分离,所以通过PHP自带的$_SERVER判断 自动识别移动设备 代码如下: <?php $agent = $_SERVER['HTTP_USER_AGENT']; ...

  3. 16、Python面向对象进阶

    一.对象的继承 Python中支持一个类同时继承多个父类 class Parent1: pass class Parent2: pass class Sub1(Parent1, Parent2): p ...

  4. router.beforeEach、路由元信息、导航守卫与函数式编程

    一.函数的识别: 1.router.beforeEach:主函数.高阶函数.入口函数: 2.匿名参量函数:处理跳转过程中的附加逻辑 (to, from, next) => { if (to.ma ...

  5. template-web.js 自定义过滤器

    // 比如需要自定义一个去零的过滤器 <script id="templateTest" type="text/html"> <% for(i ...

  6. LeetCode 505. The Maze II

    原题链接在这里:https://leetcode.com/problems/the-maze-ii/ 题目: There is a ball in a maze with empty spaces a ...

  7. Mysql配置C3P0

    需要导入的包 c3p0-0.9.5.2.jar mchange-commons-0.2.15.jar mysql-connector.jar 1. 配置xml 创建c3p0-config.xml文件, ...

  8. HOL的多表查询——内连接、外连接

    1.内连接: 由于学生和班级是多对一的关系,班级对应学生是一对多的关系,因此,需要先对学生和班级进行配置. (1)创建Student类(多的一方): package pers.zhb.domain; ...

  9. SQLSERVER获取数据库中的所有表的名称、表中所有字段的属性

    1.查询数据库中的所有数据库名: SELECT Name FROM Master..SysDatabases ORDER BY Name 2.查询某个数据库中所有的表名: SELECT Name FR ...

  10. jQuery动画和遍历

    一.动画 1. 动画 1. 三种方式显示和隐藏元素 1. 默认显示和隐藏方式 1. show([speed,[easing],[fn]]) 1. 参数: 1. speed:动画的速度.三个预定义的值( ...