为什么 你当时对我好
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. 2015 ACM/ICPC Asia Regional Hefei Online

    1001 Monitor the Alpacas 1002 The Relationship in Club 1003 Difference of Clustering 两边离散化.暴力扫C就过了. ...

  2. php类于对象

    类与对象是面向对象程序设计的一个基本概念,类就是指某一类东西,而对象就是某一个类的具体实例 比如:黑帮是一个类,那陈浩南就是这个类的一个对象 再比如:人是一个类,那张三就是这个类的一个具体的对象 ph ...

  3. java集合概念

    Collection(单列集合) List(有序,可重复) ArrayList 底层数据结构是数组,查询快,增删慢 线程不安全,效率高 Vector 底层数据结构是数组,查询快,增删慢 线程安全,效率 ...

  4. IOS 第三方库之-MBProgressHUD的使用详解

    转自作者: weidfyr  http://www.aiuxian.com/article/p-3121607.html 1,MBProgressHUD常用属性和用法Demo - (void)test ...

  5. 如何通过Maven的Jetty插件运行Web工程

    首先建议使用jetty9,因为据官方文档显示,Jetty 7 and Jetty 8 are now EOL (End of Life),如下.但是由于项目使用的版本一般都比较低,这里以jetty8为 ...

  6. UVA 10480 Sabotage

    最小割+输出方案 #include<cstdio> #include<cstring> #include<string> #include<cmath> ...

  7. Fragment和Activity之间通过广播的方式传递数据

    四大组件之间传递数据可以用广播,但是有次面试官说太重了,用eventbus代替.下面的广播传递数据方法仅当学习参考. 1.管理类 /** * 广播管理类:注册广播.注销广播.发送广播 * @autho ...

  8. 数据库NULL和 ‘’ 区别

    NULL判断时 : IS NOT NULL ''判断时: !=''

  9. 【SQL】SQL

    SQL基础 本文参照:http://www.w3school.com.cn/sql/ SQL 结构化查询语言(Structured Query Language). 对于大小写不敏感. SQL 使用单 ...

  10. Checking the Calendar

    Checking the Calendar time limit per test 1 second memory limit per test 256 megabytes input standar ...