Note 1: Good

1. The collection of Linkun's [1]:

1.1
cool
Joy says "cool" when he heard that Ross's wife is a lesbian

1.2
neat
I am not a neat man.
-- "I do really love you", a Grammy Award nominated song around 2017.

1.3
righteous

1.4
good
A professor said in a lecture when a student asked a question: "Well, that is a very good question." (In a slow speed to spare more time for him to think about this stunning question)

1.5
great

Chandler: Another man says, "Oh it is a great time." Meaning, enjoy the life for every moment using all the sources. (After the girl who has a husband and more than 3 boyfriends at the same time, asked him why not we just have fun and do not be obligated to each other.)

1.6
wonderful

1.7
incredible

1.8
pretty
not only to be the compliment for girls, but also can be used for other things. The rank of the "good" from large degree to little degree is: Great, good, pretty, fine.

1.9
beautiful

1.10
gorgeous
Taylor Swift's song Gorgeous, to describe the appearance and the charming of a boy.

1.11
terrific

1.12
awesome
Shelby said, they usually use the only word "Awesome!" rather than "It is awesome!"

1.13
Fabulous

1.14
Excellent

2. My collection.

2.1
Sweet
By Dylan.

2.2 super
Used in a TOEFL exam's conversation, in which a student found that the library can offer him a stuff that he needed, and he said: Super! Blabla......

2.3
Outstanding

2.4
You are the No. 1.
You are the best.

Write at the end of this note

Besides Linkun's book, there must be many other notes writing down these expressions. But I did not search them at google and linked them to here at this version. When I get more of the sentences indicating the similar meaning, I will glean them to add to this note.

Acknowledgement:
Shelby, Dylan, Danial offered some expressions.

References
[1] Linkun Yang, American daily English notes

机器翻译:

注1:好

1.林肯[1]的合集:

1.1

当乔伊听说罗斯的妻子是女同性恋时,乔伊说“很酷”

1.2
整齐
我不是一个整洁的人。
-“我真的很爱你”,这是格莱美奖提名的歌曲,于2017年左右推出。

1.3
正义

1.4

一位教授在一次演讲中说,当一个学生问一个问题:“嗯,这是一个很好的问题。” (以缓慢的速度为他留出更多时间来思考这个令人震惊的问题)

1.5

钱德勒:另一个人说:“哦,这是一个美好的时光。”意思是,利用所有资源享受每一刻的生活。 (在一个同时拥有丈夫和三个以上男朋友的女孩问他为什么我们不只是开心而又彼此不承担义务。)

1.6
精彩

1.7
难以置信

1.8
漂亮
不仅是对女孩的称赞,还可以用于其他事情。从大到小的“好”等级是:好,好,漂亮,好。

1.9
美丽

1.10
华丽
泰勒·斯威夫特(Taylor Swift)的歌曲《华丽(Gorgeous)》描述了一个男孩的外表和魅力。

1.11
了不起

1.12
很棒
谢尔比说,他们通常只使用“真棒!”一词。而不是“太棒了!”

1.13
极好

1.14
优秀的

2.我的收藏。

2.1

迪伦。

2.2超级
用在托福考试的对话中,学生发现图书馆可以为他提供他需要的东西,他说:超级!布拉布拉……

2.3
优秀

2.4
你是第一。
你是最棒的。

写在本说明的末尾

除了林肯的书外,还必须有许多其他笔记来写下这些表达方式。但是我没有在google上搜索它们,而是以此版本将它们链接到此处。当我得到更多指示相似含义的句子时,我将收集它们以添加到此注释中。

致谢:
谢尔比,迪伦,丹尼尔(Danial)提供了一些表达方式。

参考文献
[1]杨林根,美国每日英语笔记

