今天听一个歌曲,挺不错的。以前一直不知道意思。这次把歌词摘抄下来。
试听音乐:

原版MV:

   You know the bed feels warmer
  你知道被窝里的温暖
  Sleeping here alone
  一个人睡在这里也一样
  You know I dream in colour
  你知道我多彩的梦想
  And do the things I want
  我做我想做的事
  Think you got the best of me
  你认为你得到了最好的我
  Think you had the last laugh
  认为你笑到了最后
  Bet you think that everything good is gone
  我打赌你会觉得所有好事一去不返
  Think you left me broken down
  你以为你让我崩溃
  Think that I'd come running back
  认为我会跑着回来
  Baby you don't know me, cause you're dead wrong
  亲爱的你不了解我,因为你错得彻头彻尾
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  What doesn't kill you makes a fighter
  杀不死你的东西只会让你更强大
  Footsteps even lighter
  脚步也更加轻松
  Doesn't mean I'm over cause you'r gone
  你的离去并不代表我的结局
  What doesn't kill you makes you stronger, stronger
  杀不死你的东西只会让你更强大,更坚强
  Just me, myself and I
  只做我自己
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  You heard that I was starting over with someone new
  你只听说我和别人有了新的开始
  But told you I was moving on over you
  但告诉你我已经凌驾于你
  You didn't think that I'd come back I'd come back swinging
  你不会想到我会回来,我会惊艳复出
  You try to break me what you see
  你试过击垮我可事实是
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  What doesn't kill you makes a fighter
  杀不死你的东西只会让你更强大
  Foot steps even lighter
  脚步也更加轻松
  Doesn't mean I'm over cause you'r gone
  你的离去并不代表我的结局
  What doesn't kill you makes you stronger, stronger
  杀不死你的东西只会让你更强大,更坚强
  Just me, myself and I
  只做我自己
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  Thanks to you I've got a new thing started
  因为你我才有了一个新的开始
  Thanks to you I'm not a broken hearted
  因为你我才不是一个破碎的心
  Thanks to you I'm finally thinking about me
  因为你我终于开始为自己打算
  You know in the end the day to left was just my beginning In the end...
  你知道最后你离开的那一天正是我的开始…
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  What doesn't kill you makes a fighter
  杀不死你的东西只会让你更强大
  Footsteps even lighter
  脚步也更加轻松
  Doesn't mean I'm over cause you'r gone
  你的离去并不代表我的结局
  What doesn't kill you makes you stronger, stronger
  杀不死你的东西只会让你更强大,更坚强
  Just me, myself and I
  只做我自己
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone
  当我独处时不代表我感到寂寞
  What doesn't kill you makes you stronger, stronger
  杀不死你的东西只会让你更强大,更坚强
  Just me, myself and I
  只做我自己
  What doesn't kill you makes you stronger
  杀不死你的东西只会让你更强大
  Stand a little taller
  站得高一点
  Doesn't mean I'm lonely when I'm alone I'm alone
  当我独处时不代表我感到寂寞,我傲然独立

