pictures of you
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
所有的你的照片...
随机推荐
- Mono addin 学习笔记 4 再论数据扩展点(Data only extension point)
1. Attribute声明方式 定义扩展属性 [AttributeUsage(AttributeTargets.Assembly, AllowMultiple= true)] public clas ...
- UINavigationItem UINavigationBar 关系分析[转]
http://blog.csdn.net/luoyeffcs/article/details/16106707 目录 1.关系分析 2.关系综述 3.概念点 4.疑问 1.关系分析 UIBarItem ...
- Android基础(13)——对话框 的使用
转自:Android之 对话框 的使用 一个对话框通常是在当前Activity之前显示的一个小的窗口.下面的Activity失去了焦点,上面的对话框接收用户的交互信息.对话框通常用来作为提示以及直接与 ...
- Android Service 文档
应用场景: 1 用于将后台逻辑(Service中)和UI逻辑(Activity中)进行解耦,实现Service功能的复用,为其他程序提供功能. 2 后台功能,由于Activity在进入后台时(On ...
- android开发--布局三(微信布局)
微信主界面 我们布局应该从局来看,如上图,我们可以分为三个大的LinearLayout,再从LinearLayout嵌套其它布局,从而做出界面 文件 主界面代码: <LinearLayout x ...
- VS2013使用EF6连接MySql
前提:a.安装MySql的VS插件(版本请下载最新版) 我用的是:mysql-for-visualstudio-1.1.4 b.安装用于.net连接程序 mysql-connector-net-6. ...
- Address already in use的解决方法
当客户端保持着与服务器端的连接,这时服务器端断开,再开启服务器时会出现: Address already in usr. 可以用netstat -anp | more 可以看到客户端还保持着与服务器的 ...
- XidianOJ 1096 数的拆分
题目描述 输入自然数n,然后将其拆分成由若干数相加的形式,参与加法运算的数可以重复. 输入 多组数据.每组只有一个整数n,表示待拆分的自然数n. n<=80 输出 每组一个数,即所有方案数. - ...
- 【Django】Django model与数据库操作对应关系(转)
Django对数据库的操作分用到三个类:Manager.QuerySet.Model. Manager的主要功能定义表级方法(表级方法就是影响一条或多条记录的方法),我们可以以models.Manag ...
- "Asp.Net Web Api MediaTypeFormatter Error for x-www-formurlencoded data" 解决方法
遇到标题中所说的问题原因是使用 jQuery AJAX 以 POST 方式调用 Asp.Net Web API .解决办法请看以下代码中有注释的部分. public static class WebA ...