resume|issue|transmit|sake|obliged|beyond her wildest dreams|echo|transmission|immense|consistent |convey to| boasted|satisfaction|rub|enrol|demonize
If an activity resumes, or if you resume it, it startsagain after a pause.
(中断后)继续,重新开始
An issue of shares is a time when a company gives people the chance to buy part of it or gives extra shares to people who already own some.
(股票的)发行
If one person or animal transmits a disease to another, they have the disease and cause the other person or animal to have it.
...mosquitoes that transmit disease to humans...
传染疾病给人类的蚊子
PHRASE 由于;为了;因为…的缘故If you do something for the sake of something, you do it for that purpose or in order to achieve that result. You can also say that you do it for something's sake .
Let's assume for the sake of argument that we manage to build a satisfactory database...
为了便于讨论,不妨假定我们成功地建立了一个令人满意的数据库。
VERB (形势、规定或法律)强迫,迫使If you are obliged to do something, a situation, rule, or law makes it necessary for you to do that thing.
The storm got worse and worse. Finally, I was obliged to abandon the car and continue on foot...
暴风雨愈发猛烈,我最终不得不弃车步行
Suddenly she was rich beyond her wildest dreams.她突然出乎意料地发了大财。
N-COUNT (态度、观点或说法的)重复,附和An echo is an expression of an attitude, opinion, or statement which has already been expressed.
I hear an echo of the thinking that got us into this mess in the first place...
我听到有人重提那个最先使我们陷入这一困境的想法。
Political attacks work only if they find an echo with voters.
政治攻击只有在选民中引起共鸣才会有作用。
N-UNCOUNT (电视、广播节目的)播送,播放The transmission of television or radio programmes is the broadcasting of them.
ADJ-GRADED 广大的;巨大的If you describe something as immense, you mean that it is extremely large or great.
...an immense cloud of smoke...
大片的烟云
DJ (观点等)一致的,吻合的,不矛盾的If one fact or idea is consistent with another, they do not contradict each other.
This result is consistent with the findings of Garnett & Tobin...
这个结果与加尼特托宾公司的调查结果一致。
Please convey our condolences to the family.请向家人转达我们的哀思。
VERB 吹嘘;炫耀;夸耀If someone boasts about something that they have done or that they own, they talk about it very proudly, in a way that other people may find irritating or offensive.
Witnesses said Furci boasted that he took part in killing them...
几位证人声称富尔奇曾吹嘘自己参与了对他们的屠杀。
PHRASE 令…满意If you do something to someone's satisfaction, they are happy with the way that you have done it.
She never could seem to do anything right or to his satisfaction...
她似乎从没能做过一件正确或令他满意的事。
VERB (用布)擦干,擦净,擦拭If you rub an object or a surface, you move a cloth backward and forward over it in order to clean or dry it.
She took off her glasses and rubbed them hard...
她摘下眼镜使劲擦着。
to put yourself or someone else onto the official list of membersof a course, college, or group
(使)加入;注册;招(生);吸收
VERB 将…妖魔化;把…想象成魔鬼If people demonize someone, they convince themselves that that person is evil.
Each side began to demonize the other.
双方都开始把对方妖魔化。
resume|issue|transmit|sake|obliged|beyond her wildest dreams|echo|transmission|immense|consistent |convey to| boasted|satisfaction|rub|enrol|demonize的更多相关文章
- RS-232, RS-422, RS-485 Serial Communication General Concepts(转载)
前面转载的几篇文章重点介绍了UART及RS-232.在工控领域除了RS-232以外,常用的串行通信还有RS-485.本文转载的文章重点介绍了RS-232.RS-422和RS-485. Overview ...
- 【POJ-2482】Stars in your window 线段树 + 扫描线
Stars in Your Window Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11706 Accepted: ...
- POJ 2482 Stars in Your Window 线段树扫描线
Stars in Your Window Description Fleeting time does not blur my memory of you. Can it really be 4 ...
- POJ 2482 扫描线(面积覆盖最大次数)
Stars in Your Window Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10806 Accepted: ...
- CentOS 6.4安装AMH面板
复制以下代码 然后执行 或者下载wget http://amysql.com/file/AMH/3.2/amh.sh; chmod 775 amh.sh; ./amh.sh 2>&1 | ...
- IEEE 802.3 Ethernet
Introduction Ethernet 是过去30年以来最为成功的局域网(local area networking)技术. 1. First widely used LAN technology ...
- acmer -- 最美的情书
2014-09-29 20:51:45 POJ 2482 Fleeting time does not blur my memory of you. Can it really be 4 years ...
- 【POJ2482】【线段树】Stars in Your Window
Description Fleeting time does not blur my memory of you. Can it really be 4 years since I first saw ...
- phabricator 搭建
os:debian7 Installation Guide :https://secure.phabricator.com/book/phabricator/ $ cd /data # 安装目录 da ...
随机推荐
- Django模型基础——(二)
上篇博客主要讲了django中对数据库的增删改查,下面深入再讲解下对数据库的操作. 常用的查询方法 下面以表名为User为例 User.object.first() :返回表中第一条数据 User.o ...
- iOS 蓝牙开发详解
目前iOS智能硬件的开发交互方式主要分为两种,一种是基于低功耗的蓝牙4.0技术(由于耗电低,也称作为BLE(Bluetooth Low Energy))对应iOS的框架为CoreBluetooth,另 ...
- svg用例
圆<circle cx="x" cy="y" r="r" style="stroke:black;fill:none&quo ...
- 第37章 socket编程 之练习:实现简单的web服务器
一.参考网址 1.linux C学习之实现简单的web服务器 2.C语言实现简单Web服务器(一)
- springboot+mybatis+通用mapper+多数据源(转载)
1.数据库准备 数据库表我们在springboot-mybatis数据之外,新建数据库springboot-mybatis2: springboot-mybatis数据库中有t_class表: spr ...
- STL——算法
以下内容大多摘自<C++标准程序库> STL提供了一些标准算法,包括搜寻.排序.拷贝.重新排序.修改.数值运算等.算法并不是容器类别的成员函数,而是一种搭配迭代器使用的全局函数. #inc ...
- swift------导入OC三方类找不到头文件的解决方法
1.首先新建个 swift工程 2.在swift 中新建 OC 类 比如新建 Request 类,会自动生成个.XXXX-Bridging-Header 类: 3.让后把 导入的第三方头文件导入进去. ...
- Python程序中的进程操作--—--开启多进程
Python程序中的进程操作-----开启多进程 之前我们已经了解了很多进程相关的理论知识,了解进程是什么应该不再困难了,刚刚我们已经了解了,运行中的程序就是一个进程.所有的进程都是通过它的父进程来创 ...
- 吴裕雄--天生自然python Google深度学习框架:图像识别与卷积神经网络
- 容斥原理的(二进制思想和质因子分解+模板)hdu4135+ecf81.D
题:http://acm.hdu.edu.cn/showproblem.php?pid=4135 题意:求[A,B]与N互质的数的个数 #include<iostream> #includ ...