http://pan.baidu.com/s/1dEAiwnB

给某人的。

I've been looking so long at these pictures of you
我已对着你的照片凝视太久
That I almost believe that they're real
我几乎都要相信它们是真实的
I've been living so long with my pictures of you
靠着你的照片度过太久
That I almost believe that the pictures are
我几乎就要相信这些照片就是
All I can feel
我所能感受到了全部

Remembering You standing quiet in the rain
记得你曾安静地站在雨中
As I ran to your heart to be near
我奔向你的心中去亲近你
And we kissed as the sky fell in
我们亲吻着,天空也沦陷了
Holding you close
把你拉近我
How I always held close in your fear
如同我在你害怕时所做的那样
Remembering
记得
You running soft through the night
你轻轻跑过黑夜
You were bigger and brighter and wider than snow
你比雪更美更亮更让人着迷
And screamed at the make-believe
对着幻象尖叫
Screamed at the sky
对着天空尖叫
And you finally found all your courage
你最终找到了你的全部勇气
To let it all go
来对那一切放手

Remembering
记得
You fallen into my arms
你曾跌进我的怀中
Crying for the death of your heart
为你的心碎哭泣
You were stone white
你伫立不动,脸色苍白
So delicate
如此的脆弱
Lost in the cold
在寒冷中迷失
You were always so lost in the dark
你总是在黑暗中迷失
Remembering
记得
You how you used to be
你曾经的一举一动
Slow drowned
慢慢地被你捕获
You were angels
你是天使
So much more than everything
是我的全部
Hold for the last time then slip away quietly
最后拥抱着然后安静地离开
Open my eyes
睁开我的双眼
But I never see anything
但我却再也看不见了

If only I'd thought of the right words
如果我曾想出恰当的词语
I could have held on to your heart
我就能继续贴近你的心
If only I'd thought of the right words
如果我曾想出恰当的词语
I wouldn't be breaking apart
我就不会支离破碎
All my pictures of you
我手中所有你的照片

Looking so long at these pictures of you
对着你的照片凝视了好久
But I never hold on to your heart
但我从未亲近过你的心
Looking so long for the words to be true
等了好久来让那些话语变成现实
But always just breaking apart
但只是渐行渐远
My pictures of you
我手中你的照片

There was nothing in the world
在这世界上没有其他事情
That I ever wanted more
比感受到你在我心中深处
Than to feel you deep in my heart
让我更加渴望
There was nothing in the world
在这世上没有其他事情
That I ever wanted more
比从未感受过支离破碎
Than to never feel the breaking apart
让我更加渴望
All my pictures of you
所有的你的照片...

随机推荐

  1. FW: javascripts 要不要加引号

    Javascript编程风格  http://www.ruanyifeng.com/blog/2012/04/javascript_programming_style.html 作者: 阮一峰 日期: ...

  2. js实现日历卡

    效果图如下 首先先添加简单的样式 <style type="text/css"> *{padding:0;margin:0;} #tab { margin:0 auto ...

  3. Linux学习笔记——切换并取代用户身份命令——su

        再次从头好好的学习Linux,本着以免轻易忘记,以备后用的原则,将我觉得常用或者好玩的linux命令记录在这,注意:我的实验环境是 Ubuntu 14.04.1 su 这个命令我经常使用,因为 ...

  4. ios异常(crash)输出

    最近突然想起友盟的sdk附带的一个功能:将闪退异常情况上报服务器,(stackflow,github)找了一些资料,自己写了一个demo,想起来好久没有写过blog了,顺便分享. 其实不止是ios,a ...

  5. VS2013使用EF6连接MySql

    前提:a.安装MySql的VS插件(版本请下载最新版) 我用的是:mysql-for-visualstudio-1.1.4 b.安装用于.net连接程序  mysql-connector-net-6. ...

  6. nginx 启动,停止和重新加载配置

    要启动nginx的,运行可执行文件.一旦nginx的启动时,它可以通过与-s参数调用可执行来控制.使用以下语法 nginx -s signal 其中,信号可以是下列之一: stop - fast sh ...

  7. IOC和AOP使用扩展 多种方式实现依赖注入

    多种方式实现依赖注入 1.Spring 使用setter访问器实现对属性的赋值, 2.Spring 构造constructor方法赋值, 3.接口注入 4.Spring P命名空间注入直接量 sett ...

  8. P2001xor-sigma 字典树,然而好坑

    https://vijos.org/p/2001 设perXor[i]表示1---i的前缀异或值. 那么要得到某一段的异或值,只需要perXor[j] ^ perXor[i - 1] 那么我们把per ...

  9. Unity(一)介绍与基本使用

    一.IOC介绍 IOC(Inversion of Control),中文译为控制反转,又称为“依赖注入”(DI =Dependence Injection) IOC的基本概念是:不创建对象,但是描述创 ...

  10. centos 添加 composer

    下载安装包 curl -sS https://getcomposer.org/installer | php 把 composer 把复制到 /usr/bin/composer mv composer ...