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:" ...
随机推荐
- 使用maven-tomcat7-plugins时调试出现source not found解决
直接看下面的步骤: 步骤1: 步骤2: 步骤3: 步骤4:
- Makefile中的ifeq 多条件使用
Makefile中的ifeq 多条件使用 网上关于makefile中ifeq的介绍已经很多了,为什么我还要在写这篇文章,因为他们只说了if else两种条件的情况,并没有讲多于两种条件情况的使用. 多 ...
- Linux双线双网卡双IP双网关设置方法
机房上架了一台测试机,系统是Ubuntu 9.04 X64的系统,母机IBM X336机器.用户需求是双线,故采用一个网卡配置电信地址,另一个网卡配置联通地址,安装好系统后配置好IP发现联通地址和电信 ...
- url集合
restful方面 Java后台框架篇--Spring与Restful风格API接口开发 https://blog.csdn.net/hello_worldee/article/details/781 ...
- Flask--(项目准备)--添加日志
日志:记录程序运行的状态,在manage.py同级目录下创建logs文件夹 定义日志文件: import logging from logging.handlers import RotatingFi ...
- 如何修改MSSQL的用户名
Alter LOGIN sa DISABLE Alter LOGIN sa WITH NAME = [systemAccount] "systemAccount" 为SA的新名称, ...
- pytorch学习资料链接
2017年12月25日15:06:44 官方文档:http://pytorch.org/docs/master/index.html 官方文档中文翻译:https://pytorch-cn.readt ...
- ss客户端以及tcp,udp,dns代理ss-tproxy本地安装版--centos7.3 x64以上(7.3-7.6x64测试通过)
因为下载的文件,从cn下载很慢,或者下不动,所以我弄了一个本地安装版 本地安装的文件,我是从网上单独下载了,这里就不提供了. 记得在最后设置允许访问的局域网IP段 ## iptables 配置ipta ...
- VRay(一)材质基础
专业术语 漫反射(Diffuse reflection)高光反射(Specular reflection)折射(Refraction)菲涅耳反射(Fresnel reflection)次表面散射(Su ...
- C#操作wps、excel
比如打开表格,如下 object openEt() { ]; Type wpsAppName; string progID = "KET.Application";// " ...