单个body有三种方法简单解释、复杂解释和反面解释

==========================================================================

简单解释:

Whether hold a small party is convenient

思路:办小party----why---不操心以上三个方面------方便

First,to hold a small party is convenient

Why?

Waste of food

Spending on Renting a place

Prevent from the Safety problems

The host does not have to worry about food wastes,overcrowding,and high rents for big places.

==========================================================================

更复杂解释:

Younger school children learn art

Student:

思路:Children have no interests ,dislike lessons difficult in understanding --let children contact with plenty of various arts------a better choice of entertainment

Body:Nowadays,little children have no idea on what they prefer to and feel nervous when talking to the courses difficult in understanding such as math.Art and music lessons are not only good choices for entertainment but let them contact with plenty of various arts.youngster will expertise on arts in the future.,if they find habits to learn deeper.

Teacher:

思路:math-need more effort on concentrating on the lesson--Art and music--less difficulties----loosen up ----release pressure,注意细节信息、重复词的多样性、连接词让考官看到思路。

Nowadays,lots of children are under much pressure due to heavy loads of homework from science and humanity courses.therefore ,by taking art and music classes which are usually undemanding in primary schools of most countries,they can always temporarily escape from the hectic study every day and let go of stress.

排比方法:

At such young ages,chances are (high)that many children have no clue what they are passionate about;chances are also high that children are not into the traditional compulsory course such as language ,history,math ,and science,as they are usually tedious.in these cases ,the requirement to take art and music classes provides an opportunity for pupils to experience what both courses are like.after entering such different realms,kids may discover how fun these two classes are and therefore they are willing to devote themselves to the subjects,developing personal strong suits.

 

 

 

 

Tips:

undemanding 降级低级

Chance are (high)that

Have no clue=have no idea

Be passionate about=be interested in

Tedious =boring

pupil小学生

Field =realms

Devote sb. to do

Developing = which helps develop结果状语

let go of =release

==============================================================================

多重解释:

Junk food is harmful to childrens health

思路:

Junk food好吃--children爱吃--why---有各种物质,对应各种病症

以下是展开:

French fries---oil & fat----fat

Chicken--chemistry--cancer

Cola--sugar--malnutrition

 

 

Teacher:没排比

It is known for fact that junk food is a yummy and therefore is widely welcomed by kids.

French fries,for example,contain too much fat and oil ,leading children to be overweight.

Besides that,chemicals(换主语) uesd to add flavors or prevent food from going bad abound in  fried chicken.These substances(换主语) are highly likely to increase the risk of canous disease such as cancer.

Lastly,childrens appear for regular meals can be adversely affected by the excessive sugar in beverage like Coca-Cola,which causes malnutrition.Such excessive amount of sugar also brings about a rise in blood sugar.

 

 

Tips:

It is known for众所周知

regular meals正餐

brings about a rise in=increase

adversely负面

Malnutrition营养不良

Coca-Cola

Bring about=cause=result in =lead to=entail

excessive过多的

Obesity n.=overweight adj.

在排比时第一次用人做主语,第二次用化学物质,第三次用物质。

反向解释:Unlike

============================================================================

traveling domestically is convenient

思路:

First ,traveling domestically is convenient.

Traveling abroad is inconvenient.

Language|currency|visa|

Unlike domestic ones,foreign tour entails currency exchange,language barriers and visa application

Younger school children learn art

Student:

On the contrary,students do homework of science full of understanding of logical,suffering from excessive pressures rather than relax.

Some courses  instead of arts and music

Teacher:

After taking courses like history and math,children are usually overwhelmed by piles of complicated assignments.they also tend to stay up late at night for those highly demanding exams,racking their brains.

overwhelmed by piles of 重担

demanding 要求的

 

 

 

