Tell me the tales that to me were so dear;  请你给我讲那亲切的故事; 
Long, long ago; long, long ago.;  
多年以前,多年以前;  
Sing me the songs I delighted to hear;  请你给我唱那动人的歌曲;  
Long, long ago; long ago.;  
多年以前,多年前;  
Now you are come, all my grief is removed;  
你已归来我忧愁全消散;  
Let me forget that so long you have roved;  
让我忘记你漂泊已多年;  
Let me believe that you love as you loved;  
让我深信你爱我仍如前;  
Long, long ago; long ago;  
多年以前,多年前;  
Do you remember the path where we met?;  
可记得我们相会的那条路;  
Long, long ago; long, long ago;  
多年以前,多年以前;  
Ah yes, you told me you never would forget;  
你告诉我你将永不忘怀;  
Long, long ago; long go;  
多年以前,多年前;  
Then to all others, my smile you preferred;  
我的微笑能使你常留恋;  
Love, when you spoke, gave a charm to each word  
你每句话都打动我心弦;  
Still my heart treasures the praises I heard;  
赞美的话仍藏在我心间;  
Long, long ago; long ago;  
多年以前,多年前。;  
Though by your kindness my fond hopes were raised;  
你的爱情又唤起我的希望;  
Long, long ago; long, long ago;  
多年以前,多年以前;  You, by more eloquent lips have been praised;  
有多少人曾经把你夸奖;  
Long, long ago; long ago;  
多年以前,多年前;  
But by long absence your truth has been tried;  
长久分离,你的爱仍不变;  
Still to your accent I listen with pride;  你的声调仍然使我留恋;  
Blest as I was when I sat by your side;  我多幸福,像从前在你身边;  
Long, long ago; long ago;  
多年以前,多年前。

随机推荐

  1. LeetCode686——Repeated String Match

    题目:Given two strings A and B, find the minimum number of times A has to be repeated such that B is a ...

  2. 【RabbitMQ 实战指南】一 延迟队列

    1.什么是延迟队列 延迟队列中存储延迟消息,延迟消息是指当消息被发送到队列中不会立即消费,而是等待一段时间后再消费该消息. 延迟队列很多应用场景,一个典型的应用场景是订单未支付超时取消,用户下单之后3 ...

  3. Qt 表格的使用

    参考 http://doc.qt.io/qt-5/qtablewidget.html http://doc.qt.io/qt-5/qtablewidgetitem.html https://blog. ...

  4. 《利用Python进行数据分析·第2版》第四章 Numpy基础:数组和矢量计算

    <利用Python进行数据分析·第2版>第四章 Numpy基础:数组和矢量计算 numpy高效处理大数组的数据原因: numpy是在一个连续的内存块中存储数据,独立于其他python内置对 ...

  5. PHPStorm IntelliJ IDEA 代码缩进风格设置

    关于缩进风格,我还是觉得4空格比tab好 File -> Settings -> Editor -> Code Style: 如图,把Detect and use exsiting ...

  6. django-URL之include函数(五)

    三种格式:(1)incude(module,namespace=None) from django.urls import path,include from book import urls url ...

  7. python小例子(一)

    参考链接:https://zhuanlan.zhihu.com/p/83998758?utm_source=qq&utm_medium=social&utm_oi=7282008528 ...

  8. Spring Boot 日志处理你还在用Logback?

    ▶ Log4j2 性能 https://logging.apache.org/log4j/2.x/performance.html ▶ Spring Boot 依赖与配置 Maven 依赖 <! ...

  9. java常用类Time

    LocalDate:IOS格式(yyyy-MM-dd)日期 LocalTime:表示一个时间 LocalDateTime:表示时间日期 Instant 时间线上的瞬时点,可以用来记录应用程序中的时间时 ...

  10. 工厂模式(C++)

    转载来源:https://www.runoob.com/design-pattern/ 工厂模式 创建型模式,它提供了一种创建对象的最佳方式. 在工厂模式中,我们在创建对象时不会对客户端暴露创建逻辑, ...