Note 1: Good的更多相关文章

  1. 三星Note 7停产,原来是吃了流程的亏

    三星Note 7发售两个月即成为全球噩梦,从首炸到传言停产仅仅47天.所谓"屋漏偏逢连天雨",相比华为.小米等品牌对其全球市场的挤压.侵蚀,Galaxy Note 7爆炸事件这场连 ...

  2. 《Note --- Unreal --- MemPro (CONTINUE... ...)》

    Mem pro 是一个主要集成内存泄露检测的工具,其具有自身的源码和GUI,在GUI中利用"Launch" button进行加载自己待检测的application,目前支持的平台为 ...

  3. 《Note --- Unreal 4 --- Sample analyze --- StrategyGame(continue...)》

    ---------------------------------------------------------------------------------------------------- ...

  4. [LeetCode] Ransom Note 赎金条

    
Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
th ...

  5. Beginning Scala study note(9) Scala and Java Interoperability

    1. Translating Java Classes to Scala Classes Example 1: # a class declaration in Java public class B ...

  6. Beginning Scala study note(8) Scala Type System

    1. Unified Type System Scala has a unified type system, enclosed by the type Any at the top of the h ...

  7. Beginning Scala study note(7) Trait

    A trait provides code reusability in Scala by encapsulating method and state and then offing possibi ...

  8. Beginning Scala study note(6) Scala Collections

    Scala's object-oriented collections support mutable and immutable type hierarchies. Also support fun ...

  9. Beginning Scala study note(5) Pattern Matching

    The basic functional cornerstones of Scala: immutable data types, passing of functions as parameters ...

  10. Beginning Scala study note(4) Functional Programming in Scala

    1. Functional programming treats computation as the evaluation of mathematical and avoids state and ...

随机推荐

  1. MySQL分组排序(取第一或最后)

    MySQL分组排序(取第一或最后) 方法一:速度非常慢,跑了30分钟 SELECT custid, apply_date, rejectrule FROM ( SELECT *, IF ( , ) A ...

  2. Ubuntu Linux使用sudo命令搭建java环境

    搬运stackoverflow 注意,以下所有命令需要在root权限下执行 1. 在Ubuntu下打开终端命令或用ssh连接到linux. 2. 更新仓库(只有Ubuntu17.4及以下系统可用): ...

  3. 洛谷P1330 封锁阳光大学【dfs】

    题目:https://www.luogu.org/problemnew/show/P1330 题意:一个无向边,一个河蟹可以占领一个点,但一个点只能被一个河蟹占领. 占领了一个点之后,这个点所有的边都 ...

  4. Educational Codeforces Round 74 (Rated for Div. 2) B. Kill 'Em All

    链接: https://codeforces.com/contest/1238/problem/B 题意: Ivan plays an old action game called Heretic. ...

  5. [Google Guava] 1.3-常见Object方法

    原文链接 译者: 沈义扬 equals 当一个对象中的字段可以为null时,实现Object.equals方法会很痛苦,因为不得不分别对它们进行null检查.使用Objects.equal帮助你执行n ...

  6. Python 12---图形界面

    def load(event):f= open(filename.GetValue())contents.SetValue(f.read())f.close() def save(event):new ...

  7. 018_linux驱动之_阻塞和非阻塞

    阻塞操作     是指在执行设备操作时若不能获得资源则挂起进程,直到满足可操作的条件后再进行操作. 被挂起的进程进入休眠状态,被从调度器的运行队列移走,直到等待的条件被满足.   非阻塞操作   进程 ...

  8. Oracle 11g关闭用户连接审计

    sys.aud$表数据量增长较快.这时,不想关闭数据库的审计,但是又不想频繁的清理sys.aud$表.可进行如下操作关闭数据库连接的审计 noaudit connect;

  9. Win内核原理与实现学习笔记3-windows系统结构

    1.概述 1.1windows采用了双模式(dual mode)结构来保护操作系统本身,以避免被应用程序的错误而波及.操作系统核心运行在内核模式(kernel mode)下,应用程序的代码运行在用户模 ...

  10. JAVA基础知识|类设计技巧

    1.一定要保证数据私有 2.一定要对数据初始化 3.不要再类中使用过多的基本类型 4.不是所有的域都需要独立的域访问器和域更改器 5.将职责过多的类进行分解 6.类名和方法名要能够体现它们的职责 7. ...