worship|spurs|drowns out|frauds|expell|spray with|deposit|moist|gave a sigh
to have or show a strong feeling of respect and admiration for God or a god
敬奉,崇拜,信仰(上帝或神)
VERB 鼓励;激励If one thing spurs you to do another, it encourages you to do it.
It's the money that spurs these fishermen to risk a long ocean journey in their flimsy boats...
是金钱驱使这些渔民驾着破旧小船冒险出海远航。
VERB 引诱;诱惑;哄骗To lure someone means to trick them into a particular place or to trick them into doing something that they should not do.
He lured her to his home and shot her with his father's gun...
他把她哄到家里,用他父亲的枪射杀了她。
If a loud noise drowns out another noise, it prevents it from being heard.
(噪音)盖过,淹没
A fraud is something or someone that deceives people in a way that is illegal or dishonest.
Unfortunately the portraits were frauds...
不幸的是这些肖像都是骗人的。
VERB 开除;将…除名If someone is expelled from a school or organization, they are officially told to leave because they have behaved badly.
More than five-thousand secondary school students have been expelled for cheating.
5,000多名中学生因为作弊被开除。
V-ERG (使)熔化;(使)融化When a solid substance melts or when you melt it, it changes to a liquid, usually because it has been heated.
The snow had melted, but the lake was still frozen solid...
雪已经融化了,但是湖面上仍然冻得结结实实的。
Dampen the fabric completely if it has heavy wrinkles. Soak it in atub and wring it out or spray with a spray bottle.
如果丝绸衣服上出现很多严重的褶皱,将衣物完全浸湿。将衣服在盆里浸泡,然后拧干,或者用喷瓶喷水。
N-COUNT 订金;保证金A deposit is a sum of money which is part of the full price of something, and which you pay when you agree to buy it.
A £50 deposit is required when ordering, and the balance is due upon delivery.
订货时需要交50英镑的订金,货到后余款结清。
ADJ-GRADED 湿润的;潮湿的Something that is moist is slightly wet.
Wipe off any excess make-up with a clean, moist cotton flannel...
用干净的湿绒布擦去多余的化妆品。
The soil is reasonably moist after the September rain.
9月的雨季过后,土壤已相当湿润。
叹了口气
gave a sigh
worship|spurs|drowns out|frauds|expell|spray with|deposit|moist|gave a sigh的更多相关文章
- OD: Memory Attach Technology - Off by One, Virtual Function in C++ & Heap Spray
Off by One 根据 Halvar Flake 在“Third Generation Exploitation”中的描述,漏洞利用技术依攻击难度从小到大分为三类: . 基础的栈溢出利用,可以利用 ...
- scala spray 概念性内容的总结
spray 是基于 akka 的轻量级 scala 库,可用于编写 REST API 服务.了解 spray 的 DSL 后可以在很短的时间内写出一个 REST API 服务,它的部署并不需要 tom ...
- spray json, jackson 转到type时多key和少key的比较
有组合关系的三个class定义 A { B { C {...} ... } ... } 每个class都有loadFromJson和writeAsJson方法.过去几年,三个class里的成员变量一直 ...
- windows环境下的heap spray+stack pivot gadget 实现绕过dep
ASLR+DEP是windows平台下最为常见的两种保护手段.这两种手段使得最基础的jmp esp等手法不再适用,而单纯的堆喷也会因为堆内存不可执行而失效.那么这里就来介绍一下heap spray+s ...
- Heap Spray原理
Heap Spray定义基本描述 Heap Spray并没有一个官方的正式定义,毕竟这是漏洞攻击技术的一部分.但是我们可以根据它的特点自己来简单总结一下.Heap Spray是在shellcode的前 ...
- 3dsmax里面的喷射器spray和超级喷射器superspray是个什么东西
以前搜索过粒子系统的一些资料,最早有一篇什么论文里提到一种方法可以用计算机模拟一些看起来数目比较多的一些效果,比如 很多雨滴.下雪天的雪花,作者把这个东西叫particle system,就是粒子系统 ...
- 探究堆喷射(heap spray)
博客园的自动保存系统真心不咋地,写的差不多的文章蓝屏之后就没有了,醉了! 浏览器是互联网世界最主要的软件之一,从IE6到IE11安全攻防在不断升级,防御措施的实施促使堆喷射技巧不断变化.写这篇博文想好 ...
- Plastic Sprayers Manufacturer -Plastic Spray Bottle Product Features, Nozzle Properties
Nowadays, plastic spray bottles are widely used in the plastic packaging industry. What are the char ...
- Plastic Sprayers Manufacturer - Ingenious Design Of Spray Plastic Bottle
Plastic bottles are now an indispensable container in life. Plastic bottles will appear in all aspec ...
随机推荐
- WGAN将数值限制在一定范围内 Python代码 tf.clip_by_value(p, -0.01, 0.01))
tf.clip_by_value(p, min, max)) 运用的是交叉熵而不是二次代价函数. 功能:可以将一个张量中的数值限制在(min,max)内.(可以避免一些运算错误:可以保证在进行lo ...
- mint linux的几个问题
刚开机登录时, 键盘不停的输入同一个字符 发现在虚拟机里安装的系统没有问题, 因此怀疑配置有冲突, 新建一个用户果然能解决问题 解决方法: 把 主目录下, 隐藏的配置目录删除, 重新登录后再配置. 4 ...
- 吴裕雄--天生自然 JAVASCRIPT开发学习: HTML DOM - 改变CSS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- 吴裕雄--天生自然 JAVASCRIPT开发学习:函数调用
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- Leetcode第1题:两数之和
给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的 两个 整数.你可以假设每种输入只会对应一个答案.但是,你不能重复利用这个数组中同样的元素.示例:给定 nums ...
- setAttribute 添加属性js_jq
属性js setAttribute document.getElementsByName("test")[0].setAttribute("src", &quo ...
- python 爬虫 多线程 多进程
一.程序.进程和线程的理解 程序:就相当于一个应用(app),例如电脑上打开的一个程序. 进程:程序运行资源(内存资源)分配的最小单位,一个程序可以有多个进程. 线程:cpu最小的调度单位,必须依赖 ...
- CodeForces 1292A NEKO's Maze Game(思维)
#include <stdio.h> #include <string.h> #include <iostream> #include <string> ...
- 使用hexo+GitHub搭建个人博客的心得(含教程)
Author Email Yaoyao Liu yaoyaoliu@msn.com 前言 对于广大CS专业的学生和码农,找一个地方写博客,记录一些编程.配置环境.阅读论文的心得体会是一个很常见的习惯. ...
- 推荐:MongoDB学习资料
http://www.mongodb.org/display/DOCS/Production+Deployments Official MongoDBProject Website Getting S ...