Lesson 67-68 Teens who smoke and drink

1 infancy 婴儿期,初期  maturity成熟,到期,壮年期n

eg. Human experience a delayed maturity.We arrive at all stages of life later than other mammels.人类发育较缓——在生命的各个阶段,我们都晚于其他哺乳动物。

2 vice 不道德行为,缺点,恶习n eg. Ingratitude is a despicable vice.忘恩负义是可鄙的不道德行为

   eg. In spite of his vices,he was loved by all.尽管他有缺点, 还是受到大家的爱戴

    代替,副的 eg. Mr.Black has been appointed leader vice Mr.Brown.布莱克先生取代布朗先生被任命为队长。

3 despicable卑鄙的 wick灯芯,激怒n

  eg. From beginning to end,his conduct had been despicable and wicked.从头到尾他的行为既卑鄙又可恶.

  eg. The professor was beginning to get on(开始做) Molly’s wick.教授快要把莫莉惹毛了。

4 get on 和睦相处,开始(继续)做,取得进展(成功)eg. The host fears the guests won’t get on.主人担心客人们会相处得不愉快

eg. Jane got on with her work.简继续干她的工作。

  eg. When he came back to see me, I asked how he had got on.他回来看我的时候,我问他进展如何

5 get away with逃脱惩罚,侥幸成功v eg. This is one of the few jobs you can do and get away with being completely drunk.这是你能干的为数不多的几份工作之一,喝得烂醉如泥也没人管。

6 sophisticated精密的,复杂的;时髦的,见过世面的;老练的

7 cave in 坍塌,屈服,让步n eg. I had a serious breakdown,everything just seemed to cave in on top of me.我曾经有过一次精神崩溃,好像天塌了一样

   eg. He’s caved in on capital punishment.在是否应保留死刑的问题上,他已经让步了。

8 habitual习惯的,典型的 eg. If bad posture becomes habitual, you risk long-term effects.不良姿势一旦定型,日后可就有你受的了。

9 rebel 叛逆者,造反者n eg.fighting between rebels and government forces.叛军和政府军之间的战争

           叛逆,反对v eg. The child who rebels is unlikely to be overlooked.叛逆的孩子不太容易被忽视。

10 defy 违抗v eg. This was the first time that I dared to defy my mother.这是我第一次(也是最后一次)胆敢反抗我的母亲

           挑战,激v eg. I defy you to come up with one major accomplishment of the current Prime Minister.我敢说你讲不出现任首相的哪怕一项重大成就。

           难以描述(理解) eg.  When the flowers open in spring,they fill the night air with a fragrance that defies description.春天鲜花开放时,夜里的空气中会弥漫一种难以名状的香气

11 charismatic有魅力的,有感召力的 eg. Her striking looks and charismatic personality.她出众的相貌和迷人的气质

12 idealism理想主义 preventable可预防的 eg. Most common health upsets that spoil a holiday are easily preventable.导致假期泡汤的大多数常见的身体不适都是很容易预防的。

13 defiant 藐视的,不服的,挑战的 eg.The players are in defiant mood as they prepare for tommorrow’s game.球员在备战明天的比赛时带着蔑视对手的情绪。

14 restlessness 焦躁不安的,不满的 eg. By 1962,she was restless and needed a new impetus for talent.到了1982年,她感到厌倦了,需要新的动力来激发她的才能。

15 divert into转入...领域eg. He diverted himself into a new field of study.他转入新的研究领域。

16 experiment with以..做实验 eg.Is he any good at gardening?We might experiment with him.他擅长园艺吗?我们可以试试他

17 childish幼稚的 Don’t be so childish.别这么不懂事。

Lesson 67-68 Teens who smoke and drink

时间: 2024-12-13 03:16:24

Lesson 67-68 Teens who smoke and drink的相关文章

lintcode 66.67.68 二叉树遍历(前序、中序、后序)

