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. spring boot 启动方式

    一:IDE 运行Application这个类的main方法 二:在springboot的应用的根目录下运行mvn spring-boot:run 三:使用mvn install 生成jar后运行 先到 ...

  2. java写简单Excel 首行是目录 然后前台下载

    页面: <form action="${path}/xxx/xxx.do" method="get" > 表格下载:<input type=& ...

  3. springboot 面向切面

    @Aspect @Configuration public class AspectTest { @Pointcut("execution(public String xxx.xxx.xxx ...

  4. poj1015 正解--二维DP(完全背包)

    题目链接:http://poj.org/problem?id=1015 错误解法: 网上很多解法是错误的,用dp[i][j]表示选择i个人差值为j的最优解,用path[i][j]存储路径,循环次序为“ ...

  5. cdoj842-天下归晋 【树状数组】

    http://acm.uestc.edu.cn/#/problem/show/842 天下归晋 Time Limit: 3000/1000MS (Java/Others)     Memory Lim ...

  6. Too Rich(贪心+DFS)

    Too Rich http://acm.hdu.edu.cn/showproblem.php?pid=5527 Time Limit: 6000/3000 MS (Java/Others)    Me ...

  7. 安装配置Windows Live Writer做为博客客户端

    前言: 国内好些空间.博客是支持Windows Live Writer客户端的,也就是说使用Windows Live Writer不用登陆博客网站,就可以向不同的博客网站发布博客了. Windows ...

  8. android环境安装及配置

    直接从网上下载适合当前系统的jdk(eclipse需要一个java虚拟器的环境) 直接从android上下载最新的adt-bundle-windows-x86(64)-xxxxxx.zip(集成好的e ...

  9. 84直方图最大矩形覆盖 · Largest Rectangle in Histogram

    [抄题]: Given n non-negative integers representing the histogram's bar height where the width of each ...

  10. Tomcat:A cookie header was received[xxxxxx] that contained an invalid cookie. That cookie will be ignored.

    搬运来源:https://blogs.yahoo.co.jp/dk521123/36721868.html 原因: *从Tomcat 8,Cookie的解析已经符合RFC 6265. *由于RFC 6 ...