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. IOS根据两个经纬度计算相距距离

    //第一种苹果自带的 CLLocation *orig=[[[CLLocation alloc] initWithLatitude:[mainDelegate.latitude_self double ...

  3. selenium下firefox自动下载配置及问题

    在做自动化测试时,需要从网页上下载相关的文件到指定的目录,一直未能实现 网上正好有个blog文章介绍了如何下载 直接上代码: from selenium import webdriver import ...

  4. MVC @RenderBody、@RenderSection、@RenderPage、@Html.RenderPartial、@Html.RenderAction

    1.@RenderBody() 作用和母版页中的服务器控件类似,当创建基于此布局页面的视图时,视图的内容会和布局页面合并,而新创建视图的内容会通过布局页面的@RenderBody()方法呈现在标签之间 ...

  5. chrome Sources选项卡 设置JavaScript事件断点

    chrome console 可以查看执行的javascript么? 举个例子: 比如这张图片,163邮箱,我点击上一封邮件和下一封邮件执行的是javascript方法. 虽然在chrome的cons ...

  6. getopts shell command -options parameters

    说明:原文网址http://blog.chinaunix.net/uid-26807463-id-3151601.html 获取UNIX类型的选项: unix有一个优点就是标准UNIX命令在执行时都具 ...

  7. Java中子类是否可以继承父类的static变量和方法而呈现多态特性

    静态方法 通常,在一个类中定义一个方法为static,那就是说,无需本类的对象即可调用此方法,关于static方法,声明为static的方法有以下几条限制: 它们仅能调用其他的static 方法. 它 ...

  8. 如何去除WIN7任务栏项目上右键菜单中的最近访问一栏

    运行gpedit.msc-->用户配置-->管理模板-->任务栏和开始菜单-->将"不保留最近打开文档的记录"和"退出系统时清空最近打开文档的记录 ...

  9. 为什么使用 Redis及其产品定位(转)

    原文:http://www.infoq.com/cn/articles/tq-why-choose-redis 传统MySQL+ Memcached架构遇到的问题 实际MySQL是适合进行海量数据存储 ...

  10. CentOS代理设置

    1.全局的代理设置: vi /etc/profile 添加下面内容 http_proxy = http://username:password@yourproxy:8080/ftp_proxy = h ...