boot是靴子,那get the boot是什麼意思?

2020-12-09 梨梨學英語

嗨,大家好!

假設你的朋友小明,最近工作非常不順利,他對你說「 I'm afraid I'll get the boot.」

那大家猜猜看,get the boot是什麼意思?

get the boot的意思是「be dismissed from one's job」,即「被解僱」。這句短語在口語中,就等同於「be fired」。當某人想用英語表示自己被解僱了,就可以用這個短語來描述。

例句:

My boss seems to be down on me. I'm afraid I'll get the boot.

老闆似乎不喜歡我,恐怕我要被解僱了。

下面再介紹一個關於boot的習語:the boot is on the other foot

the boot is on the other foot的意思是「the situation is now the opposite of what it was, especially because someone who was weak now has power」,即「情況正好相反,賓主易位」。

這句習語最早源於19世紀的中期。從字面上看,一隻腳穿著另一隻腳的鞋子,就比如左腳穿著本應是右腳穿的鞋,這是一件很讓人不舒服的事情。所以隨著時間的發展,後來這句習語就引申為了如今的含義。

例句:

Alice, you're not in a position to remove me.The boot is now on the other foot.

你無權開除我。相反,我現在可以開除你。

以上就是今天所學內容,你學會了嗎?

相關焦點

  • 你知道get the boot是什麼意思嗎?
    說到boot,很多人會想到靴子,其實,除了靴子,boot還有行李箱等意思。今天,我們就一起看一下boot的用法。首先,我們看一下boot做名詞的用法。1、He sat in a kitchen chair, reached down and pulled off his boots.他坐到廚房的椅子上,俯身脫掉了靴子。這句話中boots是boot的複數形式,意思是靴子。脫掉靴子可以表達為pull off one's boots。
  • 英語習語習得(6)get the boot 與 put the boot in
    今天外網上一篇報導有點意思。說是紐西蘭一地方議會建議把貓逐步趕盡殺絕,於是用一個習語寫出一個吸睛的標題 Puss gets the boot。但細看正文的長標題卻是New Zealand council proposes banning all cats。於是,你至少八九不離十地懂這個習語的意思了。貓在紐西蘭屬外來物種,因有愛攻擊本土禽類的傾向而引人反感。
  • boot和shoe用法,boot out是外面的靴子嗎
    今天我們來學習boot和shoe的用法。請熟讀例句到會說:01boot靴子她穿上靴子,然後離開了房子。boot out解僱,開除;趕出He was booted out of the house by his father.
  • 英語俚語:「Get the boot」和鞋沒有關係,遇到就倒黴了
    Get the boot直譯是得到一雙靴子,Give sb. the boot是給他靴子,就像中國說的,我給你一腳的意思是踹你,從而引申的是「解僱,炒魷魚」。Ever since I got the boot from my job, money has been tight.自從我被辭退後,手頭一直很緊。
  • Spring Boot 2.4 手工和 SDKMAN! 安裝 Spring Boot 命令行
    可用的下載地址,請參考下面的連結:spring-boot-cli-2.4.2-SNAPSHOT-bin.zipspring-boot-cli-2.4.2-SNAPSHOT-bin.tar.gzSapshot 版本下載,snapshot 版本的意思是從最新的原始碼庫中進行編譯構建的,通常這個版本具有更多的 Bug 修復,下載地址請訪問下面的連結: snapshot 構建版本
  • Spring Boot 單元測試
    Spring Boot中引入單元測試很簡單,添加如下依賴(即spring-boot-starter-test依賴):<dependency>   <groupId>org.springframework.boot</groupId>
  • Diary of a CEIBS Summer Pre-MBA Boot Camper
    prepare to leave their desks behind in search of a refreshing summer vacation, 58 young business professionals from 17 countries took a different approach last week, opting instead to come to Shanghai and get
  • Spring Boot集成JDBCTemplate
    Spring Boot集成添加依賴首先添加依賴:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc
  • Spring SPI和Spring Boot SPI - 第345篇
    classLoader.getResources(FACTORIES_RESOURCE_LOCATION) : ClassLoader.getSystemResources(FACTORIES_RESOURCE_LOCATION)); result = new LinkedMultiValueMap<>(); while (urls.hasMoreElements
  • Spring Boot Security 詳解
    </groupId> <artifactId>spring-boot-starter-security</artifactId></dependency><dependency> <groupId>org.springframework.boot</groupId>
  • Spring Boot Admin 2.2.4 發布,兼容最新版本 Spring Boot
    spring boot admin 2.2.4 版本發布,本版本為 bug 修復版本 主要兼容 spring boot 2.3.x。
  • 【保姆級教程】Spring Boot 單元測試
    Spring Boot中引入單元測試很簡單,添加如下依賴(即spring-boot-starter-test依賴):<dependency>  <groupId>org.springframework.boot</groupId>  <artifactId>spring-boot-starter-test
  • Spring Boot 2.X 實戰--SQL 資料庫(MyBatis)
    參考文章在 Linux 下安裝 MySQL  8 : https://blog.csdn.net/u010974701/article/details/85625228安裝完成後運行如下命令:1create database spring;1、什麼是 MyBatisMyBatis 官網:https://mybatis.org/mybatis
  • spring boot 整合shiro 錯誤
    最近在弄spring boot 整合shiro的。凱哥現在用的是spring boot。web.xml沒有。但是凱哥配置了shiro的核心攔截器啊。如下圖:並且使用了@Configuration這個註解了。
  • Spring Boot 採用Sharding-JDBC 實現Mybaits的分庫分表功能
    </groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <groupId>org.mybatis.spring.boot</groupId>
  • Spring Boot 的單元測試和集成測試
    <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope></dependency
  • Spring boot 基於註解方式配置datasource
    Spring boot 基於註解方式配置datasourceXml配置我們先來回顧下,使用xml配置數據源。<property name="minIdle"value="${minIdle}" /></bean>2.2:sqlsessionFactroy配置:有了大致的思路後,我們再來看看spring boot
  • 2021 最新版 Spring Boot 速記教程
    需要注意的是不同的 starter 是為了解決不同的依賴,所以它們內部的實現可能會有很大的差異,例如 jpa 的 starter 和 Redis 的 starter 可能實現就不一樣,這是因為 starter 的本質在於 synthesize,這是一層在邏輯層面的抽象,也許這種理念有點類似於 Docker,因為它們都是在做一個「包裝」的操作,如果你知道 Docker 是為了解決什麼問題的,也許你可以用
  • Spring Boot 常見錯誤及解決方法
    錯誤分析: Spring Boot 的正常 jar 包運行方是通過 spring-boot-loader 這個模塊裡的 JarLauncher 完成的,該類內部提供了一套運行的規範。解決方案: 在 pom 裡加上 spring-boot-maven-plugin 的 maven 插件配置 (該插件會在 jar 裡加入 spring-boot-loader 的代碼,並在 MANIFEST.MF 中的 Main-Class 裡寫入 JarLauncher):<plugin
  • Spring Boot 和 Spring 到底有啥區別?
    ,我聽到了很多答案,剛開始邁入學習SpringBoot的我當時也是一頭霧水隨著經驗的積累、我慢慢理解了這兩個框架到底有什麼區別。相信對於用了SpringBoot很久的同學來說,還不是很理解SpringBoot到底和Spring有什麼區別,看完文章中的比較,或許你有了不同的答案和看法!作為Java開發人員,大家都Spring都不陌生,簡而言之,Spring框架為開發Java應用程式提供了全面的基礎架構支持。