to have or show a strong feeling of respect and admiration for God or a god

敬奉,崇拜,信仰(上帝或神)

On the island the people worshipped different gods.
 

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的更多相关文章

  1. OD: Memory Attach Technology - Off by One, Virtual Function in C++ & Heap Spray

    Off by One 根据 Halvar Flake 在“Third Generation Exploitation”中的描述,漏洞利用技术依攻击难度从小到大分为三类: . 基础的栈溢出利用,可以利用 ...

  2. scala spray 概念性内容的总结

    spray 是基于 akka 的轻量级 scala 库,可用于编写 REST API 服务.了解 spray 的 DSL 后可以在很短的时间内写出一个 REST API 服务,它的部署并不需要 tom ...

  3. spray json, jackson 转到type时多key和少key的比较

    有组合关系的三个class定义 A { B { C {...} ... } ... } 每个class都有loadFromJson和writeAsJson方法.过去几年,三个class里的成员变量一直 ...

  4. windows环境下的heap spray+stack pivot gadget 实现绕过dep

    ASLR+DEP是windows平台下最为常见的两种保护手段.这两种手段使得最基础的jmp esp等手法不再适用,而单纯的堆喷也会因为堆内存不可执行而失效.那么这里就来介绍一下heap spray+s ...

  5. Heap Spray原理

    Heap Spray定义基本描述 Heap Spray并没有一个官方的正式定义,毕竟这是漏洞攻击技术的一部分.但是我们可以根据它的特点自己来简单总结一下.Heap Spray是在shellcode的前 ...

  6. 3dsmax里面的喷射器spray和超级喷射器superspray是个什么东西

    以前搜索过粒子系统的一些资料,最早有一篇什么论文里提到一种方法可以用计算机模拟一些看起来数目比较多的一些效果,比如 很多雨滴.下雪天的雪花,作者把这个东西叫particle system,就是粒子系统 ...

  7. 探究堆喷射(heap spray)

    博客园的自动保存系统真心不咋地,写的差不多的文章蓝屏之后就没有了,醉了! 浏览器是互联网世界最主要的软件之一,从IE6到IE11安全攻防在不断升级,防御措施的实施促使堆喷射技巧不断变化.写这篇博文想好 ...

  8. 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 ...

  9. 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 ...

随机推荐

  1. maven解决大项目打包慢的问题

    裁剪反应堆 -am, --also-make 同时构建所列模块的依赖模块.必须和-pl同时使用.如 mvn -pl test  install -am ,将同时构建test的依赖模块. -amd, - ...

  2. python编程:从入门到实践----第六章>字典

    一.一个简单的字典:alien_0存储外星人的颜色和点数,使用print打印出来 alien_0 = {'color': 'green','points': 5} print(alien_0['col ...

  3. Swagger注解及参数细节的正确书写。

    今天新开了一个api文件,结果怎么搞也在swagger里显示不出来,浪费半天后,去问老员工了. 一般有俩原因, 1.idea缓存,重启idea即可. 2.注解和参数上的修饰有问题,或者请求method ...

  4. proto3 不支持内建类型的非空判断即 hasXXX

    proto3 移除了内建类型的非空判断方法 即代码生成工具不会为 bool int 等类型生成has方法 有使用过proto2 或者其它rpc 框架的人都知道使用has 方法去判断消息里的值是否设置, ...

  5. [LuoguP3978](https://www.luogu.org/problem/P3978) BZOJ4001概率论

    BZOJ 4001 概率论 设\(f_i\)表示i个点的二叉树方案数 立刻有\(f_n = \sum_{i=0}^{n-1} f_i f_{n-i-1}\) 设\(F(x)为序列f的生成函数,有F(x ...

  6. uWSGI调整buffer-size

    https://uwsgi-docs.readthedocs.io/en/latest/Options.html#buffer-size buffer-size argument: required_ ...

  7. 吴裕雄--天生自然ShellX学习笔记:Shell test 命令

    Shell中的 test 命令用于检查某个条件是否成立,它可以进行数值.字符和文件三个方面的测试. 实例演示: num1=100 num2=100 if test $[num1] -eq $[num2 ...

  8. UML-类图-关联

  9. python all()函数

    1.描述all() 函数——用于判断给定的可迭代参数 iterable 中的所有元素是否都为TRUE,如果是返回 True,否则返回 False.元素除了是 0.空.FALSE 外都算 TRUE.2. ...

  10. Dynamics CRM - 为 sub-grid 添加 OnChange 事件

    目的: 有的时候我们需要对 sub-grid 内容进行监控,比如在 sub-grid 上添加.删除了一条记录后,要对 Form 上的某个字段值进行更新. 解决方案: 对 sub-grid 添加一个 O ...