AC代码: /** * Definition of TreeNode: * public class TreeNode { * public int val; * public TreeNode left, right; * public TreeNode(int val) { * this.val = val; * this.left = this.right = null; * } * } */ public class Solution { /** * @param root: The r

Second Lesson

1.图片 <img / > 图片的格式: 1.1BMP 占用空间大,颜色丰富. 1.2JPEG 有损压缩,占用空间较小. 1.3GIF 多帧动图,支持透明色. 1.4PNG 无损压缩,位图(由无数小点组成)支持透明色/半透明色. <img />  属性: src="PATH" PATH:图片的所在路径. 相对路径.绝对路径.网络链接. alt="DISCRAPTION" DISCRAPTION:图片的描述,用利于SEO搜索优化. title=

POJ基础搜索题练习(计划6-8题)

Problems POJ2531 - Network Saboteur POJ3009 - Curling 2.0 POJ3414 - Pots Solutions POJ2531 - Network Saboteur 题目大意:N个节点的完全图(2<=N<=20),以邻接矩阵C的形式给出节点两两之间连边的权值.现在需要将这些节点分为A.B两个子集,使得∑Cij (i∈A, j∈B)最大. 考虑到节点总数不超过20,所以直接枚举子集的复杂度O(2^N)是可以接受的,要更进一步节省时间的话,一来

Qt Quick应用开发介绍 6-8

Chapter6 Using JavaScript 使用JavaScript 在QtQuick中JavaScript可以有很多复杂和强大的用法; 实际上, QtQuick是被实现成一个JavaScript的扩展; JS基本可以在任何地方使用, 只要代码返回的值的类型和预期的一致; 此外, 使用JS是一部分处理应用逻辑和计算的代码的标准形式; 6.1 JavaScript is not JavaScript JS是从web开发产生的; 在那段时间内, JS快速成长为许多受欢迎和优秀的扩展, add

Java学习lesson 10

API(应用程序编程接口) *  public final Class getClass();//返回Object的运行类(java的反射机制学) *  Class类中有一个类 *public String getName();//以String类型返回它所表示的实体(获取当前正在运行的类         的全路径) *  Integer类中有一个方法 public  static String toHexString(int i);//将一个int类型的数据转换成一个人十六进制的    字符串

68.qq号索引结构体写入内存,并实现快速排序

1 //两个步骤,第一步读取文件,并且初始化索引结构体,把初始化的索引结构体写入到文件,第二步,读取这个文件到索引结构体 2 //并对这个结构体进行快速排序,得到顺序的索引,再写入文件 3 #define _CRT_SECURE_NO_WARNINGS 4 #include<stdio.h> 5 #include<stdlib.h> 6 7 char path[256] = "QQ.txt"; 8 char indexpath[256] = "QQin

新概念英语第二册61-96课(转)

Lesson 61  Trouble with the Hubble哈勃望远镜的麻烦   1.哈勃望远镜The Hubble telescope被发射到太空was launched into space 被国家航空和宇宙管理局by NASA在1990年4月20日, on April 20,1990花费的成本 at a cost of超过10亿美元.over a billion dollars.   1990年4月20日,哈勃望远镜由美国国家航空和宇宙管理局发射升空The Hubble teles

新概念英语第一册1-144课(转)

第一课:Excuse me!对不起! 1.对不起,打扰一下!Excuse me! 2.什么事?Yes? 3.这是 Is this你的手提包?your handbag? 这是你的手提包吗?Is this your handbag? 4.没听清,请再说一遍.Pardon? 5.这是Is this 你的手提包?your handbag? 这是你的手提包吗?Is this your handbag? 6.是的,Yes, 它是.it is. 这个包是我的.Yes, it is. 7. 感谢你, Thank

下沙友好群暑假训练二

转载请注明出处: http://www.cnblogs.com/fraud/          ——by fraud A - Palindromes Description Friday is Polycarpus' favourite day of the week. Not because it is followed by the weekend, but because the lessons on Friday are 2 IT lessons, 2 math lessons and