On a dark desert highway
行驶在昏黑的荒漠公路上
cool wind in my hair
凉风吹过我的头发
warm smell of colutas
温馨的大麻香
rising up through the air
弥漫在空气中
Up ahead in the distance
抬头遥望远方
I saw a shimmering light
我看到微弱的灯光
My head grew heavy and my sight grew dim
我的头越来越沉,视线也变得模糊
I had to stop for the night
我不得不停下来过夜
there she stood in the doorway
她站在门口那儿招呼我
I heard the mission bell
我听到远处教堂的钟声
and I was thinking to myself
我在心里对自己说
this could be heaven or this could be hell
这里可能是天堂也可能是地狱
then she lift it up a candle
然后她点燃了蜡烛
and she showed me the way
给我引路
there were voice down in corridor
沿着走廊传来阵阵说话声
I thought I heard them say.....
我想我听到他们在说
welcome to the hotel California
欢迎来到加州旅馆
such a lovely place
如此美丽的地方
such a lovely face
多么可爱的的面容
plenty of rooms at the hotel California
加州旅馆有充足的房间
any time of year
一年的任何时候,
you can find it here
你都能在这找到房间
her mind is Tiffany-twisted
她的心为珠宝所扭曲
she got the Mercedes bends
她拥有豪华奔驰车
she got a lot of pretty pretty boys
她有许多漂亮的小伙子
that she calls friends
她称之为朋友
how they dance in the courtyard
他们在庭院里翩翩起舞
sweet summers sweat
夏日的香汗伶俐
some dance to remember some dance to forget
有些舞是为了回忆
so I called up the captain
而有些舞是为了忘却
please bring me my wine, he said:"
于是我叫来领班
we haven't had that spirit
请给我来些酒
here since nineteen sixty nine
他说我们这不供应烈酒从1969年起
and still those voises are calling from far away
远处仍然传来他们的话语
wake up in the middle of the night
在半夜把你吵醒
just to hear them say....
只听到他们在说
welcome to the hotel California
欢迎到加州旅馆来
such a lovely place
如此美丽的地方
such a lovely face
多么可爱的的面容
they live in'it up in the hotel California
他们在加州旅馆尽情狂欢
what nice surprise
好得令人吃惊
bring your alibis
使你有来到这的借口
mirrors on the celling
天花板上镶嵌着的镜子
the pink champagne on ice,and she said:"
冰镇着的粉色香槟
we are all just prisoners here
她说我们都是这的囚徒
of our own device
但是是我们自愿的
and in the master's chambers
在主人的卧房里
they gatheres for the feast]
他们为宴会聚在一起
they stab it with their steely knives
他们彼此间用钢刀相互砍杀
but they just can't kill the beast
但他们甚至不能杀死野兽
last thing I remember
我所记得的最后一件事
I was running for the door
是我跑向门口
I had to find the passage back
我必须找到来时的路
to the place I was before
回到我过去的地方
relax said the night man
守夜人说放宽心
we are programmed to receive
我们只是照常接待
you can check out any time you like
你想什么时候结帐都可以
but you can never leave
但你永远无法离去

Hotel California的更多相关文章

  1. Teradata基础教程中的数据库试验环境脚本

    Teradata基础教程中的数据库表: Customer:  客户信息表 Location:  位置信息表 Employee:  雇员信息表 Job:  工作信息表 Department:  部门表 ...

  2. [转] ScalaTest测试框架

    [From] https://blog.csdn.net/hany3000/article/details/51033610 ScalaTest测试框架 2016年04月01日 02:49:35 阅读 ...

  3. Elaticsearch倒排索引

    ES倒排索引基本原理 索引(index)可以分为正序索引(Forward Indexes)和倒排索引(Inverted Index)两种.在关系型数据库中使用索引可以避免数据检索走全表扫描,将检索的时 ...

  4. 【递推】【HDU2585】【hotel】

    Hotel Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Subm ...

  5. HDU 2585 Hotel(字符串的模糊匹配+递归)

    Problem Description Last year summer Max traveled to California for his vacation. He had a great tim ...

  6. POJ 3667 Hotel(线段树 区间合并)

    Hotel 转载自:http://www.cnblogs.com/scau20110726/archive/2013/05/07/3065418.html [题目链接]Hotel [题目类型]线段树 ...

  7. ACM: Hotel 解题报告 - 线段树-区间合并

    Hotel Time Limit:3000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Description The ...

  8. HDU - Hotel

    Description The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and e ...

  9. 【POJ3667】Hotel

    Description The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and e ...

随机推荐

  1. Oracle 使用TRUNCATE TABLE删除所有行

    若要删除表中的所有行,则 TRUNCATE TABLE 语句是一种快速.有效的方法.TRUNCATE TABLE 与不含 WHERE 子句的 DELETE 语句类似.但是,TRUNCATE TABLE ...

  2. PCA的数学原理Matlab演示

    关于 PCA(Principal component analysis)主成分分析.是SVD(Singular value decomposition)神秘值分析的一种特殊情况.主要用于数据降维.特征 ...

  3. java拷贝构造函数

    浅拷贝就是指两个对象共同拥有同一个值,一个对象改变了该值,也会影响到另一个对象. 深拷贝就是两个对象的值相等,但是互相独立. 构造函数的参数是该类的一个实例.   Operator = 拷贝构造函数 ...

  4. 非spring托管的类使用spring脱管的类。

    import org.springframework.beans.BeansException; import org.springframework.context.ApplicationConte ...

  5. 三、Silverlight中使用MVVM(三)——进阶

    这篇主要引申出Command结合MVVM模式在应用程序中的使用 我们要做出的效果是这样的 就是提供了一个简单的查询功能将结果绑定到DataGrid中,在前面的基础上,这个部分相对比较容易实现了 我们在 ...

  6. Android 繪圖白板元件,有畫筆和板擦的功能 (转)

    package com.example.drawboard; import java.util.ArrayList; import java.util.List; import android.con ...

  7. JVM内存布局及GC知识回顾

    注:本文篇幅较长,且需要有一定的java基础,建议各位看官,备好瓜子.饮料.小板凳,摆个让自己舒服的姿势,慢慢细看^_^, 文中所有素材,均来自互联网,本人只是详细梳理了一遍,形成此文. 一.JVM运 ...

  8. iOS开发 viewWillAppear:(BOOL)animated真机调试的时候不执行了怎么办

    本文转载至http://blog.sina.com.cn/s/blog_a843a8850101e0g7.html   现在需要的.h文件里面加上. 然后,在需要的.m文件按里面加上关键代码:self ...

  9. python 基础 2.4 while 循环

    #/usr/bin/python #coding=utf-8 #@Time :2017/10/18 15:31 #@Auther :liuzhenchuan #@File :while 循环.py 示 ...

  10. 计算机网络 --万维网www

    万维网是一个分布式的超媒体系统,客户程序向服务器程序发出请求,服务器程序向客户程序送回客户所需要的万维网文档.万维网必须解决的几个问题:1.怎样标志分布在整个因特网上的万维网文档?答:万维网使用统一的 ...