Note 2: Complain

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

1.1
suck

If someone says that something sucks, they are indicating that they think it is very bad. [V] [feelings] [Informal] [RUDE]
E.g., The system sucks.

1.2
sick and tired of ...

1.3
terrible

1.4
horrible

1.5
turn-off

1.6
scared

1.7
frightened

1.8
pissed-off

1.9
mean

1.10
shaky

2. My collection.

2.1
bad

2.2
not good

2.3
That is not good

When a student heard the librarian said the function of borrowing book will be suspended if the student break the law of the library, the student said this sentence.

2.4
No way

"No way (with the tone in cheek)", said when a male student heard the professor said that how about the results of the exams of the students in his class were ranked like the 1800s French art class for female students.

2.5
don't do that

2.5
uncomfortable

2.6
hate

2.7
dislike

Anne and some other Chinese girls like to say, "dislike", "dislike this pen very much". In these circumstances, it describes the feeling that the person owns this thing and she/he does not like it very much, but may not discard it very soon.

2.8
too bad

"Too bad I can't look up for the literature at dorm."
It is too bad that Eleanor had to leave so soon...
Too bad he used his intelligence for criminal purposes.
Too bad for you. This is from a foreign friend, said during lunch together.

References
[1] Linkun Yang, American daily English notes

=======

google translation

谷歌机器翻译:

注2:投诉

1.林肯[1]的合集:

1.1

如果有人说某事很烂,则表明他们认为这很不好。 [V] [感觉] [非正式] [粗鲁]
例如,系统糟透了。

1.2
厌倦了...

1.3
可怕

1.4
可怕

1.5
关掉

1.6
害怕

1.7
受惊

1.8
惹恼了

1.9
意思

1.10
摇摇欲坠

2.我的收藏。

2.1

2.2
不好

2.3
这是不好的

当学生听到图书馆管理员说如果学生违反图书馆法律时,借阅书的功能将被暂停,则学生说这句话。

2.4
没门

一位男同学听到教授的话说:“别无所求。”教授说,班上学生的考试成绩被评为1800年代法国女学生美术课。

2.5
不要那样做

2.5
不舒服

2.6
讨厌

2.7
不喜欢

安妮和其他一些中国女孩喜欢说“不喜欢”,“非常不喜欢这支笔”。在这种情况下,它描述了一个人拥有这个东西的感觉,她/他不太喜欢它,但是可能不会很快丢弃它。

2.8
太糟糕了

“太糟糕了,我无法在宿舍里寻找文学作品。”
埃莉诺不得不这么早离开真是太糟糕了...
太可惜了,他将自己的情报用于犯罪目的。
对你太坏了。这是来自一个外国朋友,一起吃午饭时说的。

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

Note 2: Complain的更多相关文章

  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 ...

随机推荐

  1. Js 提交 form 表单

    本文主要讲如何使用Js提交表单,在使用ajax进行异步验证的多数情况下,需要使用Js提交表单,以下简单说几种提交表单的方式: 1.document.getElementById("formI ...

  2. IDEA更改Maven项目的webapp的版本号

    使用Maven新建的web项目后默认的web.xml为2.3的,以前每次都是从其他文件中拷贝过来的2.5或者3.1的进行替换,怎样指定默认创建web项目的版本? 1.使用IDEA的Help文档具体的过 ...

  3. nodejs基础(管道、流)实现:复制、压缩、加密、解压,解密,写入文件

    stream流 都是events.EventEmitter的一个实例,都可以来创建自定义事件(也就是说,流是一个事件的实例) 在nodejs中 对http的请求与响应都是用流来实现的,请求就是一个输入 ...

  4. Python2.7编码问题:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position...解决方法

    解决方法: 在Python程序最前面加上以下语句: import sys reload(sys) sys.setdefaultencoding('utf-8')

  5. ie中打印的问题

    一般正常的情况下使用window.print();各个浏览器都可以调用出打印功能来但是ie有个坑就是如果页面在iframe里的话打印出来就是错的页面所以在这里要这样写: var agent = nav ...

  6. tecplot 把散点绘成曲面图【转载】

    转载自:http://blog.sina.com.cn/s/blog_a319f5ff0101q6s8.html 找了好久,终于自己研究出来,如何使用tecplot绘制曲面图了 第一步:数据的整理 如 ...

  7. 方阵转置(c++)

    #include #include using namespace std; int main(int argc,char* argv[]) { int a[4][4]={ {0,1,2,3}, {4 ...

  8. POI的XWPFTable的方法总结

    1. void  addNewCol(): 为该表中的每一行添加一个新列 2. void addRow(XWPFTableRow row): 向表中添加新行 3. boolean addRow(XWP ...

  9. COM 基础 之 三大基础接口

    摘自 http://blog.csdn.net/liang4/article/details/7530512 1 COM组件实际上是一个C++类,而接口都是纯虚类.组件从接口派生而来. 2 COM组件 ...

  10. HearthBuddy Ai 调试实战2 在使用海巨人的时候,少召唤了一个图腾(费用是对的)

    问题 游戏面板 8是青玉之爪13是海巨人17是恐狼前锋 64是萨满 66是圣骑士63,99,46,是微型木乃伊[其中99和46都是2血3攻,63是2血1攻]57是鱼人木乃伊 微型木乃伊 "L ...