English trip V1 - B 13. Are you a model? 你是模特吗? Teacher:Patrick Key: 单词回顾、词性后缀
因为这节课本身内容过于So easy~ Patrick给我补充了很多课外内容
课上内容(Lesson)
I doesn't work 2层意思
1) 东西坏了,这个东西不能正常工作了。比如钟不走时间了
2) 行不通。 比如:你家小孩反着开门,就是打不开。
词汇(Key Word )
morden n.现代的 tradition n.传统的 In morden city ,some people's idea still tradition
bossy 霸道,adj. 专横的;浮雕装饰的;爱指挥他人的 You are boss is bossy?
colleagues 同事 n. 同事;同行(colleague的复数) My colleagues is a friendly man
peanuts 花生 peanuts and walnut's milk is my favorite
personality 性格,个性;品格 That kid's personality is bad temper
respect n. 尊敬,尊重;方面;敬意 vt. 尊敬,尊重;遵守 we are learning to respect old man
respectful adj. 恭敬的;有礼貌的 The little girl is respectful
walnut 核桃 I don't like walnut, because open it very difficulty.
megacity n. 大城市(人口超过1000万的) Tokyo is megactiy
migration n. 迁移;移民;移动 emigration n. 移民;移民出境;移居外国 She plans migration USA
improve vt. 改善,增进;提高…的价值 vi. 增加;变得更好 I need improve myself
freelancer 自由职业者 My friend Lee is freelancer
opposite 反义词 big and small is opposite
Kill time 打法时间 If you always kill time , The time also kill you
lawyer n. 律师;法学家 My friend's wife is a lawyer
brave adj. 勇敢的;华丽的 He doesn't injection, he is brave boy
hint 暗示 somebody write hint on the paper
modest 谦逊 we need stay modest
duty 职责 ; off duty 下班 To midnight , At last he is off duty
engineer n.工程师
favorite adj.最喜爱的
football player 足球运动员
housewife n.家庭主妇
job n.工作
model n.模特
police offcer n.警官
singer n.歌手
worker n.工人,劳动者
句型(Sentences)
work my butt off to do 拼命工作;尽自己全力做某事
in a bad way 这不是一个好方法
try my best to do 尽自己最大努力
work of peanuts 挣钱少
nut n. 螺母,螺帽;坚果;难对付的人,难解的问题
You are nuts 你是怪咖。
Don’t judge a book by its cover 不要以貌取人 ;俚语
I worked overtime..我工作经常加班
I am used to ... 我习惯于...
not really 不完全是;不见得
语法(Grammar)
English trip V1 - B 13. Are you a model? 你是模特吗? Teacher:Patrick Key: 单词回顾、词性后缀的更多相关文章
- English trip V1 - B 24. I'm Interested in... 我对...感兴趣 Teacher:Julia Key: (I/We/They) do/don't (He/She/it)does/doesn't
In this lesson you will learn to talk about people's interests. 课上内容(Lesson) interest v. 使…感兴趣(inter ...
- English trip V1 - B 21. On a busy day 忙碌的一天 Teacher:Taylor Key: at on in
In this lesson you will learn to tell the time. 说时间 课上内容(Lesson) at time; at 7:30; at midday; ...
- English trip V1 - B 5.Is It Cold Outside? 外面很冷? Teacher:Corrine Key: weather
In this lesson you will learn to talk about the weather. 本节课将学习到关于天气 课上内容(Lesson) 词汇(Key Word ) # 关于 ...
- English trip V1 - B 16. Giving Reasons 提供个人信息 Teacher:Lamb Key: Why/Because
In this lesson you will learn how to give reasons for something you've done. 课上内容(Lesson) Why do peo ...
- English trip V1 - B 15. Giving Personal Information 提供个人信息 Teacher:Solo Key: Do/Does
In this lesson you will learn to answer simple questions about yourself. 本节课讲学到回答关于自己的一些简单问题 课上内容(L ...
- English trip V1 - 12.Belongings 行李 Teacher:Jade Key: ?
In this lesson you will learn to describe your home life and things you own. 在本课中,您将学习如何描述您的家庭生活和您拥有 ...
- English trip V1 - 1.How Do You Feel Now? Teacher:Lamb Key:形容词(Adjectives)
In this lesson you will learn to describe people, things, and feelings.在本课中,您将学习如何描述人,事和感受. STARTER ...
- English trip V1 - B 22. Here,There and Everywhere 无处不在 Teacher:Taylor Key: Be + Ving
In this lesson you will learn to describe what you see. 课上内容(Lesson) # How's the weather today? 今天的天 ...
- English trip V1 - B 6.Where Are You From? Teacher:Patrick Key: 一般疑问句和否定句中的be动词
In this lesson you will learn to talk about countries and languages. 本节课你将学习到关于谈论城市和语言 课上内容(Lesson) ...
随机推荐
- python脚本解析json文件
python脚本解析json文件 没写完.但是有效果.初次尝试,写的比较不简洁... 比较烦的地方在于: 1,中文编码: pSpecs.decode('raw_unicode_escape') 2,花 ...
- Spring 学习——Aware接口
Aware 作用 Spring中提供了一些以Aware结尾的接口,实现了Aware接口的Bean在初始化后,可以通过一些接口获取相应的资源. 通过Aware接口,可以对Spring的资源进行一些操作( ...
- String,InputStream相互转换
一. InputStream转换为String 转换的过程是: 使用FileInputStream读取文件流: 使用InputStreamReader读取FileInputStream流: 使用Buf ...
- 【Spring Security】三、自定义数据库实现对用户信息和权限信息的管理
一 自定义表结构 这里还是用的mysql数据库,所以pom.xml文件都不用修改.这里只要新建三张表即可,user表.role表.user_role表.其中user用户表,role角色表为保存用户权限 ...
- 【Dalston】【第四章】容错保护(Hystrix)
我们在实践微服务架构时,通常会将业务拆分成一个个微服务,微服务之间通过网络进行通信,进行互相调用,造成了微服务之间存在依赖关系.我们知道由于网络原因或者自身的原因,服务并不能保证服务的100%可用,如 ...
- c# 之 System.Type.GetType()与Object.GetType()与typeof比较
Object.GetType()与typeof的区别 //运算符,获得某一类型的 System.Type 对象. Type t = typeof(int); //方法,获取当前实例的类型. ; Con ...
- 题解——P1108低价购买(DP)
第一问是最长下降子序列,n很小,n^2可过,注意最长下降子序列的枚举顺序即可 ;i<=n;i++)//不要写错 ;j<i;j++)//不要打成<= ) b[i]=b[j]+; 第二问 ...
- (转)Awsome Domain-Adaptation
Awsome Domain-Adaptation 2018-08-06 19:27:54 This blog is copied from: https://github.com/zhaoxin94/ ...
- 论文笔记之:Optical Flow Estimation using a Spatial Pyramid Network
Optical Flow Estimation using a Spatial Pyramid Network spynet 本文将经典的 spatial-pyramid formulation ...
- GTK 菜单的创建详解
1 定义 1.1 菜单由菜单条和菜单项组成,它们的定义如下所示: 菜单项(GtkMenuItem):添加到菜单条或下拉菜单中构件 顶层菜单项:添加到菜单条上的菜单项称为顶层菜单项 下拉菜单(GtkMe ...