1. 倾倒;倾卸

If you dump something somewhere, you put it or unload it there quickly and carelessly.

e.g.We dumped our bags at the nearby Grand Hotel and hurried towards the market...

我们把包扔在附近的格兰德酒店后就匆匆赶往集市。

e.g.He got my haversack from the cab and dumped it at my feet.

他把我的背包从出租车上取来丢到我脚下。

2. 丢弃;抛弃;扔掉

If something is dumped somewhere, it is put or left there because it is no longer wanted or needed.

e.g.The getaway car was dumped near a motorway tunnel...

逃亡用的车被丢弃在高速公路隧道附近。

e.g.A million tonnes of untreated sewage is dumped into the sea...

一百万吨未经处理的污水被倾倒进了海里。

dumping

German law forbids the dumping of hazardous waste on German soil.

德国法律禁止在德国本土倾倒有害废料。

3. 垃圾场;垃圾堆

A dump is a place where rubbish is left, for example on open ground outside a town.

e.g....companies that bring their rubbish straight to the dump...

将其废弃物直接运送至垃圾场的公司

e.g.The walled garden was used as a dump.

带围墙的花园被用作了垃圾场。

4. 肮脏的地方;乱七八糟的地方

If you say that a place is a dump, you think it is ugly and unpleasant to live in or visit.

e.g.'What a dump!' Christabel said, standing in the doorway of the youth hostel.

“真够脏乱的!”克丽丝特布尔站在青年旅社的门口说道。

5. (军队中粮食、武器等的)临时堆积处,临时仓库

A dump is a place where an army stores food and weapons temporarily while it is stationed in a particular place.

6. 不再支持,摒弃(政策、想法等)

To dump something such as an idea, policy, or practice means to stop supporting or using it.

e.g.Ministers believed it was vital to dump the poll tax before the election.

大臣们认为在大选前停止征收人头税至关重要。

7. (通常指为占领海外市场)倾销,抛售

If a firm or company dumps goods, it sells large quantities of them at prices far below their real value, usually in another country, in order to gain a bigger market share or to keep prices high in the home market.

e.g.It produces more than it needs, then dumps its surplus onto the world market.

当产量超过需求时,过剩的产品便倾销到世界市场。

8. 与…断绝关系;与…结束关系

If you dump someone, you end your relationship with them.

e.g.I thought he was going to dump me for another girl...

我以为他要为了另一个女孩而和我分手。

e.g.She was dumped by her long-term lover after five years...

5 年后她被相恋多年的恋人抛弃了。

9. (将孩子)扔给…照看

If you say that a parent dumps a child with someone, you are criticizing the parent for leaving the child to be looked after by that person.

e.g.I was sometimes dumped with my grandmother or left with highly unsuitable au pairs...

有时我被扔给奶奶照看,或者被交给毫无经验的临时保姆。

e.g.He can't cope and dumps his two teenage boys on them to be looked after.

他应付不过来,只能将他那两个十来岁的儿子交给他们代为照看。

10. 转储,转存(计算机数据)

To dump computer data or memory means to copy it from one storage system onto another, such as from disk to magnetic tape.

e.g.It can take a couple of hours to dump a thousand telephone numbers into a 128k EPROM pack...

将 1,000 个电话号码转存到一个128k的EPROM芯片要花好几个小时。

e.g.All the data is then dumped into the main computer.

所有数据随后被转存至主计算机。

11. 转存信息库;转储数据库

A dump is a list of the data that is stored in a computer's memory at a particular time. Dumps are often used by computer programmers to find out what is causing a problem with a program.

e.g....a screen dump.

屏幕转储

12. 非难;亏待

If someone dumps on you, they treat you very badly and unfairly.

e.g.He was a nice guy, Mona. He didn't dump on me.

莫娜,他是个不错的家伙,没有亏待我。

13. 郁闷的;沮丧的;闷闷不乐的

If you are down in the dumps, you are feeling very depressed and miserable.

e.g.She's feeling a bit down in the dumps and needs cheering up.

她情绪有点低落,需要振奋起来。

