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. python socket 常见方法及 简单服务/客户端

    socket 常见方法: 补充说明:what is file descriptor? 文件描述符是什么? 参考(http://stackoverflow.com/questions/8191905/w ...

  2. QQ粘性布局

    *:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } ...

  3. Android test---monkey

    一.在使用monkey之前,需要用到模拟器,那么怎么启动模拟器呢,先看一下电脑有什么模拟器,通过命令行查看一下 android list avd 二.看到了模拟器列表了,下来就是启动模拟器了.在命令行 ...

  4. NUGET命令

    主题 about_NuGet 简短说明 提供有关 NuGet 程序包管理器命令的信息. 详细说明 本主题介绍 NuGet 程序包管理器命令.NuGet 是一种集成的程序包 管理工具,用于将库和工具添加 ...

  5. vc6 编译问题

    Compiling...main.cppLinking...MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in LIB ...

  6. mgo-后续测试(指定字段,获取id)

    测试完mgo中的DBRef后,想接着测试指定字段的显示,才发现原来采用框架编码,很多问题被隐藏了起来: 1.显示指定字段: 之前在使用mgo时一直是查询全部字段,在mongo终端环境写为如下格式: & ...

  7. avalon2学习教程12数据验证

    avalon2砍掉了不少功能(如ms-include,ms-data),腾出空间加了其他更有用的功能.数据验证就是其中之一.现在avalon2内置的验证指令是参考之前的oniui验证框架与jquery ...

  8. docker中安装ssh服务

    系统:Debian Docker 目标:在docker(debian系统)中安装ssh服务,实现远程登陆和控制docker 步骤: 初始状态:通过docker pull debian得到的一个debi ...

  9. 由tombstone文件解析jni代码过程

    Android开发测试会经常遇到crash. (1)adb shell (2)cd /data/tombstones/ (3)adb pull /data/tombstones/tombston_00 ...

  10. linq 对Sum()函数的支持

    首先看一段SQL语句: SELECT SUM(TASKAPPR) AS APPRCOUNT, SUM(TASKLOCKED) AS LOCKEDCOUNT, SUM(TASKCHECKED) AS C ...