Caroline--chochukmo

虾米试听

Caroline, Caroline, Caroline,

you pulled me into so deep down(内心深处).

Caroline, Caroline, Caroline,

you are my bottom line(底线).

Caroline Caroline Caroline,

you said you'll show me around.

Caroline Caroline Caroline,

it's a split between the phone line.仅仅用电话线分隔开


Caroline Caroline Caroline,

you smile had cut my throat.

Caroline Caroline Caroline,

the bleeding will be fine.

Caroline Caroline Caroline,

i love you with my soul

Caroline Caroline Caroline,

your name is not even Caroline!Caroline,这是幻想中的名字么?


I know all you creeping secret(隐藏秘密)

I don't even know your name,

how could it all be the same这怎么能是一样的?

I know all you creeping secret

Idon't even know your name,

how could it all be the same


Caroline Caroline Caroline

your wine has killed the time

Caroline Caroline Caroline

There is a cure(治愈) in my mind

Caroline Caroline Caroline

Love is soft and love is white

Caroline Caroline Caroline

Love is a killer in disguise(伪装)


I know all you creeping secret

I don't even know your name

how could it all be the same

I know all you creeping secret

I don't even know your name

How could it all be the same

Where you got me i don't get it!

Where you got me i don't get it!


Caroline Caroline Caroline....

我个人比较喜欢分享自己喜欢的东西,这是我比较喜欢的一支香港乐队chochukmo的歌。虽然说这是技术博客,如果你觉得不爽,有种来打我啊!(逃...

Caroline--chochukmo的更多相关文章

  1. Entity Framework 基于方法的查询语法

      实体框架(Entity Framework )是 ADO.NET 中的一套支持开发面向数据的软件应用程序的技术. LINQ to Entities 提供语言集成查询 (LINQ) 支持,它允许开发 ...

  2. [转]Python os.path模块

    os.path模块 原文链接:http://my.oschina.net/cuffica/blog/33494 basename('文件路径')    去掉目录路径,返回fname文件名 import ...

  3. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

  4. C++ - 复制(copy) 和 虚复制(virtual copy) 的 区别

    复制(copy) 和 虚复制(virtual copy) 的 区别 本文地址: http://blog.csdn.net/caroline_wendy/article/details/16120397 ...

  5. Mac系统上用Node做APNS

    1.安装Node,下载地址:http://nodejs.org 2.更新npm,终端命令:sudo npm update npm -g 3.安装apn,终端命令:npm install apn 4.导 ...

  6. LINQ to Entities 查询语法

    转自: http://www.cnblogs.com/asingna/archive/2013/01/28/2879595.html 实体框架(Entity Framework )是 ADO.NET  ...

  7. mysql 索引的原理

    1.考虑下面的情况,mysql> desc student;+----------+-------------+------+-----+---------+-------+| Field | ...

  8. mysql 聚集函数需要注意的问题

    1.当没有记录的时候,使用聚集函数,会导致出现一条记录,记录的取值都是NULL,如下:mysql> select name from student where name='David';Emp ...

  9. mysql 内连接 左连接 右连接 外连接

    mysql> desc student;+-------+-------------+------+-----+---------+-------+| Field | Type | Null | ...

随机推荐

  1. 【原创】30分钟入门 github

    很久没更新了,这篇文章重点在github的入门使用,读者可以下载github for windows shell,边看边操作,加深印象. 好了,30分钟的愉快之旅开始吧: 一.github使用的注意事 ...

  2. VS2012 开发SharePoint 2013 声明式workflow action(activity)之 HelloWorld

    本文讲述VS2012 开发SharePoint 2013 声明式workflow action 之 HelloWorld. 使用VS2012开发客户化的workflow action是SharePoi ...

  3. jquery.pagination.js分页插件的使用

    Pagination的相关参数: Pagination使用的核心代码:         //回调函数         function pageselectCallback(page_index, j ...

  4. CF 366E Dima and Magic Guitar(最远哈密顿距离)

    题目链接:http://codeforces.com/problemset/problem/366/E 题意:给出一个n*m的数字矩阵A,每个矩阵元素的范围[1,K].给出一个长度为s的数字串B,B的 ...

  5. codeforces 235 div2 C Team

    题目:http://codeforces.com/contest/401/problem/C 题意:n个0,m个1,求没有00或111的情况. 这么简单的题..... 做题的时候脑残了...,今天,贴 ...

  6. axis : java.lang.NoSuchMethodError

    Hi friends,Iam getting the following error when deploying my app in jboss error.Iam new to axis .can ...

  7. Sass结合Modernizr的使用方法

    Modernizr在初始化的时候会首先找寻class=“no-js”的元素: <!DOCTYPE html> <html class="no-js"> &l ...

  8. C# 实现对接电信交费易自动缴费

    他有这样一个JS PassGuardCtrl.js 部分代码    1 defaults:{  2             obj:null,  3             random:null,/ ...

  9. highcharts 设置标题不显示

    设置标题不显示:title:false 用法: title: {         text: false },

  10. #include<unistd.h>头文件的理解

    1.百度百科定义 unistd.h 是 C 和 C++ 程序设计语言中提供对 POSIX 操作系统 API 的访问功能的头文件的名称.该头文件由 POSIX.1 标准(单一UNIX规范的基础)提出,故 ...