法国气质美女Charlotte Gainsbourg是法国银坛歌坛最佳伴侣Serge Gainsbourg和Jane Birkin的女儿,著名演员兼歌手,曾出演电影《简爱(1996)》,《旅鼠》,《科学睡眠》,《我不在那儿》,《The City of Your Final Destination》等,通过2009的《Antichrist(反基督者)》获2009戛纳电影节最佳女主角奖。2006年《5:55》专辑代表她的一场寻梦历程,忧伤迷幻,深情执著。爱与哀愁在不经意间吐露~因为是Air作曲,整张风格也属于典型的air式。36岁时她曾突患脑溢血,经过努力终逃出死亡边缘。
#enum_memcache_keys.rb:
require 'rubygems'
require 'socket'
class EnumMemcacheKeys
MEMCACHE_STATS = ["END", "OK", "DELETE", "ERROR"]
class << self
def open(host, port)
s = TCPSocket.open host, port
yield s if block_given?
ensure
s.close if s
end
def items(host = 'localhost', port = '11211')
i = []
open(host, port) do |s|
s.send("stats items\r\n", 0)
until MEMCACHE_STATS.include?(line = s.gets.strip) do
i << line
end
end
i
end
def keys(host = 'localhost', port = '11211')
keys = []
open(host, port) do |s|
buff = items(host, port)
items = []
buff.each { |b| items << b.split(':')[1] }
keys = []
items.each do |i|
s.send("stats cachedump #{i} 0\r\n", 0)
until MEMCACHE_STATS.include?(line = s.gets.strip) do
keys << line.split(' ')[1]
end
end
end
keys
end
protected :open
end
end
#use
p EnumMemcacheKeys.items
p EnumMemcacheKeys.keys('10.0.0.5', '11211')
在 这张专辑中,诺拉琼斯(Norah Jones)开始尝试一些不同的曲风,而且还请来了为Kings of Leon, Tom Waits以及Modest Mouse制作歌曲的Jacquire King。另外,诺拉琼斯(Norah Jones)还提到了很多在这张新专辑中合作的艺人,包括Ryan Adams、Will Sheff以及老搭档Jesse Harris。
在 乐器的演奏上,Jacquire King帮助诺拉琼斯(Norah Jones)组建了一只新的乐队来进行录音,包括鼓手Joey Waronker (Beck, R.E.M.),键盘手James Poyser (Erykah Badu, Al Green),吉他手Marc Ribot (Tom Waits, Elvis Costello)和Smokey Hormel (Johnny Cash, Joe Strummer)"。
专辑曲目:
1. Chasing Pirates 2. Even Though 3. Light As A Feather 4. Young Blood 5. I Wouldn't Need You 6. Waiting 7. It's Gonna Be 8. You've Ruined Me 9. Back To Manhattan 10. Stuck 11. December 12. Tell Yer Mama 13. Man of the Hour