为什么 你当时对我好
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. 硬盘图标修改器 V1.0 绿色版

    软件名称:硬盘图标修改器 V1.0 绿色版软件语言: 简体中文授权方式: 免费软件应用平台: Win7 / Vista / Win2003 / WinXP / Win2008 软件大小: 12.3MB ...

  2. 将数组写入plist文件

    data 加载plist [NSBundle mainBundle] [arr writeToURL:<#(NSURL *)#> atomically:<#(BOOL)#>]

  3. KVM 命令行启动第一台虚拟机

    KVM创建第一台虚拟机 1 创建一个镜像 [root@kvm ~]# qemu-img create -f raw /opt/CentOS6.-x86_64.raw 5G Formatting [ro ...

  4. POJ1410 Intersection 计算几何

    题目大意:给出一个线段的两端,和矩形两端(不一定是左上和右下),问线段是否与矩形相交(若线段在矩形内也算相交).这题蒸鹅心-- 题目思路:判断所有情况:线段是否在矩形内,线段内一点是否在矩形内,线段是 ...

  5. tableView左滑按钮

    - (nullable NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsFo ...

  6. iOS中控制器的释放问题

    iOS中控制器的释放问题 ARC工程是可以重写dealloc方法并被系统调用的,但不需要手动调用父类的dealloc,手写[super dealloc]方法会报错,事实上系统会自动帮你调用父类的dea ...

  7. java基础算法题

    为了提高自己的代码能力和算法能力,我决定每天学习一道算法题,吸收前辈思想. [程序1] TestRabbit.java 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三 ...

  8. 时间转换(字符串转date 年月日时分秒 格式)

    /**     * 时间转换     * @param data     * @return     */    public String getValidDateStr(Date data) {  ...

  9. 第4章 流程控制----编写Java程序,应用for循环打印菱形

    package four; public class fouroneone { public static void main(String args[]){ ;i<=;i+=){ ;kong& ...

  10. webstrom 快捷键(Idea可用)

    在File-->setting可查看和配置功能快捷键,以下列出常用的快捷键 1. ctrl + shift + n: 打开工程中的文件,目的是打开当前工程下任意目录的文件. 2. ctrl + ...