单个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. servlet的基本类和接口

    javax.servlet.Servlet接口 javax.servlet.GenericServlet类(协议无关版本) javax.servlet.http.HttpServlet类(HTTP版本 ...

  2. Django中出现no such table: django_session

    这个错误跟Session的机制有关, 既然要从Web服务器端来记录用户信息, 那么一定要有存放用户session id对应信息的地方才行. 所以,我们需要创建django_session表. Djan ...

  3. BZOJ 4029 [HEOI2015]定价

    题解: !!!!!! 分类讨论,情况挺多 #include<iostream> #include<cstdio> #include<cstring> using n ...

  4. 吴裕雄--天生自然 JAVASCRIPT开发学习:比较 和 逻辑运算符

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...

  5. python函数-函数初识

    python函数-函数初识 1.函数的定义 语法 def 函数名(参数1,参数2,参数3,...): '''注释''' 函数体 return 返回的值 2.函数的使用原则---先定义后调用 #定义阶段 ...

  6. SQL COOKBOOK SQL经典实例代码 笔记第一章代码

    -- SQL COOKBOOK CHAPTER1 -- 查看所有内容 select * from emp; -- 可以单列 select empno,ename,job,sal,mgr,hiredat ...

  7. CountUp.js 数字跳转效果小插件

    CountUp.js  实现数字跳转效果的小插件 //调用方法 const easingFn = function (t, b, c, d) { var ts = (t /= d) * t; var ...

  8. Codeforces 405D 数学问题

    真是脑残...擦 具体题解在这里 http://www.cnblogs.com/windysai/p/3619222.html 原本我为了防止两个数冲突,设置了好多判断,结果发现,如果两个数冲突,另外 ...

  9. 干货|CVE-2019-11043: PHP-FPM在Nginx特定配置下任意代码执行漏洞分析

    近期,国外安全研究员Andrew Danau,在参加夺旗赛(CTF: Capture the Flag)期间,偶然发现php-fpm组件处理特定请求时存在缺陷:在特定Nginx配置下,特定构造的请求会 ...

  10. VUE 引用公共样式

    首先创建公共样式文件 在main.js中引用样式 浏览器效果图