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 ...
随机推荐
- Linux-让程序不能多次运行
1.因为守护进程是长时间运行而不退出的,因此./a.out执行一次就有一个进程,执行多次就有多个进程. 2.这样并不是我们想要的.我们的守护进程一般都是服务器,服务器程序只要运行一个就够了,多次同时运 ...
- windows下python自带的pip安装速度过慢解决方案
自带下载地址为国外源下载速度时常在20KB以内切换为国内源直接满速! 国内源: 新版ubuntu要求使用https源,要注意. 清华:https://pypi.tuna.tsinghua.edu.cn ...
- HashMap源码分析(一)
基于JDK1.7 HashMap源码分析 概述 HashMap是存放键值对的集合,数据结构如下: table被称为桶,大小(capacity)始终为2的幂,当发生扩容时,map容量扩大为两倍 Hash ...
- [Algo] 115. Array Deduplication I
Given a sorted integer array, remove duplicate elements. For each group of elements with the same va ...
- ruoyi ShiroUtils
package com.ruoyi.framework.util; import org.apache.shiro.SecurityUtils; import org.apache.shiro.cry ...
- Python模块——hashlib
简介 hashlib模块是用于对字符串进行加密,其可以把任意长度的数据转换为一个长度固定的数据串,且这种加密是不可逆的,故这种加密方式的安全性都很高.hash本质是一个函数,该模块提供了许多不同的加密 ...
- CF 1130C Connect
链接:https://codeforces.com/contest/1130/problem/C C. Connect time limit per test 1 second memory limi ...
- IT人员职业发展规划
- python+selenium自动化--参数化(paramunittest)
unnittest的参数化模块-paramunittest paramunittest是unittest实现参数化的一个专门的模块,可以传入多组参数,自动生成多个用例 两种用法 import unit ...
- maven 设置pom 指定jdk版本
<profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</acti ...