6.3

http://www.51voa.com/VOA_Special_English/pakistan-town-struggles-with-rise-in-hiv-infections-82182.html
 
Pakistan/Pakistani, pay more attention to the difference of pronouncation of these two words
infected with HIV
AIDS = Acquired Immunodeficiency Syndrome
had tested positive for HIV
His dauther is receiving  treatment, he said, adding he did not know how she was infected
syringe
plight
 
6.5
http://www.51voa.com/VOA_Special_English/us-now-requiring-visa-applicants-to-provide-social-media-details-82187_1.html
 
nearly all visa seekers
plz note nearly is a adv. and adv. can 修饰 a n. even the usage is seldom.
visa seeker = visa applicant
vet
extreme vetting
vetting process
deportation history
fuel terrorist sentiment
screen out terriosts
construe,misconstrue
misconstrued = misunderstood
 
6.6
http://www.51voa.com/VOA_Special_English/japanese-women-stand-against-high-heels-82191_1.html
high heels
双介词
a social media campaign against rules for what kind of clothing is acceptable
campaign
workplace
a funeral home
gender discrimination
to demand the government bar companies from requiring female employees to wear high heels on the job
harassment
neckties
persuade companies to turn down air-conditioners and reduce electricity use
electrify/electricity 
 
6.7
http://www.51voa.com/VOA_Special_English/apple-to-add-new-software-privacy-tool-end-itunes-82197.html
 
 
to expand its offerings to make up for dropping iPhone demand worldwide
financial quarter
 
wonmen's menstrual cycles
 
6.8
http://www.51voa.com/VOA_Special_English/immigrants-play-big-part-in-caring-for-older-adults-disabled-in-u-s-82211_1.html
 
proposed limits on immigration to the United States
 
disabled/elderly people
disabled & elderly normally acts as adj. but they can also to be a pron.
e.g.
We rely heavily on immigrants to care for the elderly and disabled
nursing homes
Annual Social and Economic Supplement
This is an industry that need people work round-the-clock.
 
health/home care aides
 
run directly counter
 
 
 
 
 
 
 
 

english note [6.3to6.9]的更多相关文章

  1. english note(6.17to6.23)

    6.17 http://www.51voa.com/VOA_Special_English/are-these-us-treasures-about-to-be-destroyed-82260_1.h ...

  2. english note(6.10to6.16)

    6.10 http://www.51voa.com/VOA_Special_English/blackbeard-s-ship-comes-to-the-us-supreme-court-82217_ ...

  3. english note(6.3 to 6.8)

    6.3 http://www.51voa.com/VOA_Special_English/pakistan-town-struggles-with-rise-in-hiv-infections-821 ...

  4. english note(6.2 to 5.30)

    notes 6.2 to 5.30  http://www.51voa.com/VOA_Special_English/suicide-rates-among-young-americans-on-t ...

  5. Lesson 25 Do the English speak English?

    Text I arrived London at last. The railway station was big, black and dark. I did not know the way t ...

  6. Installing the .NET Framework 4.5, 4.5.1

    This article provides links for installing the .NET Framework 4.5 and 4.5.1 on your computer.  If yo ...

  7. Globalization Guide for Oracle Applications Release 12

    Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: U ...

  8. Oracle 数据库的组成(instance+database)

    Oracle服务器是一种对象关系数据库管理系统,它为信息管理提供开放.综合.集成的方法. Oracle服务器中有多种进进程.内存结构和文件: Oracle服务器由一个Oracle实例和一个Oracle ...

  9. 【251】◀▶IEW-Unit16

    Unit 16 Commodities and Manufacturered Goods 多幅饼图的写作技巧 1.model1对应图片分析 2.Model1范文分析 Model 1 The pie c ...

随机推荐

  1. yum clean all大坑解决

    在Centos7系统中执行yum clean all 之后,发现yum的其他执行都报错了: 要解决,关键在这里: 把/var/cache/yum/ 下面的文件删除了 接下来,如果执行yum repol ...

  2. 数据结构--Dijkstra算法最清楚的讲解

    迪杰斯特拉(Dijkstra)算法是典型最短路径算法,用于计算一个节点到其他节点的最短路径.它的主要特点是以起始点为中心向外层层扩展(广度优先搜索思想),直到扩展到终点为止 ###基本思想 通过Dij ...

  3. 【springboot】自动装配原理

    摘自:https://mp.weixin.qq.com/s/ZxY_AiJ1m3z1kH6juh2XHw 前言 Spring翻译为中文是"春天",的确,在某段时间内,它给Java开 ...

  4. C语言判断两个值相等

    内置类型比较直接用==判断 字符串比较要用string.h里的函数strcmp(const char *str1,const char *str2)进行比较string.h里的函数strcmp(con ...

  5. Mysql慢查询explain

    转自:https://www.toutiao.com/i6776461352522220036/?tt_from=weixin&utm_campaign=client_share&wx ...

  6. JAVA虚拟机中的堆内存Heap与栈内存Stack

    原文链接:http://www.cnblogs.com/laoyangHJ/archive/2011/08/17/gc-Stack.html 深入Java虚拟机:JVM中的Stack和Heap 在JV ...

  7. playwright-python 处理Text input、Checkboxs 和 radio buttons(三)

    Text input 输入框输入元素,直接用fill方法即可,支持 <input>,<textarea>, [contenteditable] 和<label>这些 ...

  8. Promise.all()

    语法:Promise.all(iterable); 参数:iterable 一个可迭代对象,如 Array 或 String. 返回值:如果传入的参数是一个空的可迭代对象,则返回一个已完成(alrea ...

  9. VSCode 在.vscode/launch.json中设置启动时的参数

    如下脚本设置启动参数,如题,在.vscode/launch.json文件中,红色部分设置运行参数 { // Use IntelliSense to learn about possible attri ...

  10. Java 学习:数据类型

    前言:Java属于强类型语言 强类型语言:要求变量的使用要严格符合规定,所有变量都必须先定义后才能使用 优势就是安全性高,但劣势速度慢 数据类型 Java的数据类型分为两大类: 基本类型(primit ...