每日英语——the rest of my life
<the rest of My life>
词面意思:我的余生
实际意思:我的余生
1. 歌曲:<The Rest of My life> Less Than Jake

歌词大意:
有时候没有人会告诉你真相
它会杀了我的: 我的余生
让我在我还活着的时候向你道歉
我知道要面对过去所有的错误很难
它会害死我的余生
这是我有史以来的最低谷
不知为何,感觉如此熟悉
不知怎么的,它看起来如此熟悉
我想放手
每一秒都在流逝
我尖叫着要再试一次
2.
李昂: (Nothing's the same after you've killed someone. Your life is changed forever.) You have to sleep with one eye open for the rest of your life.
玛蒂尔达:I don't give a shit about sleeping. leon. I want love....or death. That's it.
翻译:
(Li:(只要你杀了人,你的人生就变了,什么都不同了。)你的余生都要提心吊胆的过日子。
the Girl:我不管将来如何,李昂。我只需要爱....或者死。就是这样。)
——英文电影《这个杀手不太冷中》经典台词
3.佳句赏析:
The rest of my life is you. (我的余生皆是你)
4.爱情告白
“I guarantee that we'll have tough times. I guarantee that at some point one or both of us will want to get out. But I also guarantee that if I don't ask you to be mine, I'll regret it for the rest of my life. Because I know in my hear——you're the only one for me."
(“我肯定我们会分开;我肯定我们一方离另一方而去,在一个人死后。但更我肯定,我现在若不求你留下来陪我,我会后悔一辈子。因为在我心里——你是我的唯一)
————《落跑的新娘》

5.影视桥段
(场景:两个单身男子吧台边上闲聊,眼睛盯着远处的美眉)
- I'm Pushing 40,and I don't want to spand the rest of my life vy myself.
(翻译:我快40岁了。我不想我的余生都是一个人度过)
————《窈窕奶爸》

6.自己造句:
1].I wish the rest of my life to be fulfilled every day, every day full of gratitude.
(愿我的余生每一天都过得充实,充满感恩)
2】。If I lose this opportunity to study, I will regret it for the rest of my life
(如果失去这个学习的机会,我会后悔一辈子)
每日英语——the rest of my life的更多相关文章
- 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus
Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...
- 每日英语:A Different Color: China's Chameleonic Politics
China has tried your form of government and found it wanting. That was the message delivered by Chin ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:A Whiff Of 'Welcome Home'
Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...
- 每日英语:What To Expect To Wear When You're Expecting
AT THE ACADEMY AWARDS earlier this month, Kerry Washington, the star of the ABC-TV series 'Scandal,' ...
- 每日英语:Success Outside the Dress Code
Anyone who has felt like the odd duck of the group can take heart from new research from Harvard Bus ...
- 每日英语:Mistrust Between U.S., Malaysia Strains Probe
Mistrust between U.S. and Malaysian air-accident investigators has hampered a multinational probe in ...
- 每日英语:A New Way to Learn Chinese
Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...
- 每日英语:How To Survive The Windows XPiration Date
The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...
- 每日英语:The Right Way to Network
With startup-themed conferences, hackathons, meet-ups and cocktail hours regularly taking place, ent ...
随机推荐
- java面试一日一题:java中的垃圾回收器
问题:请讲下java中垃圾回收器有哪些? 分析:该问题主要考察hotspot虚拟机下实现的垃圾回收器 回答要点: 主要从以下几点去考虑, 1.垃圾回收器的种类 2.每种垃圾回收器的着重点是什么 前边的 ...
- GO学习-(13) Go语言基础之结构体
Go语言基础之结构体 Go语言中没有"类"的概念,也不支持"类"的继承等面向对象的概念.Go语言中通过结构体的内嵌再配合接口比面向对象具有更高的扩展性和灵活性. ...
- 07.ElementUI 2.X 源码学习:源码剖析之工程化(二)
0x.00 前言 项目工程化系列文章链接如下,推荐按照顺序阅读文章 . 1️⃣ 源码剖析之工程化(一):项目概览.package.json.npm script 2️⃣ 源码剖析之工程化(二):项目构 ...
- js中reduce用法详解
介绍reduce reduce() 方法接收一个函数作为累加器,reduce 为数组中的每一个元素依次执行回调函数,不包括数组中被删除或从未被赋值的元素,接受四个参数:初始值(上一次回调的返回值),当 ...
- JUC 并发编程--05, Volatile关键字特性: 可见性, 不保证原子性,禁止指令重排, 代码证明过程. CAS了解么 , ABA怎么解决, 手写自旋锁和死锁
问: 了解volatile关键字么? 答: 他是java 的关键字, 保证可见性, 不保证原子性, 禁止指令重排 问: 你说的这三个特性, 能写代码证明么? 答: .... 问: 听说过 CAS么 他 ...
- Druid数据库连接池基本使用
一.导入Druid的jar包和数据库驱动jar包 二.定义配置文件 与c3p0不同,Druid的配置文件是properties形式的.而且Druid不像c3p0那样可以自动加载配置文件,Druid需要 ...
- 使用ElementTree解析,操作xml
一.最近在实际工作中需要对一部分接口进行测试,接口的入参与出参都是xml格式的数据,所以用到了python内部模块ElementTree对xml进行解析,并根据实际需求操作xml数据 二.代码示例 # ...
- 史上最详细的Air7xx驱动安装教程
由于Air7xx系列4G模块需要安装USB驱动,但是很多开发者对USB驱动的安装方法不是十分了解,所以经常出现问题,导致安装失败.特书此文,手把手教你装USB驱动. 第一步 从官网下载最新的驱动程序 ...
- 【模板】Noi-Linux 下的一些配置
Noi-Linux 下的一些配置(C++) vim 编程 来自远古的编程神器 针对网上其他博客的配置做了简化 配置 set t_Co=256 //开启256色模式 默认是16色 让你的vim更好看 s ...
- oracle中job无法正常运行,如何排查
1.生产环境Oracle中的job无法正常运行 select * from dba_jobs_running;(查看正在运行的job) 2.select * from dba_jobs(查看job历史 ...