Fading Like a Flower

In a time where the sun descends alone 伴着落日孤独的脚步
I ran a long long way from home 我开始了一段漫长的追寻
To find a heart that's made of stone 去寻找如石头般冰冷的心
I will try, I just need a little time 我会去尝试,但需要一点点时间
To get your face right out of my mind 将你从记忆中完全抹去
To see the world through different eyes 以不同的眼光来看待世界
Every time I see you oh I try to hide away 每次望见你,我都试图逃避
But when we meet it seems I can't let go 但当我们相遇,我似乎又难以舍弃
Every time you leave the room I feel I'm fading like a flower 每次你离**间 我都觉得自己正如花儿一样凋零
Tell me why 告诉我为什么
When I scream there's no reply 我大声呼喊却得不到回应
When I reach out there's nothing to find 我伸手去抓却一无所获
When I sleep I break down and cry Cry,Yeah 我躺下入睡却失声痛哭
Every time I see you oh I try to hide away 每次望见你,我都试图逃避
But when we meet it seems I can't let go 但当我们相遇,我似乎又难以舍弃
Every time you leave the room I feel I'm fading like a flower 每次你离**间我都觉得自己正如花儿一样凋零
Fading like a rose 如玫瑰花一样凋零
Fading like a rose 如玫瑰花一样凋零
Beaten by the storm 犹如遭受暴风雨侵袭的玫瑰花
I Talking to myself 我告诉自己
Getting washed by the rain 就让风雨降临吧
It's such a cold cold town 这是一个冰冷的世界
Oh, it's a such cold town 如此冰冷的世界
Every time I see you oh I try to hide away 每次望见你,我都试图逃避
But when we meet it seems I can't let go 但当我们相遇,我似乎又难以舍弃
Every time you leave the room I feel I'm fading like a flower 每次你离**间我都觉得自己正如花儿一样凋零
Every time I see you oh I try to hide away 每次望见你,我都试图逃避
But when we meet it seems I can't let go 但当我们相遇,我似乎又难以舍弃
Every time you leave the room I feel I'm fading like a flower 每次你离**间我都觉得自己正如花儿一样凋零
Every time I see you oh I try to hide away 每次望见你,我都试图逃避
But when we meet it seems I can't let go 但当我们相遇,我似乎又难以舍弃
Every time you leave the room I feel I'm fading like a flower 每次你离**间我都觉得自己正如花儿一样凋零

Fading Like a Flower的更多相关文章

  1. 微服务(Microservices)——Martin Flower【翻译】

    原文是 Martin Flower 于 2014 年 3 月 25 日写的<Microservices>. 本文内容 微服务 微服务风格的特性 组件化(Componentization ) ...

  2. Autumn is a second spring when every leaf is a flower.

    Autumn is a second spring when every leaf is a flower. 秋天即是第二个春天,每片叶子都是花朵.——阿尔贝·加缪

  3. LTE Module User Documentation(翻译4)—— 使用 Fading Trace

    LTE用户文档 (如有不当的地方,欢迎指正!) 7 使用 Fading Trace   本节描述如何在 LTE 仿真中使用 fading traces .   (1)生成 Fading Traces  ...

  4. Gym 100507I Traffic Jam in Flower Town (模拟)

    Traffic Jam in Flower Town 题目链接: http://acm.hust.edu.cn/vjudge/contest/126546#problem/I Description ...

  5. Android开发之神奇的Fading Edge,让你的View更有层次感!

    最近在研究Android Framework层源码,发现我们对源码的理解应该建立在对API的理解之上,如果有一些API你没用过,那么即使你在源码中见到这个东西都不知道是干嘛的,更谈不上理解了.一直以来 ...

  6. Celery Flower监控,完美搞定

    XXXX啊,,从上午就看到QUEQUE有问题,但一直不晓得哪里出了问题, 后来,安装上FLOWER看一下,队列就出来了... 神器啊.. 安装不说,运行很EASY.. celery flower -A ...

  7. POJ 2750 Potted Flower

    Potted Flower Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 3872   Accepted: 1446 Des ...

  8. 花店橱窗(flower)

    花店橱窗(flower) 题目描述 某花店现有f束花,每一束花的品种都不一样,同时至少有同样数量的花瓶,被按顺序摆成一行,花瓶的位置是固定的,从左到右按1到V顺序编号,V是花瓶的数目.花束可以移动,并 ...

  9. (简单) POJ 2750 Potted Flower,环+线段树。

    Description The little cat takes over the management of a new park. There is a large circular statue ...

随机推荐

  1. win10关闭后台应用程序进程的方法

    一)win10系统后台应用有两大特点: 1.win10系统有许多系统自带应用软件,在系统任务栏中看不到任何自带的应用程序运行 2.但通过任务管理器的进程中,可直观的看到许多非系统进程正在运行. 二)后 ...

  2. HTML的实际演练2

    1.html 换行: 如果你想在不产生新的段落下换行,就使用<br/><p>tishi is a praskdjf<br/>ldkfldj</p> 2. ...

  3. css:多个div在同一行显示

    使用float:left,也可以使用display : inline-block,可以使多个div在同一行显示. 示例如下: <div class="search_row"& ...

  4. Resume (Curriculum Vitae)

    The resume (Curriculum Vitae) is a selling tool outlining your skills and experience so an employer ...

  5. string类小结

    要想使用标准C++中string类,必须要包含 #include <string>// 注意是<string>,不是<string.h>,带.h的是C语言中的头文件 ...

  6. Task/Parallel实现异步多线程

    代码: #region Task 异步多线程,Task是基于ThreadPool实现的 { //TestClass testClass = new TestClass(); //Action<o ...

  7. ip地址后边加个/8(16,24,32)是什么意思

    是掩码的位数,A类IP地址的默认子网掩码为255.0.0.0(由于255相当于二进制的8位1,所以也缩写成“/8”,表示网络号占了8位);B类的为255.255.0.0(/16);C类的为255.25 ...

  8. Devexpress系列一 之 ChartControl 柱形图BarSideBySideSeries2D

    这一篇是讲的是简单的柱形图, 柱形图运行效果如下图: 新建WPF窗体应用程序后(WPF用户控件也可以),工程引用DevExpress.Xpf.Charts.v17.1.dll, 在XAML头部引用名称 ...

  9. BZOJ 2726 [SDOI2012] 任务安排 - 斜率优化dp

    题解 转移方程与我的上一篇题解一样 : $S\times sumC_j  + F_j = sumT_i \times sumC_j + F_i - S \times sumC_N$. 分离成:$S\t ...

  10. windows驱动

    DriveEntry() 启动 停止 接口函数 驱动程序名 驱动程序版本号 异常处理 是否运行 声明LPOReceive类型的函数 声明函数指针(外部传进来的回调函数) 存放配置字符串 本机IP 串口 ...