为什么 你当时对我好
Why? You nice to me at that time.
又为什么 现在变得冷淡了
Why? Now you give a cold shoulder to me.
我知道 爱要走难阻挠
I'know, It's time for it to go.
反正不是我的 我也不该要
That wasn't mine, I shouldn't have it.
你和我 曾经有共同爱好
You and me had a good time.
谁的耳边 总有绝句在萦绕
Language always ringing in who's era.
我们俩 用文言文对话真的很搞笑
We talk in language is funny.
还笑那曹操贪慕着小乔
Laugh at the Lq love the yy.
天灰了 雨坠了
darkness, rainy.
视线要模糊了
I can't see anything.
此时感觉到你的重要
This time feel your importance.
爱走了 心走了
Love was gone, heart was gone too.
你说你要走了
You said you will leave.
我为你唱最后的古谣
I sing it last time for you.
红雨瓢泼泛起了回忆怎么潜
Rain is too heavy to hide memories.
你美目如当年 流转我心间
Your eyes is beautiful all the time in my heart.
渡口边最后一面洒下了句点
You said goodbye in the end.
与你若只如初见 何须伤感离别
If only it could be all the same like we first met, We don't need to be so sad and say goodbye.

随机推荐

  1. html5游戏开发框架之lufylegend开源库件学习记录

    下载地址http://lufylegend.com/lufylegend 引用 <script type="text/javascript" src="../luf ...

  2. qsort函数辅助函数compare函数的编写

    qsort的第四个参数,辅助函数compare的关于不同排序对象的不同写法: 一.对int类型数组排序 ]; int compare(const void *a, const void *b) { r ...

  3. hadoop namespace

    As underscore(_) is not allowed. It may be the problem if your other configuration are ok. Your conf ...

  4. js预编译

    先来做三个测试 eg1: var a; a = 1; function a() {}; console.log(a); eg2: var a; function a() {}; console.log ...

  5. Java创建对象的4种方式?

     [Java创建对象的4种方式?] 1)通过new语句实例化一个对象 2)通过反射机制创建对象 3)通过clone()方法创建一个对象  (复制) 4)通过反序列化方式创建对象

  6. 使用cocoapods的两个大坑的修改方法

    1.报错内容: [!] The dependency `ReactiveCocoa (= 2.1.8)` is not used in any concrete target. The depende ...

  7. Eclipse/MyEclipse中常用快捷键总结

    1.格式化代码: Ctrl+Shift+F; 2.自动生成get/set方法:Shifi+Alt+S+R(按下空格是选中). 3.自动生成toString方法:Shifi+Alt+S+S(按下空格是选 ...

  8. R语言笔记4--可视化

    接R语言笔记3--实例1 R语言中的可视化函数分为两大类,探索性可视化(陌生数据集,不了解,需要探索里面的信息:偏重于快速,方便的工具)和解释性可视化(完全了解数据集,里面的故事需要讲解别人:偏重全面 ...

  9. php:sprintf

    十六进制 $hex = sprintf("%x",18); 输出:12(%x表示十六进制) $hex = sprintf("%4x",18); 输出:strin ...

  10. 使用SpringSecurity3用户验证(异常信息,验证码)

    1. 自定义user-service后,封装自定义异常信息返回 通常情况下,抛UsernameNotFoundException异常信息是捕捉不了,跟踪源码后发现 try { user = retri ...