「running on empty」別理解成「空跑一趟」

2020-12-16 餅哥英語口語

大家好,今天我們分享一個非常有用且地道的表達——running on empty, 這個短語的含義不是指「空跑一趟」,其正確的含義是:

running on empty 勉強支撐

(雖精疲力竭仍打起精神繼續工作並保持活躍)

I get the impression he's been running on empty for months now. A holiday will do him good.

我感覺他如今有好幾個月都是在勉強支撐。放個假對他會有好處。

I've been painting the house for four hours every night after work, and I am seriously running on empty at this point.

我每晚下班後一直刷四個小時房子,我此時此刻已經勉強支撐了。

We were running on empty by the time our team made it to the championship round.

到我們進入冠軍賽的時候,我們的隊伍已經在勉強支撐了。

By the end of the two week camping trip, everyone was running on empty.

到兩周的營地旅行結束的時候,每個人已經在勉強支撐了。

If you keep running on empty you’re going to have a serious health crisis. The first step is to get more sleep.

如果你一直勉強支撐,你將會有嚴重的健康危機。第一步就是要更多睡覺。

相關焦點

  • 南京120急救車空跑率達16.5% 輕微傷、肚子痛等求助容易造成空跑
    「時間就是生命,需要急救人員爭分奪秒,我們很理解,但如果遇到這樣的情況,還是希望大家合理使用急救車,如果中途不需要了,百忙中記得通知120。」南京市急救中心通訊調度科科長高明說,這也是為了給後面的呼叫者更多機會。何建軍在市急救中心城中急救站上班,前天晚上,他出車11趟,其中有4趟是空跑。
  • PHP empty()和is_array()實現源碼分析
    2 empty()實現原理empty不是一個函數,而是一個語言結構。語言結構是在PHP程序運行前編譯好的,因此不能像之前那樣簡單地搜索PHP_FUNCTION empty或ZEND_FUNCTION empty查看其源碼。要想看empty等語言結構的源碼,先要理解PHP代碼執行的機制。
  • I feel empty「我感到空虛」?NONONO!
    I feel empty. 千萬別理所當然以為是「我感到很空虛」。empty除了表示「空洞的;空虛的」,也有「空腹的」的意思哦。growl 作動詞翻譯成「怒吠;咆哮;吼」。這句話的意思就是肚子好餓,都餓叫了!
  • 哈羅順風車司機:看到計價規則後,寧願空跑也不接單,原因很現實
    導讀:哈羅順風車司機:看到計價規則後,寧願空跑也不接單,原因很現實!不知道大家是否坐過哈羅順風車,對它的價格是否滿意,但是對於順風車司機來說,他們肯定是不滿意的,乘客給的車費太少了。最近就有司機這麼說,哈羅計價真是太少了,寧願空跑也不想接單,原因很現實。從哈羅計價規則來看,如果乘客訂單在20公裡以內,是1.4元每公裡,而在市區的話是1.3公裡。超過20公裡,每公裡的價格是1.3元。另外在3公裡以下,每次收入10塊錢。
  • php的empty函數
    php的empty函數在參數為字符串「0」、整數0、浮點數0會返回true,在確定入參格式為數字時判斷不為null或者空字符串可以使用
  • 英語啟蒙和遊戲:Empty and Full(3)
    It&39;s empty.場景:給寶寶喝牛奶的時候互動,裝了牛奶的瓶子滿滿了,牛奶喝光後瓶子變得空空的。Let me get you some waterHere is your bottle, it&39;s empty. 溫馨提示:媽媽要倒滿水,幫助寶寶理解full。另外drink up指喝光,寶寶喝一些,剩下的媽媽喝掉就好,空杯子展示給寶寶看,幫助理解empty。
  • 空的empty,bare,vacant區別,英語單詞
    單詞bare和naked先搞清楚這兩個單詞,有利於後面對於bare的理解bare有詞義「赤裸的」一般指局部,比如打赤腳,裸背裝,如果全裸一般用bare表達是沒有什麼東西,是幾乎沒有;第二句empty表達的空是指裡面沒有東西的空,什麼也沒有,桌子板凳都沒有;這張圖更符合第三張要表達的意思,vacant表達的是空閒,vacant強調沒人佔用。
  • 有朋友對你說I feel so empty時你要多留意了
    I feel so empty.的意思是我感到很空虛,此句也可以說成!feel so empty inside.,此處的inside就是指你的「心裡」。此外,也可以說:There's a void in my heart.(我心裡像是有個空洞似的。)
  • View from an Empty Nest
    View from an Empty Nest   Years ago when I first heard the term "empty nest," it sounded like a pleasant position to be in.
  • Spare a thought for "empty nest" people
    by Xiao LixinBEIJING -- Chinese people first encountered the term "empty nestWhen Bing's work was published, "empty nests" were still isolated cases, but in the three decades that have passed, it has become a widespread social phenomenon.
  • 晚安英語1113|I feel empty可不是「我感到空虛」
    今天我們就來學習一下,英美人在日常生活中「喊餓」的地道表達方式,一起來看看除了hungry以外,還有什麼你能用的~🍩I feel empty. 千萬別理所當然以為是「我感到很空虛」。✅empty除了表示「空洞的;空虛的」,也有「空腹的」的意思哦。🥧Peckish /'pekɪʃ/ adj.
  • [基礎] PHP中isset、empty的用法與區別示例詳解
    若使用 isset() 測試一個被設置成 NULL 的變量,將返回 FALSE。同時要注意的是 null 字符("\0")並不等同於 PHP 的 NULL 常量。註:如果一次傳入多個參數,那麼 isset() 只有在全部參數都以被設置時返回 TRUE 計算過程從左至右,中途遇到沒有設置的變量時就會立即停止。
  • java的Collections的emptyList方法
    今天在寫代碼的時候看見有大神這樣寫代碼:public class BasePage<T> {/** * 查詢數據列表 */ private List<T> records = Collections.emptyList();}
  • 空巢家庭 empty-nest family
    空巢家庭 empty-nest family[ 2009-08-03 16:17 ]"There will also be an increase in 'empty-nest' families, (old people living without their children)," he told a conference.
  • 英語詞彙辨析:empty,vacant,hollow
    新東方網>英語>英語學習>語法詞彙>詞彙指導>正文英語詞彙辨析:empty,vacant,hollow 2012-12-18 16:05 來源:可可英語 作者:
  • 「wear thin」別理解成「穿得很薄」,會鬧笑話!
    Patience was wearing thin and time was running out.隨著時間消耗掉,耐心也逐漸沒有了。託尼,那個笑話現在已經變得不那麼好笑了——別再講了。 Her standard excuse for being late was beginning to wear thin. 她遲到時常用的那個藉口已經開始不太管用了。
  • Half full or half empty?
    Reader question:「With us the glass is half full rather than half empty.」 What does that mean?If you focus on the empty space in the upper half, on the other hand, you』ll see that the glass is half empty.Either conclusion is correct.
  • 英語閱讀:An Empty Box
    But when he opened it, he found it was empty and again his anger flared. The little girl looked up at him with tears rolling from her eyes and said: "Daddy, it's not empty. I blew kisses into it until it was all full." The father was crushed.
  • 「跑步機」英語不是 running machine!錯了好多年...
    現代的跑步機正是對這一概念的迭代和延伸,只不過現代人不用 treadmill 幹農活了,用它來健身了。再說說為什麼大多數人對「跑步機」的印象是 running machine?詞典醬在 google 上搜 treadmill 的時候,還搜到了一個叫「Using English」的學習論壇,上面早有人討論過這個問題了: