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
所有的你的照片...
随机推荐
- 使用gson解析,生成Json
包:gson-2.3.jarJson文本解析为Java对象:Java对象生成为Json文本 import com.google.gson.Gson; public class TestGson { c ...
- Sum of Two integers
两个整数相加不能用加减 用位运算 假设两整数a=2和b=6,它们的二进制表示分别为010和110 sum=a^b表示两个二进制数相加不考虑进位: 010 ^ 110 = 100 carry=(a& ...
- 调用jar程序,读取与jar同级的配置文件。
System.getProperty("user.dir") + "\\Mysettings.properties";//该方法在Alimonitor里取不到绝 ...
- MyBatis学习总结(八)——Mybatis3.x与Spring4.x整合
一.搭建开发环境 1.1.使用Maven创建Web项目 执行如下命令: mvn archetype:create -DgroupId=me.gacl -DartifactId=spring4-myba ...
- oracle空表导出的问题
之前再做项目的时候下载了一个开源的程序,数据库在移植的时候通过exp/imp导入导出,结果程序在启动时报错,对比过后发现两个数据库表相差了十几个,再排查问题,发现少掉的十几个表全部是空表,查了一下or ...
- html弹出窗并用遮罩层的实例
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...
- css3颜色
镂空字的2种做法
- avalon2学习教程11数据联动
在许多表单应用,我们经常遇到点击一个复选框(或下拉框)会引发旁边的复选框(或下拉框)发生改变,这种联动效果用avalon来做是非常简单的.因为avalon拥有经典MVVM框架的一大利器,双向绑定!绝大 ...
- android_Activity之Button_OnClickListener
今天我们要讲的主要是四大组件之一Activity 什么是Android 的四大组件呢?接下来简单了解下. 1.Activity Activity就是我们应用程序的界面,主要用来跟我们的用户进行交互的 ...
- linux下(Ubuntu、centos)添加永久静态路由的方法
项目中经常遇到多网卡的服务器,但是一个服务器的默认网关只有一个,当需要在多个网络中访问的时候(特别是在公安.交警等政府项目中),就需要添加静态路由了. 添加静态路由的方法有很多种,下面介绍2种比较常见 ...