what did you learn from your last class?
20:09:07
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:09:07

poop
20:12:42
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:12:42

its so tired >> its so tiring

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:13:01

adjectives that end in -ed are used to describe how people feel

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:13:16

adjectives that end in -ing are used to describe things and situations
20:25:23
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:25:23

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:25:44

what is the most difficult thing about learning English?
20:28:41
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:28:41

pronunciation, intonation, grammar, vocabulary, idiom, slang
20:29:57
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:29:57

what is "synonym"?

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:30:33

ma

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:30:48

present

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:31:09

idiom - an expression whose meaning is different from the meaning of the individual words

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:31:29

raining cats and dogs - raining heavily

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:31:47

i want to - i wanna (slang)
20:32:01
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:32:01

im going to >> im gonna

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:32:14

afraid = scared

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:32:27

synonym - a word that has the same meaning as another word

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:32:36

antonym - a word that means the opposite of another word

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:32:51

every time you look up a new vocabulary word, try to find one synonym and one antonym, as well

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:33:09

dress beautiful >> dress beautifully

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:33:21

focus on their healthy >> focus on their health

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:33:38

most of the old generation >> most of the old generations

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:33:51

for my opinion >> in my opinion
20:34:06
abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:34:06

contact peoples >> contact people

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:34:14

people's mind

abc360.Draven/PHH-HA04 ☠ 2018/4/9 20:34:36

you will forgot everything >> you will forget everything

英语笔记-some words about description of girl的更多相关文章

  1. 英语笔记3(git)

    备注 一: Staging Modified Files Let’s change a file that was already tracked. (tracked 表示该文件已经被git管理过,再 ...

  2. 英语笔记3(git)

    一: To create a new branch and switch to it at the same time, you can run the git checkout command wi ...

  3. 英语口语练习系列-C01-好棒

    古诗 来自百度 It's cool. It is neat. It's righteous! It's righteous! 酷毙了! righteous是 cool 的高级了 如果一件事让你无法用 ...

  4. 【OS】分页和分段

    在网上找到了一个比较形象的比喻   打个比方,比如说你去听课,带了一个纸质笔记本做笔记.笔记本有100张纸,课程有语文.数学.英语三门,对于这个笔记本的使用,为了便于以后复习方便,你可以有两种选择. ...

  5. 上四条只是我目前总结菜鸟们在学习FPGA时所最容易跑偏的地

    长期以来很多新入群的菜鸟们总 是在重复的问一些非常简单但是又让新手困惑不解的问题.作为管理员经常要给这些菜鸟们普及基础知识,但是非常不幸的是很多菜鸟怀着一种浮躁的心态来学习 FPGA,总是急于求成. ...

  6. FPGA之初认识

    什么是FPGA FPGA(Field-Programmable Gate Array),即现场可编程门阵列 .看到编程两个字码农就笑了,不就是编程嘛,那可是我们的强项 .且慢,此编程非彼编程 .一定要 ...

  7. 《FPGA全程进阶---实战演练》第一章之如何学习FPGA

    对于很多初学者,大部分都是急于求成,熟不知越是急于求成,最终越是学无所成,到头来两手空空,要学好FPGA,必须弄懂FPGA本质的一些内容. 1.FPGA内部结构及基本原理 FPGA是可以编程的,必须通 ...

  8. FFT/NTT模板 既 HDU1402 A * B Problem Plus

    @(学习笔记)[FFT, NTT] Problem Description Calculate A * B. Input Each line will contain two integers A a ...

  9. American daily English notes (enlarged edition): A review

    Life English is the most pragmatic kind of English when one wants to associate with foreigner friend ...

随机推荐

  1. [移动] Xamarin install

    It was not possible to complete an automatic installation. This might be due to a problem with your ...

  2. Android 获取View中的组件

    可以把这个view强转成ViewGroup对象,再通过getChildAt(0),getChildAt(1) 获取之后AddView可能会报错:IllegalStateException: The s ...

  3. Java秒杀简单设计一:搭建springboot环境

    项目参考:慕课网  https://www.imooc.com/learn/587 Java秒杀 开发环境 JDK1.8.Maven.Mysql.Eclipse.SpringBoot2.0.5.myb ...

  4. Olivia Palermo & Johannes Huebl 模范情侣

    男才女貌,模范情侣-- 以后引用情侣时就用这个图了~ ref: http://bbs.55bbs.com/thread-8250584-1-1.html

  5. 9.13Django ORM那些事

    2018-9-13 14:23:22 ORM那些事  参考 : https://www.cnblogs.com/liwenzhou/p/8660826.html 今天的都是ORM的查询 更详细进阶了! ...

  6. [LintCode] Invert Binary Tree 翻转二叉树

    Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. ...

  7. Sublime2或3配置R、Scala、Python交互式环境

    1.Sublime3的下载地址:http://www.sublimetext.com/3 2.刚刚安装的软件是没有PackageControl的,需要在新安装使用 (1)   以前没有安装过Packa ...

  8. How MySQL Uses Indexes CREATE INDEX SELECT COUNT(*)

    MySQL :: MySQL 5.7 Reference Manual :: 9.3.1 How MySQL Uses Indexeshttps://dev.mysql.com/doc/refman/ ...

  9. PHP之ctype扩展

    $str = "121"; 检查成功返回true 否则返回false //检测一个字符串是否是纯字符(a-z,A-Z) var_dump(ctype_alpha($str));// ...

  10. CSS布局与定位——height百分比设置无效/背景色不显示

    CSS布局与定位——height百分比设置无效/背景色不显示 html元素属性width和height的值有两种表达方式,一是固定像素如“100px”,一是百分比如“80%”, 使用百分比的好处是元素 ...