100-days: thirteen
Title: “The Godfather turns 50” 《教父》50周年
turn 达到某个年龄
Mario Puzo's(马里奥·普佐) "The Godfather" is reputed to be the fastest-selling book in history. By early 1971, 7m(700万) copies had been printed.
reputed adj.据说的,据称的 is reputed to be sth 被普遍认为是…
fastest-selling 指书在出版后买的非常快
In many respects(某个方面), it deserved its success(它的成功名副其实). "The Godfather" is more than competently written. Puzo aspired to literary(文学相关的) greatness(伟大,大,崇高;著名) and only conjured up Vito Corleone(维托·柯里昂) and his family's adventures(冒险) and misadventures to escape debt(债务). "I'll make him an offer he can't refuse", the Don's(头衔,在英国特指牛津,剑桥这种大学的教授,此处指黑手党的头目) cynical(轻蔑的,嘲笑的) quip(指俏皮话,说出来能博大家一笑的妙语,嘲弄), has become a figure of speech. Some scenes(场景)—such as the planting(偷偷放置) of a racehorse's severed head(被砍下来的头颅) on the bed of a Hollywood producer who did refuse the Don—have passed into folklore(成为传说).
in many respects 从很多方面来看
competently adv.胜任地;(形容人时)合格地;(形容事时)达到标准地
“The Godfather” is more than competently written 《教父》是非常出色的,远超一般的标准
aspire to 向往,有志于… I aspire to great knowledge 对知识的渴求
sb only did sth to do sth else 某人为了做另外一件事而做了某一件事
conjure up 想象出 conjure v.变戏法
misadventure n.不幸事故;不幸遭遇 death by misadventure 意外致死
escape v.逃脱,逃离;躲过;泄露
figure of speech 比喻;梗
pass into 变成其中的一部分 <=> become a part of sth
folklore n.民间传说 folk adj.流传民间的 lore n.传说
The author got a lot of things right: the subtlety of communication between Sicilians in particular and Italians in general; the incorporation, often reluctant, of mobsters from other ethnic backgrounds into the American Mafia; and, above all, Cosa Nostra's usurpation of responsibilities that belong to the state, including the dispensing of justice.
"The Godfather" also gets things wrong, though. It portrays gangsters the way gangsters like to be regarded, as fundamentally honourable types who offer genuine services and seek no more than to be respected for their contributions to society.
It can be argued that in the book and in the first movie, Puzo managed to strike an acceptable balance. But its sequel is a whitewash: the young Vito Corleone transformed seemingly overnight from a loving husband into a homicidal, yet still essentially decent, Don.
That is not how youngsters become Mafiosi in real life. They are co-opted from among the most brutal of their peers and then subjected to a process of systematic, additional brutalisation until they are ready to kill to order. Puzo's version is seductive, but insidious.
100-days: thirteen的更多相关文章
- 100个实用的CSS技巧,以及遇见的问题和解决方案。
前言 本篇文章将会持续更新,我会将我遇见的一些问题,和我看到的实用的CSS技巧记录下来,本篇文章会以图文混排的方式写下去.具体什么时候写完我也不清楚,反正我的目标是写100个. 本案例都是经本人实测 ...
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- height:100% 布局
常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...
- .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上
今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...
- xinetd cpu 100%
今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...
- EZchip将推全球首款100核64位ARM A-53芯片
EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03 来源:互联网 关键字: 将推 全球 64位 arm EZchip日前表示,将准备开发 ...
- Ural 1209. 1, 10, 100, 1000... 一道有趣的题
1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...
- Java程序设计之打印100~999的水仙花数
package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...
- jQuery中的100个技巧
1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...
- 设置height:100%无效的解决方法
设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...
随机推荐
- js 功能
---IE wps excelApp =ActiveXObject("Excel.Application") App.DisplayAlerts = false 不显示警告 App ...
- 用doxygen自动生成文档
1. 添加符合doxygen解析规则的注释 (比如函数说明,函数参数/返回值说明) 用qt-creator可以在函数上方一行键入“/**”,然后直接回车,就可以自动生成默认的格式. 2. 安装doxy ...
- zombodb 几点说明
内容来自官方文档,截取部分 默认es 索引的副本为0 这个参考可以通过修改索引,或者在创建的时候通过with 参数指定,或者通过pg 的配置文件中指定 索引更多的列以为这使用了更多的es 能力 索引的 ...
- zombodb 聚合函数
zombodb 暴露基本上所有es 的集合函数为sql 函数,我们可以方便使用 比如 count FUNCTION zdb.count( index regclass, query zdbquery) ...
- ajax请求完成执行的操作
var createAjax = $("#createId").ajax(function(){ //ajax操作 }); $.when(createAjax).done(func ...
- mysql-查询存在主表但是不存在副标的数据
A.B两表,找出ID字段中,存在A表,但是不存在B表的数据.A表总共13w数据,去重后大约3W条数据,B表有2W条数据,且B表的ID字段有索引. 方法一 使用 not in ,容易理解,效率低 ~执 ...
- LeetCode【100. 相同的树】
看到这道题,第一思考是结构和节点完全相同 第一次,就没有思考null的情况 if(p.val == q.val && p.left.val == q.left.val &&am ...
- 学习MeteoInfo二次开发教程(八)
总体没什么问题. 1.创建Projection菜单,Lambert,Geographic,ShowLatLon子菜单. 2.需要添加: using MeteoInfoC.Projections; 3. ...
- 一个简单的gridlayout栗子
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- vs与linux的交叉编译环境搭建
很久之前就想写一个linux服务器,但是对linux的vim编译工具又不是很熟,只能在win环境下写好代码拷贝到linux环境下编译运行,现在VS出了一个插件可以对linux代码远程在linux环境下 ...