Note 2: Complain
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的更多相关文章
- 三星Note 7停产,原来是吃了流程的亏
三星Note 7发售两个月即成为全球噩梦,从首炸到传言停产仅仅47天.所谓"屋漏偏逢连天雨",相比华为.小米等品牌对其全球市场的挤压.侵蚀,Galaxy Note 7爆炸事件这场连 ...
- 《Note --- Unreal --- MemPro (CONTINUE... ...)》
Mem pro 是一个主要集成内存泄露检测的工具,其具有自身的源码和GUI,在GUI中利用"Launch" button进行加载自己待检测的application,目前支持的平台为 ...
- 《Note --- Unreal 4 --- Sample analyze --- StrategyGame(continue...)》
---------------------------------------------------------------------------------------------------- ...
- [LeetCode] Ransom Note 赎金条
Given an arbitrary ransom note string and another string containing letters from all th ...
- 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 ...
- 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 ...
- Beginning Scala study note(7) Trait
A trait provides code reusability in Scala by encapsulating method and state and then offing possibi ...
- Beginning Scala study note(6) Scala Collections
Scala's object-oriented collections support mutable and immutable type hierarchies. Also support fun ...
- Beginning Scala study note(5) Pattern Matching
The basic functional cornerstones of Scala: immutable data types, passing of functions as parameters ...
随机推荐
- 自定义错误throw
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 捕获错误并处理try-catch
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 3、获取Class对象的三种方式
3.获取Class对象的三种方式 要想对字节码文件进行解刨,必须要有字节码文件对象 Object类中的getClass方法 通过对象静态属性 .class来获取对应的Class对象 只要通过给定类的字 ...
- 18、属性赋值-@Value赋值
18.属性赋值-@Value赋值 18.1 使用@Value赋值三种方式 基本数值 可以写SPEL 表达式,例如: #{} 可以写${} ,取出配置文件中的值(在运行环境变量里面的值) package ...
- SSH远程连接排错的过程
SSH远程连接排错的过程 http://note.youdao.com/noteshare?id=bc81e9036cd2067cb1857ca9f54299a7 补充 ping命令用来测试主机之间网 ...
- Vs中包含目录、库目录、附加包含目录、附加库目录、附加依赖项之详解
VS项目中的包含目录.库目录.附加包含目录.附加库目录.附加依赖项均在"项目->属性->配置属性"下进行配置,具体说明如下: VC++目录: 包含目录:寻找#inclu ...
- Python经典练习题1:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
Python经典练习题 网上能够搜得到的答案为: for i in range(1,85): if 168 % i == 0: j = 168 / i; if i > j and (i + j) ...
- 测试puppeteer模拟度检测
var puppeteer = require('puppeteer'); const devices = require('puppeteer/DeviceDescriptors'); const ...
- CISCO实验记录七:OSPF
一.要求 1.使用OSPF创建路由表 2.查看OSPF邻居 二.实现 1.使用OSPF创建路由表 #router ospf 1 #network 192.168.1.0 0.0.0.255 area ...
- 冲刺阶段——Day3
[今日进展] 完善黄金点游戏的算法与代码架构. 将文字界面改编为图形界面 码云链接:https://gitee.com/jxxydwt1999/20175215-java/blob/master/Go ...