10不够真诚是危急的,太真诚则绝对是致命的。——摘自《身为艺术家的评论者》

“A little sincerity is a dangerous thing, and a great deal of it is absolutely fatal.”

– from The Critic as Artist

9摆脱诱惑的唯一方法就是臣服于它。

——摘自《道林·格雷的画像》

“The only way to get rid of temptation is to yield to it.”

– from The Picture of Dorian Gray

8全部伟大的想法都是危急的。——摘自《自深深处》

“All great ideas are dangerous.”

-from De Profundis

7 假设你装好人。全世界都对你当真,要是你装坏人,那就没人把你当回事。这就是乐观主义惊人的愚蠢。——摘自《温夫人的扇子》

“If you pretend to be good, the world takes you very seriously.  If you pretend to be bad, it doesn’t.  Such is the astounding stupidity of optimism.”

– from Lady Windermere’s Fan

6 我们都在阴沟中,但仍有人仰望星空。——摘自《温夫人的扇子》

“We are all in the gutter, but some of us are looking at the stars.”

– from Lady Windermere’s Fan

5在美的作品中发现丑恶含义的人是堕落的,并且堕落得一无可爱之处。

这是一种罪过。在美的作品中发现美的含义的人是有教养的。

这对他们来说是希望。觉得美的作品只意味着美的人才是上帝的选民。书无所谓道德的或不道德的。书有写得好的或写得糟的。仅此而已。

——摘自《道林·格雷的画像》前言

“Those who find ugly meanings in beautiful things are corrupt without being charming.  This is a fault.  Those who find beautiful meanings in beautiful things are the cultivated.  For these there is hope.  They are the elect
to whom beautiful things mean only Beauty.  There is no such thing as a moral or immoral book.  Books are well written, or badly written.  That is all.”

- from the prologue of The Picture of Dorian Gray

4假设你想告诉人们真相。请先让他们开怀大笑。否则他们会报复你。

——摘自《夜莺与玫瑰》

“If you want to tell people the truth, make them laugh, otherwise they’ll kill you.”

– from The Nightingale and the Rose







3爱自己是终身浪漫的開始——摘自《一个理想的丈夫》

“To love oneself is the beginning of a lifelong romance.”

– from An Ideal Husband

2人们想知晓一切。却无视最应该知道的事情。——摘自《社会主义下人的灵魂和精选评论》

“The public have an insatiable curiosity to know everything, except what is worth knowing.”

– from The Soul of Man Under Socialism and Selected Critical Prose

1墙纸越来越破,而我越来越老,两者之间总有一个要先消失。

——遗言

“My wallpaper and I are fighting a duel to the death. One or the other of us has to go.”

- reported final words

奥斯卡·王尔德十大经典语录的更多相关文章

  1. 数据挖掘领域十大经典算法之—C4.5算法(超详细附代码)

    https://blog.csdn.net/fuqiuai/article/details/79456971 相关文章: 数据挖掘领域十大经典算法之—K-Means算法(超详细附代码)        ...

  2. JavaScript 数据结构与算法之美 - 十大经典排序算法汇总(图文并茂)

    1. 前言 算法为王. 想学好前端,先练好内功,内功不行,就算招式练的再花哨,终究成不了高手:只有内功深厚者,前端之路才会走得更远. 笔者写的 JavaScript 数据结构与算法之美 系列用的语言是 ...

  3. 【十大经典数据挖掘算法】PageRank

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 我特地把PageRank作为[十大经 ...

  4. 【十大经典数据挖掘算法】EM

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 1. 极大似然 极大似然(Maxim ...

  5. 【十大经典数据挖掘算法】AdaBoost

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 1. 集成学习 集成学习(ensem ...

  6. 【十大经典数据挖掘算法】SVM

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART SVM(Support Vector ...

  7. 【十大经典数据挖掘算法】Naïve Bayes

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 朴素贝叶斯(Naïve Bayes) ...

  8. 【十大经典数据挖掘算法】C4.5

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 1. 决策树模型与学习 决策树(de ...

  9. 【十大经典数据挖掘算法】k-means

    [十大经典数据挖掘算法]系列 C4.5 K-Means SVM Apriori EM PageRank AdaBoost kNN Naïve Bayes CART 1. 引言 k-means与kNN虽 ...

随机推荐

  1. GC 机制

    1. 为什么需要垃圾回收? 因为内存是有限的,在不断的分配内存空间而不回收的话内存迟早都会被消耗完,所以垃圾回收是必须的. 2. 触发GC 的条件: 1.GC在优先级最低的线程中运行,一般在应用程序空 ...

  2. 我的MySql掉队了

    本来今天高高兴兴,突然: raise MigrationSchemaMissing("Unable to create the django_migrations table (%s)&qu ...

  3. MySQL丨03丨基本语句

    MySQL语句都是以 ; 号结尾的 看库(刘大婶直接面对的是各种档案袋) show databases; 建库(新弄了一个档案袋) create database database_name; 删库( ...

  4. Mysql 查询多个字段去重复

    今天需要统计信息,但是有过个重复的数据,需要去除,找了如下方法: SELECT *, COUNT(DISTINCT phone ) FROM apply_info GROUP BY phone

  5. Python中的函数(3)

    一.包含返回值的函数 下面来看一个函数,它接收名和姓并返回完整的姓名: def get_formatted_name(first_name,last_name): """ ...

  6. Haproxy配置文件详解

    #/usr/local/sbin/haproxy -f /etc/haproxy/haproxy.cfg -st `cat /var/run/haproxy.pid` ################ ...

  7. Couchbase III(Python Library)

    Couchbase III(Python Library) 第一步 安装 使用pip安装: >pip install couchbase --quiet 确认是否安装成功: >python ...

  8. python蛋疼的编码decode、encode、unicode、str、byte的问题都在这了

    相信很多人和我一样,被python蛋疼的编码问题纠缠不清,比如下面的 私以为出现这种错误的原因还是对一些基本的编解码概念不够熟悉,下面就说说我的理解: 首先python刚出来的时候unicode还没有 ...

  9. python013 Python3 条件控制

    Python3 条件控制Python条件语句是通过一条或多条语句的执行结果(True或者False)来决定执行的代码块.可以通过下图来简单了解条件语句的执行过程: if 语句Python中if语句的一 ...

  10. windows 环境下.Net使用Redis缓存

    Redis简介 Redis是一个开源的,使用C语言编写,面向“键/值”对类型数据的分布式NoSQL数据库系统,特点是高性能,持久存储,适应高并发的应用场景.Redis纯粹为应用而产生,它是一个高性能的 ...