Vincent
歌手Don McClean的Starry Starry Night,也有很多人叫这首歌为《Vincent》 编前:金色的向日葵、燃烧般的丝柏、风吹过的麦田、旋涡状的星体……,一幅幅狂嚣般的画面,是梵高内心底层最深的呐喊。生活在低处,灵魂在高处——这就是梵高。 配乐说明:歌曲创作的灵感来自梵高的一幅著名的画作《Starry Starry Night》(星夜),整首曲子的配器就是一把木吉他,极致的简约之美,却浑如天成,有一种如诗如画般的唯美。歌词的意境多有凡高色彩浓烈的画组成,而歌名“星光灿烂的夜”本身就是凡高的一幅画的标题。 星月夜(Starry Starry Night)歌词 Starry starry night
Paint your palette blue and grey
Look out on a summer’s day
With eyes know the darkness in my soul
Shadows on the hills
Sketch the trees and the daffodils
In colors on the snowy linen land (★)Now I understand what you try to say to me
And how you suffered for your sanity
And how you tried to set them free
They would not listen
They did not know how
Perhaps they’ll listen now Starry starry night
Flaming flowers that brightly blaze
Swirling clouds in violet haze
Reflect in Vincent’s eyes of china blue
Colors changing hue
Morning fields of amber grain
Weathered faces lined in pain
Are soothed beneath the aritist’s loving hand (repeat ★)
For they could not love you
But still your love was true
And when no hope was left inside on that starry starry night
You took your life as lovers often do
But I could have told you Vincent
This world was never meant for one as beautiful as you Starry starry night
Portraits hung in empty halls
Frameless heats on nameless walls
With eyes that watch the world and can’t forget
Like the strangers that you ‘ve met
The ragged man in ragged clothes
A silver thorn in a bloody rose
Lie crushed and broken on the virgin snow Now I think I know what you try to say to me
That how you suffered for your sanity
And how you suffered for your sanity
And how you try to set them free
They would not listen they’ve not listening still
Perhaps they never will
Vincent的更多相关文章
- Java 序列化 和 反序列--by Vincent
序列化: Java 提供了一种把对象序列化的机制. 即把一个对象可以被表示为一个字节序列.然后可以写入文件保存. 字节序列包括: 该对象的数据.有关对象的类型的信息和存储在对象中数据的类型. ...
- David与Vincent的博弈游戏[树型DP]
\(\mathcal{Description}\) \(\mathcal{Solution}\) 根据题意,我们知道 根节点深度为1,深度为 奇数 的节点由\(David\)移动,我们称为\(D\)点 ...
- 繁华模拟赛 Vincent的城堡
#include<iostream> #include<cstdio> #include<string> #include<cstring> #incl ...
- 繁华模拟赛 David与Vincent的博弈游戏
#include<iostream> #include<cstdio> #include<string> #include<cstring> #incl ...
- Vincent的城堡
\(\mathcal{Description}\) \(\mathcal{Solution}\) 除去前k部分,后面的是随便怎么选的所以后面的就是\((n-k)^{n-k}\)种方案 前k部分,由于k ...
- Git 在团队中的最佳实践--如何正确使用Git Flow
我们已经从SVN 切换到Git很多年了,现在几乎所有的项目都在使用Github管理, 本篇文章讲一下为什么使用Git, 以及如何在团队中正确使用. Git的优点 Git的优点很多,但是这里只列出我认为 ...
- Windows下Nginx配置SSL实现Https访问(包含证书生成)
Vincent.李 Windows下Nginx配置SSL实现Https访问(包含证书生成) Windows下Nginx配置SSL实现Https访问(包含证书生成) 首先要说明为什么要实现https ...
- JavaScript面向对象
理解对象 对象这个词如雷贯耳,同样出名的一句话:XXX语言中一切皆为对象! 对象究竟是什么?什么叫面向对象编程? 对象(object),台湾译作物件,是面向对象(Object Oriented)中的术 ...
- ZeroMQ:云时代极速消息通信库
ZeroMQ:云时代极速消息通信库(大规模|可扩展|低成本|高效率解决之道,大规模分布式|多线程应用程序|消息传递架构构建利器) [美]Pieter Hintjens(皮特.亨特金斯)著 卢涛 李 ...
随机推荐
- Scrapy shell使用
注意:容易出现403错误,实际爬取时不会出现. response - a Response object containing the last fetched page >>>re ...
- Oracle Tuning 总括
oracle tuning 分为3个阶段 1. application 调优阶段, 包括设计的调优, SQL语句调优, 管理权限等内容, (这部分是我的重点) (调优人员 application de ...
- Transporting Data Between Database
The Export utility can provide a logical backup of: Database objects A tablespace An entire database ...
- table与html实例
*{ margin:0; padding:0; list-style-type:none;/*手动清楚空隙*/ font-size:12px; font-family:"微软雅黑" ...
- css3 一个简单的静态立方体
<meta charset="utf8"> <style> .cube { position: absolute; left: 50%; top: 250p ...
- EJB包含哪3种bean
EJB包含哪3种bean 解答:session bean(会话bean), entity bean(实体bean), message bean(消息bean)
- RAC集群节点故障模拟测试
RAC节点故障模拟测试 重启单个RAC 节点模拟测试模拟操作步骤使用shutdown –Fr的方式重启节点,查看系统反应和数据库重新启动的时间.预期测试结果重启单个节点,vip将会切换到另外一个节点. ...
- 振铃效应(ringing artifacts)
artifacts 纰漏 个人总结不一定对:图像复原中损失高频信息的话会产生振铃效应. 理想低通滤波器在频率域的形状为矩形,那么其傅立叶逆变换在时间域为sinc函数 图像处理中,对一幅图像进行滤 ...
- Spring MVC multipart/form-data Controller 400
问题很简单是解析器定义问题 SpringMVC默认解析器 <bean id="multipartResolver" class="org.springframewo ...
- 面试题思考:Cookie 和 Session的区别
面试回答: 1.cookie数据存放在客户的浏览器上,session数据放在服务器上. 2.cookie不是很安全,别人可以分析存放在本地的cookie并进行cookie欺骗,考虑到安全应当使用ses ...