单个body|简单解释|复杂解释|反面解释的更多相关文章

  1. Linux守护进程简单介绍和实例具体解释

    Linux守护进程简单介绍和实例具体解释 简单介绍 守护进程(Daemon)是执行在后台的一种特殊进程.它独立于控制终端而且周期性地执行某种任务或等待处理某些发生的事件.守护进程是一种非常实用的进程. ...

  2. ssh架构简单解释和vo po解释

      Struts.spring.Hibernate在各层的作用 1)struts 负责 web层. ActionFormBean 接收网页中表单提交的数据,然后通过Action 进行处理,再Forwa ...

  3. openwrt简单ipk生成及Makefile解释

    前言 类似的文章其实网上比较多了,我写这个的目的: 1,网上文章良莠不齐,有些自己都没实际动手操作,随便复制粘贴,实际操作不可行. 2,基本只讲了操作,我当时最关心的Makefile文件的解释没有. ...

  4. python中yield的用法详解——最简单,最清晰的解释(转载)

    原文链接 首先我要吐槽一下,看程序的过程中遇见了yield这个关键字,然后百度的时候,发现没有一个能简单的让我懂的,讲起来真TM的都是头头是道,什么参数,什么传递的,还口口声声说自己的教程是最简单的, ...

  5. python中yield的用法详解——最简单,最清晰的解释

    转载自https://blog.csdn.net/mieleizhi0522 首先我要吐槽一下,看程序的过程中遇见了yield这个关键字,然后百度的时候,发现没有一个能简单的让我懂的,讲起来真TM的都 ...

  6. Python笔记_第二篇_面向过程_第二部分_4.常用模块的简单使用_import语句的解释

    1. import语句.from...import语句.from...import*语句 解释:注意一定要在体同一级目录下 1.1 引入模块 格式:import module[,module2,... ...

  7. Cloudera impala简单介绍及安装具体解释

    一.Impala简单介绍 Cloudera Impala对你存储在Apache Hadoop在HDFS,HBase的数据提供直接查询互动的SQL.除了像Hive使用同样的统一存储平台,Impala也使 ...

  8. 王立平--java se的简单项目创建以及具体解释

    创建项目的简单步骤: watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdTAxMzQyNTUyNw==/font/5a6L5L2T/fontsize/400/ ...

  9. 从无到有之webpack+vuerouter的简单例子以及各个属性解释

    之前一直没玩过webpack和vue,近两周才看这玩意,本文纯属自己的实验+之前angular作战经验的理解一些入门文章 首先webpack关于vue以及各个包 module.exports = { ...

随机推荐

  1. java方法中使用js的alert。

    out.println("<script type=\"text/javascript\">"); out.println("alert( ...

  2. 修改element-ui里table中悬浮框中三角号的颜色及透明度设置

    .el-tooltip__popper,.el-tooltip__popper.is-dark{background:rgba(0,0,0,0.6) !important;} .el-tooltip_ ...

  3. 第五篇Django URL name 详解

    Django URL name 详解 利用Django开发网站,可以设计出非常优美的url规则,如果url的匹配规则(包含正则表达式)组织得比较好,view的结构就会比较清晰,比较容易维护. Djan ...

  4. Day1-T1

    原题目 Describe:普通前缀和(当然有升级版的题目,范围3000+) code: #include<bits/stdc++.h> #define maxn 1010 #define ...

  5. PHP日期函数

    在正式学习日期函数前大家得了解几个概念: 1.时区 2.世界时 3.unix时间戳 时区 这个概念,之前大家听说过很多.我们来啰嗦两句,我们现实生活中使用的实区,在电脑里面也是一样有规定的.1884年 ...

  6. php mysql 由于目标计算机积极拒绝,无法连接 错误原因

    除了在网上百度的那些外,我的机器发生了这个错误 我需要用php远程连接mysql,在目标机上已经给了客户机权限,可是还是发生“ 由于目标计算机积极拒绝,无法连接”错误 在客户机上直接用终端连接目标机的 ...

  7. Linux 正则表达式与文本处理器 三剑客

    Linux 正则表达式与文本处理器 三剑客 一.正则表达式 正则就是用一些具有特殊含义的符号组合到一起(称为正则表达式)来描述字符或者字符串的方法.或者说:正则就是用来描述一类事物的规则. 在linu ...

  8. flink和spark Streaming中的Back Pressure

    Spark Streaming的back pressure 在讲flink的back pressure之前,我们先讲讲Spark Streaming的back pressure.Spark Strea ...

  9. SpringBoot项目 org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Jetty servlet container报错

    SpringBoot项目启动报错 ERROR 2172 --- [ main] o.s.boot.SpringApplication : Application startup failed org. ...

  10. Firefly-RK3399 上编译安装 OpenCV 3

    原文转自:http://dev.t-firefly.com/thread-12143-1-1.html OS:官方固件 Xubuntu 16.04 1) Install 1.1) Required P ...