acclaim
欲学acclaim,先学claim。即使学会claim,未必记住acclaim.
[LDOCE] claim的词源是cry out, shout
verb:
1. state that sth is true, even though it has not been proved
2. state that you have a right to take or have sth that is legally yours,("这钱是我的", it is true)
3. demand or receive, (真君子动口又动手)
noun:
claim的东西,如statement, requst, right, money
引申:
1. If a war, accident etc claims lives, people die because of it. 小说里有“老天爷要收人了”的说法。
2. If sth claims your attention, you notice and consider it carefully. 魂被收了。
3. sth such as a piece of land that contains valuable minerals
“你家有矿啊?”称赞人有钱。acclaim的起源: early 14 century, "lay claim to", "cry out at". The meaning "applaud" is recorded by 1630s.
exclaim要河南人才好理解。“噫...嫩家有矿啊?”
After its independence India was proclaimed a republic. 外交部发言人是professional。from pro "forth",发言人的前面(forth)站着媒体。
reclaim当re+claim看,re:重新。claim back, recover, recycle. 正经说法[etymonline稻糠亩]是:re- "opposite, against", "call back a hawk to the glove".
counterclaim. counter-是反的意思,如CS: Counter-Strike; counteract, counterattack, counterpart(想想对手戏)
disclaim =deny
quitclaim
n.
1. a transfer of one's interest in a property, esp. without a warranty of title. A warranty of title is a guarantee by a seller to a buyer that the seller has the right to transfer ownership and no one else has rights to the property. In addition, a warranty of title may be used to guarantee that no other party has copyright, patent or trademark rights in the property being transferred.
v.t.
2. give up claim by means of a quitclaim deed (act, thing done)
应该和acquit有点关系。我把房子卖给你了,但我不保证过几天我老婆说不行。
TBBT.S7.E16: Sheldon doesn't like reclaimed wood. He's afraid the original owners will come back.
[reclaimedflooringco] Reclaimed Wood or Lumber has a past and has been used for buildings and structures from the 18th to the early 20th century. The wood is recycled and reused to meet today’s ever-growing need for sustainable and eco-friendly homes and businesses. Reclaimed wood shouldn´t be confused with salvaged wood, which has been cut and stored for several years, but not used for any form of construction.
Today’s century-old reclaimed wood emerges from a time when wood was in abundance, both in North America and Europe, and was used as a principal building material. The majority of the recycled flooring and wall panelling you see in homes, offices, bars, and restaurants, comes from the factories, warehouses, mills and railways of the USA and France, and from the industrial north of England.
Reclaimed wood is a stylish and popular choice to decorate and enhance commercial premises and modern homes. Wood over 100 years old is particularly suitable for high-traffic areas, due its tight grain, which makes it resistant and hard-wearing. Any species of wood can be reclaimed, but some of the most common are Douglas fir, redwood, and oak.
六级/考研单词: timber, recycle, sustain, confuse, salvation, construct, abundant, headmaster, warehouse, mill, railroad, grain, oak
acclaim的更多相关文章
- UVALive 7261 Xiongnu's Land (扫描线)
Wei Qing (died 106 BC) was a military general of the Western Han dynasty whose campaigns against the ...
- 2016.07.04,英语,《Vocabulary Builder》Unit 23
text comes from a Latin verb that means 'to weave'. textile: ['tekstaɪl] adj. 纺织的 n. 纺织品; texture: [ ...
- Nuttx操作系统
前几天答辩的时候看到有同学在用,回来后查了点资料. 来源:天又亮了 1 NuttX 实时操作系统 NuttX 是一个实时操作系统(RTOS),强调标准兼容和小型封装,具有从8位到32位微控制器环境的 ...
- (UVALive 7261)Xiongnu's Land 二分
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_ ...
- The top 100 papers Nature explores the most-cited research of all time.
The top 100 papers Nature explores the most-cited research of all time. The discovery of high-temper ...
- NuttX 介绍
(嵌入式 实时操作系统 rtos nuttx 7.1) NuttX 介绍 转载请注明出处:http://blog.csdn.net/zhumaill/article/details/24197637 ...
- 英语词汇周计划(1-1)group 1
abandon 1.He abandoned his wife and ten-year-old daughter. 2.abandon oneself to do sth 3.with abando ...
- ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)
相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...
- 【托业】【新托业TOEIC新题型真题】学习笔记5-题库二->P7
--------------------------------------单词-------------------------------------- amenity 适意:休闲设施 onsit ...
随机推荐
- Ubuntu 16.04 菜单栏 换位置 挪到左边 挪到下边
Ubuntu菜单栏的位置可以调 到左侧 或者底部 调整到底部 $ gsettings set com.canonical.Unity.Launcher launcher-position Bottom ...
- HTML 罗盘式时钟
代码块: 1 <!DOCTYPE html> 2 <html lang="zh-hans"> 3 <head> 4 <meta chars ...
- pip 更新方法
使用python -m pip install --upgrade pip 使用python -m pip install -U --force-reinstall pip 使用pip install ...
- MySQL高级篇 | 索引介绍
前言 性能下降SQL慢的原因 查询语句写的烂 索引失效 单值索引 复合索引 关联查询太多join(设计缺陷或不得已的需求) 服务器调优及各个参数设置(缓冲.线程数等) 索引是什么 MySQL官方对索引 ...
- PTA甲级1094 The Largest Generation (25分)
PTA甲级1094 The Largest Generation (25分) A family hierarchy is usually presented by a pedigree tree wh ...
- windows 下 redis服务经常自动关闭
记一次线上服务器redis 经常掉线的问题 环境: windows service 2019, redis, java8, 由于服务器资源有限, 项目的数据库oracle, 缓存数据库redis和we ...
- asp.net中HttpCookie操作cookie的方法
微软对HttpCookie的定义为"提供创建和操作各 HTTP Cookie 的类型安全方法." HttpCookie的构造函数一共有两个 1.HttpCookie(String) ...
- Excel - java
package com.e6soft.project.ExcelUtil; import java.io.BufferedInputStream; import java.io.File; impor ...
- WPF嵌入Unity3D之后,unity3D程序的键盘和鼠标事件无法触发(3D程序的焦点无法激活)的解决方案
目前最通用的客户端调用3D的方式,就是WPF程序通过Process启动Unity3D的exe进程,直接上代码: //开启3D进程 internal void Create3DProcess(strin ...
- 动图图解!怎么让goroutine跑一半就退出?
光看标题,大家可能不太理解我说的是啥. 我们平时创建一个协程,跑一段逻辑,代码大概长这样. package main import ( "fmt" "time" ...