dumple什么意思_dump是什么意思相关推荐

  1. php session 为空,ThinkPHP_session问题_dump显示session为空

    namespace Admin\Controller; use Think\Controller; class LoginController extends Controller{ public f ...

  2. dumple什么意思_计算机术语dump是什么意思?

    在计算机领域,dump一般译作转储.即使翻译的很贴切,但还是很难从字面上完全理解dump的真正含义. 如@莫佳帅子所说 ,dump有动词和名词两种场景,我先解释它作为动词的情况,名词自然就理解了. 作 ...

  3. android dump 完整so,Android dump .so 文件crash log

    众所周知,在android系统上,有时候我们遇到so文件的crash只能打log,但是很多时候并不知道crash在什么地方,幸运的是crash后,一般可以产生一个.dmp文件. 我们可以根据这个文件来 ...

  4. thinkphp mysql函数_php封装的数据库函数与用法示例【参考thinkPHP】

    本文实例讲述了php封装的数据库函数与用法.分享给大家供大家参考,具体如下: 从Thinkphp里面抽离出来的数据库模块,感觉挺好用 common.php: /** * 通用函数 */ //包含配置文 ...

  5. pillow模块批量 读取图像、旋转、放缩、裁剪图片等操作

    1_pillow模块批量 读取图像.旋转.放缩.裁剪图片等操作(20190104 文章目录 1.pillow的安装和导入 2.pillow 读取.放缩.旋转.左右翻转.上下翻转图片操作 3.pillo ...

  6. php+mysql+into_PHP+Mysql 如何实现数据库增删改查

    PHP+Mysql实现数据库增删改查的方法:1.创建入口文件[index.html]连接数据库.查询数据:2.点击增加按钮,通过[addnews.html]添加数据:3.点击删除按钮,通过服务端文件[ ...

  7. php连接mysql_PHP连接MySQL数据库的三种方式

    本篇文章给大家介绍一下PHP连接MySQL数据库的三种方式(mysql.mysqli.pdo),结合实例形式分析了PHP基于mysql.mysqli.pdo三种方式连接MySQL数据库的相关操作技巧与 ...

  8. PHP 基础知识测试题

    一:选择题(单项选择,每题2分): 1. LAMP具体结构不包含下面哪种(A      ) A:Windows系统              如果是这个就是WMP B:Apache服务器 C:MySQ ...

  9. FD.io VPP的C语言接口如何使用:FD.io VPP: How To Use The C API

    目录 引言 - Introduction C语言API概述 - C API Overview 运行环境 - The Runtime Environment API回顾 - Message API Re ...

  10. python基础序列化文件的读取(十六)

    主要第三方库是pickle import pickle # python对象的序列化 class Peoper:def __init__(self,name,age):self.name=namese ...

最新文章

  1. [原]对Linux环境下任务调度一点认识
  2. 【直播】林锦弘:CV赛事高分经验分享
  3. 最新dnsmasq安装部署详解(centos6)
  4. 利用scrapy和MongoDB来开发一个爬虫
  5. cot和acot--余切和反余切函数
  6. 如何写一个优秀的GitHub项目README文档?
  7. 西门子上升沿指令_西门子SCL编程实例——霓虹灯顺序控制(DECO指令)
  8. 2010-04-01 4over6tunnel配置——折腾了一天
  9. c语言中memset_C中的memset()
  10. KVM详解(八)——KVM虚拟机自启动
  11. -bash: netstat: command not found
  12. nrf51822+rfx2401c系统板(开源原理图、PCB)
  13. 如何获取所有基因的转录起始位点--转载
  14. Navicat Premium的使用
  15. AirVO: An Illumination-Robust Point-Line Visual Odometry阅读
  16. git checkout -b 报错
  17. 编译运行Clipper报错以及解决
  18. Django simpleui实战web平台开发
  19. C++打卡20-【排序模板】快速排序
  20. jQuery仿探探APP手机滑动 卡片切换 特效

热门文章

  1. Windows权限维持
  2. 【IoT】成功十大因素,命、运、风水 、、贵人、养生,哪个最重要?
  3. android edittext 字母数字键盘,android EditText默认数字键盘,能输入字母,数字和中文...
  4. TeX 主题选讲:TeX 处理器的结构(转)
  5. 在php中调用api接口,如何调用51ditu的api接口并在PHP中应用
  6. libxml2.7.8 c++ 解析xml文件 中文转换
  7. Android 检查权限总是 PERMISSION_GRANTED
  8. Spring.NET教程(十六)事务管理(应用篇)
  9. 典型相关性分析(清风建模学习笔记)
  10. Redis桌面管理工具RedisDesktopManager