Secrets
https://www.youtube.com/watch?v=qHm9MG9xw1o
I need another story
Something to get off my chest
My life gets kinda boring
Need something that I can confess
我需要另一段故事
讓我卸下心上大石
我的生活很是無趣
需要可以信仰的事
'Til all my sleeves are stained red
From all the truth that I've said
Come by it honestly I swear
Thought you saw wink, no
I've been on the brink, so
直到所有袖子都染紅
始於我所有說過的事實
我發誓所說皆真
你認為我說謊 不是的
我就快要崩潰 所以
Tell me what you want to hear
Something that were like those years
Sick of all the insincere
So I'm gonna give all my secrets away
說 你想聽些什麼
從前的時光
隱瞞讓我們疲憊
所以我將坦承
This time, don't need another perfect line
Don't care if critics never jump in line
I'm gonna give all my secrets away
這一次 不再需要完美方針
也毋須在意見血的批評
我將坦承
My God, amazing how we got this far
It's like we're chasing all those stars
Who's driving shiny big black cars
天哪 能堅持到此讓我驚訝
像是追逐天上繁星
我們駕駛著閃亮的黑卡
And everyday I see the news
All the problems that we could solve
And when a situation rises
Just write it into an album
Singing straight, too cold
I don't really like my flow, no, so
每天都有新聞可看
不管什麼問題都有解決辦法
若情勢變得嚴峻
就將它寫成專輯
用力的唱 天冷
我不喜歡自己的飄蕩
Oh, got no reason, got not shame
Got no family I can blame
Just don't let me disappear
I'ma tell you everything
喔 沒有理由 沒有愧疚
沒有誰是我可以批判
別讓我沮喪
我會對你坦承
Secrets的更多相关文章
- ASP.NET Core 优雅的在开发环境保存机密(User Secrets)
前言 在应用程序开发的过程中,有的时候需要在代码中保存一些机密的信息,比如加密密钥,字符串,或者是用户名密码等.通常的做法是保存到一个配置文件中,在以前我们会把他保存到web.config中,但是在A ...
- dig out secrets beneath AirSig
My sister installed AirSig last week. She is so exciting about this new techknology and she won't st ...
- 《Secrets of the JavaScript Ninja》:JavaScript 之运行时代码
最近,在阅读 jQuery 之父 John Resig 力作:Secrets of the JavaScript Ninja(JavaScript忍者秘籍).关于第九章提及的 JavaScript 之 ...
- CodeForces 173B Chamber of Secrets spfa
Chamber of Secrets 题目连接: http://codeforces.com/problemset/problem/173/B Description "The Chambe ...
- .NET Core程序中使用User Secrets存储敏感数据
前言 在开发中经常会用到一些敏感数据,比如AppSecret或数据库连接字符串,无论是硬编码还是写在配置文件中,最终都要push到svn或git上.对于开源项目,这些敏感数据就无隐私可言了,对于私有项 ...
- 在.NET Core console application中使用User Secrets(用户机密)
微软很坑地只在Microsoft.NET.Sdk.Web中提供了VS项目右键菜单的"管理用户机密"/"Manage User Secrets"菜单项,在使用Mi ...
- ubuntu中使用机密数据Secrets
目录 AptNetCore使用Secrets管理私密数据 前言 使用 设置UserSecretsId 设置机密 代码中访问机密 脚注 AptNetCore使用Secrets管理私密数据 前言 在项目中 ...
- the secrets
prime time productions: my life had collepes arround me? i have worked myselft into exhaustion. my f ...
- MySQL Workbench在archlinux中出现 Could not store password: The name org.freedesktop.secrets was not provided by any .service files的错误
MySQL Workbench在archlinux中出现 Could not store password: The name org.freedesktop.secrets was not prov ...
随机推荐
- 算法系列:Reservoir Sampling
copyright © 1900-2016, NORYES, All Rights Reserved. http://www.cnblogs.com/noryes/ 欢迎转载,请保留此版权声明. -- ...
- 杂物 python (一)
python 是一门语言,有各种不同的实现.CPython 即用c语言实现Python及其解释器.
- Debian 的 preinst, postinst, prerm, 和 postrm 脚本
转自:http://jianjian.blog.51cto.com/35031/395468 这些是软件包安装前后自动运行的可执行脚本. 统称为控制文件, 是 Deian 软件包的"控制&q ...
- easyui tree折叠
标签 <div id="buildDiv" data-options="region:'center'" title="楼栋权限" s ...
- ListView中每个item条目在被单击选中时能够高亮显示
在布局文件中设定: android:listSelector="@android:color/holo_red_light" 在代码中实现 listView.setSelector ...
- 在Window的IIS中创建FTP的Site并用C#进行文件的上传下载
文件传输协议 (FTP) 是一个标准协议,可用来通过 Internet 将文件从一台计算机移到另一台计算机. 这些文件存储在运行 FTP 服务器软件的服务器计算机上. 然后,远程计算机可以使用 FTP ...
- 处理FF margin-top下降问题
处理DIV子级ZImargin-top下降,父级更着下降问题 html结构如下 <div id="top"> <div id="zi"> ...
- 移动端_line-height问题
如果把line-height加1px,iPhone文字就会下移,由于我们app的ios用户居多,并且android机型太多,不同机型也会显示不同,所以只能退而求其次了. line-height的兼容问 ...
- Java api
StringBuilder.charAt(int index); StringBuilder.deleteCharAt(int index); StringBuilder.setCharAt(int ...
- css随记02布局
布局 二栏布局 利用absolute, margin .container { position: relative; } nav { position: absolute; left: 0px; w ...