Stronger (What Doesn't Kill You)的更多相关文章

  1. ORACLE快速彻底Kill掉的会话

    在ORACLE数据库当中,有时候会使用ALTER SYSTEM KILL SESSION 'sid,serial#'杀掉一个会话进程,但是使用这个SQL语句杀掉会话后,数据库并不会立即释放掉相关的资源 ...

  2. SQL Server会话KILL不掉,一直处于KILLED /ROLLBACK状态情形浅析

    今天遇到一个很奇怪的情况,发现一个会话异常,这个会话只是在执行一个简单的存储过程,里面使用了链接服务器(Linked Server)查询另外一台服务器数据(存储过程里面没有任何显性事务.UPDATE. ...

  3. Linux 信号(一)—— kill 函数

    世事并无好坏之分,全看我们怎么去想.—— 哈姆雷特·第二幕第二景 ilocker:关注 Android 安全(新入行,0基础) QQ: 2597294287 #include <signal.h ...

  4. kill命令

    *杀死进程最安全的方法是单纯使用kill命令,不加修饰符,不带标志.   首先使用ps -ef命令确定要杀死进程的PID,然后输入以下命令:   # kill -pid   注释:标准的kill命令通 ...

  5. Linux学习笔记(11)-kill函数

    明天开始学习kill函数的用法. ---------------------------------------------- kill函数可以用来向指定的进程发送一个指定的信号,在我的理解的来看,就 ...

  6. sql server 查看表的死锁和Kill 死锁进程

    查询出来 select        request_session_id spid,       OBJECT_NAME(resource_associated_entity_id) tableNa ...

  7. 如何保证Service在后台不被kill

    如何保证Service在后台不被kill 相信很多Android开发者在面试过程中会经常被问到“如何保证Service在后台不被kill”这个问题,总结了下一些大神给的答案. 引用知乎Android ...

  8. Linux常用系统管理命令(top、free、kill、df)

    top   -c    #任务管理器 free  -m    #查看内存使用情况 kill  -9   2312 (说明:强制杀死进程 kill  -9  pid ) df   -h    #查看磁盘 ...

  9. linux 批量kill进程

    ps -ef | grep module- | grep -v module-mxm | cut -c 9-15 | xargs kill -9 ps -ef | grep module- 查找关键字 ...

随机推荐

  1. Linux文件查找工具之find “大宝剑”--转载

    原文地址:http://xinzong.blog.51cto.com/10018904/1749465 一.文件查找工具常用软件 locate: locate命令其实是find -name的另一种写法 ...

  2. 4、总结:基于Oracle Logminer数据同步

    最近开发Oracle数据同步功能,做了些调研和验证,这个工作过去有段时间,怕时间长了忘记,故用博客共享出来.在这系列中共写了三篇文章,第一篇是写LogMiner配置及使用,第二篇是测试了LogMine ...

  3. selenium webdriver (python) 第一版PDF

    前言 如果你是一位有python语言基础的同学,又想通过python+ selenium去实施自动化,那么你非常幸运的找到了这份文档,我也非常荣幸能为你的自动化学习之路带来一丝帮助. 其实,我在sel ...

  4. [git]解决:git config --global push.default matching

    解决:git config --global push.default matching 这个警告的意思是:需要设置默认push的分支,所以设置好全局push的默认分支就好了.命令如下: 在有git目 ...

  5. [python实用代码片段]python获取当前时间的前一天,前一周,前一个月

    python获取当前时间的前一天,前一周,前一个月. 实用python的datetime.timedelta方法,避免了有的月份是30和31等不同的情况. 获取前一个月的时间,方法实现:首先datet ...

  6. android基础---->JSON数据的解析

    上篇博客,我们谈到了XML两种常用的解析技术,详细可以参见我的博客(android基础---->XMl数据的解析).网络传输另外一种数据格式JSON就是我们今天要讲的,它是比XML体积更小的数据 ...

  7. [CLR via C#]13. 接口

    一.类和接口继承 在Microsoft.Net Framwork中,有一个名为System.Object的类,它定义了4个公共实例方法:ToString, Equals, GetHashCode和Ge ...

  8. 轻松解决MYSQL数据库连接过多的错误

    1.数据库系统允许的最大可连接数max_connections.这个参数是可以设置的.如果不设置,默认是100.最大是16384. 2.数据库当前的连接线程数threads_connected.这是动 ...

  9. 重新想象 Windows 8 Store Apps 系列文章索引

    [源码下载][重新想象 Windows 8.1 Store Apps 系列文章] 重新想象 Windows 8 Store Apps 系列文章索引 作者:webabcd 1.重新想象 Windows ...

  10. inotify--内核中文件系统的通知机制

    转载:http://www.ibm.com/developerworks/cn/linux/l-inotifynew/index.html 一. 引言 众所周知,Linux 桌面系统与 MAC 或 W ...