abandon

Abandon is a 2002 American psychological thriller drama film [惊悚片]

...

Waiting for Handler on campus [校园], Katie is once again attacked by Embry, who promises to find her wherever she goes before running off. Informing Handler of her encounter [遇到] with Embry, Katie asks him if the two of them can just leave, but Handler insists on putting a stop to Embry's threats [威胁]. Following Katie's direction to where Embry ran off, Handler and Katie venture [冒险] into Embry's former dormitory [宿舍], which is now *abandoned* due to the building's derelict [坍塌的] structure. As they walk into one of the building's old tunnels [地下通道], a former spot for Katie and Embry's trysts [幽会], Katie begins to interact [交流] with Embry, but Handler sees no one.

...

Through flashbacks [镜头的闪回], Katie and Embry have been in the same location two years prior, with Embry cruelly breaking up with her and calling off [取消] their planned trip to Greece [希腊]. It is subsequently [随后] revealed [显露] that as a repercussion [后果] of her father's *abandonment* of her at a young age, Katie possesses [有] severe psychotic [精神病] tendencies [倾向] surrounding [比喻的用法,查词典] *abandonment*. Distraught [心烦意乱] over Embry's disposal [处置] of her, Katie picks up a rock and strikes him from behind repeatedly, killing him.

aboard

board做动词有上车/船/飞机的意思,boarding就是正在上。board做名词有板的意思,车厢地板的板。

a是个词根,有三种意思:
1. 以某种状态或方式,如: afire, aloud, alive, afloat等
2. at, in, on, to sth,如: abed, aboard, abroad, ahead, afoot, ashore等
3. not/without, 如: amoral, atypical等

aboard: 到板上去。abroad: 到broad(广、大)的地方去:到国外去。过去有些人一辈子没去过县城。

All aboard! 全体上车。发音像拼音的ao-le-bao-de. 即All的l和aboard的a粘起来读。这种现象很常见,再如disagree,构词是dis+agree,读音是/disəˈgriː/,不是dis...agree. 手机/电脑上的词典和翻译软件,许多有发音功能,建议多听并模仿,音标供参考,不要背,更不要练印刷体。非专业人士不要苦练a和ʌ,i和ə等,长的长(i和i:),重的重,forty和fourteen能让人听出差别,就差不离。印度人Raj把所有的θ念成t,如think成了tink, 老外也能听懂。

abolish

The *abolition* of slavery occurred at different times in different countries. It frequently occurred sequentially [顺序地] in more than one stage - for example, as *abolition* of the trade in slaves in a specific country, and then as *abolition* of slavery throughout empires [帝国]. Each step was usually the result of a separate law or action. This timeline shows *abolition* laws or actions listed chronologically [按时间顺序地]. It also covers the *abolition* of serfdom [农奴制].

The Fugitive [逃犯] Slave Law of 1850 requires the return of escaped slaves to their owners regardless [与...无关] of the state they are in. 1852 Constitution [宪法] officially declared slavery illegal. Dred Scott v. Sanford rules [裁定] that black slaves and their descendants [后裔] cannot gain American citizenship and that slaves are not entitled to [具有...的权利] freedom even if they live in a free state for years. 1862, Slave trade *abolished*. 1863, Lincoln issues [发出] the Emancipation [解放] Proclamation [宣言], freeing all slaves in Confederate[美国南部邦联]-controlled areas. Most slaves in "border states" are freed by state action, and a separate law frees the slaves in Washington, D.C. 1865, Slavery *abolished*, except as punishment for crimes [对犯罪的惩罚例外], by the Thirteenth Amendment [修正] to the United States Constitution. It frees 40,000 remaining slaves in border states. Thirty out of thirty-six states vote to [投票赞成] ratify [使...生效] it; New Jersey, Delaware, Kentucky, and Mississippi vote against [反对].

abandon, aboard, abolish的更多相关文章

  1. aboard, abolish

    aboard board做动词有上车/船/飞机的意思,boarding就是正在上.board做名词有板的意思,车厢地板的板. a是个词根,有三种意思:1. 以某种状态或方式,如: ablaze, af ...

  2. .NET清除Session 的几个方法[clear/removeAll/remove/Abandon]

    1.clear() 清空所有session对象的值,但保留会话   2.removeAll() 调用clear()方法   3.remove("SessionName") 删除某个 ...

  3. Session.Abandon, Session.Clear和Session.Remove的区别

    Session.Clear()就是把Session对象中的所有项目都删除了, Session对象里面啥都没有.但是Session对象还保留. Session.Abandon()就是把当前Session ...

  4. Session.Abandon和Session.Clear的实现和区别

    我在网上找了一个比较贴切的描述: Session.Clear()就是把Session对象中的所有项目都删除了,Session对象里面啥都没有.但是Session对象还保留.Session.Abando ...

  5. Failed to abandon session scope: Connection timed out

    系统log 出现  Failed to abandon session scope: Connection timed out  错误, reboot无法重启 解决办法就是让postfix只用IPv4 ...

  6. HttpContext.Current.Session.Abandon() 大坑 要注意

    HttpContext.Current.Session.Abandon(); 如果在调用以上代码之后再存储session 在当前上下文之内是可以访问session的.. 但是页面跳转之后..在其他页面 ...

  7. Session.Abandon和Session.Clear有何不同 (转)

    Session.Clear()就是把Session对象中的所有项目都删除了, Session对象里面啥都没有.但是Session对象还保留.Session.Abandon()就是把当前Session对 ...

  8. Druid连接池 报错:abandon connection原因分析

    问题现象:使用Druid的数据库连接池,在进行一个查询SQL的时候,抛出了异常: [2017-10-20 01:40:59.269 ERROR com.alibaba.druid.pool.Druid ...

  9. Session.Abandon与Session.Clear之间的区别

    Session.Clear()就是把Session对象中的所有项目都删除了,Session对象里面什么都没有.但是Session对象还保留. Session.Abandon()就是把当前Session ...

随机推荐

  1. RocketMQ源码详解 | Broker篇 · 其二:文件系统

    概述 在 Broker 的通用请求处理器将一个消息进行分发后,就来到了 Broker 的专门处理消息存储的业务处理器部分.本篇文章,我们将要探讨关于 RocketMQ 高效的原因之一:文件结构的良好设 ...

  2. linux环境下redis安装(redis伪集群搭建)

    redis在linux环境下搭建 1.创建目录 [root@192 local]# mkdir /usr/local/redis 2.下载redis,并解压 [root@192 local]# wge ...

  3. AppScan 10安装使用

    一.简介 AppScan是IBM的一款web安全扫描工具,具有利用爬虫技术进行网站安全渗透测试的能力,能够根据网站入口自动摸取网页链接进行安全扫描,提供了扫描.报告和修复建议等功能. appscan有 ...

  4. 【前端工具】nodejs+npm+vue 安装(windows)

    预备 先看看这几个是干嘛的,相互的关系是啥. nodejs是语言,类比到php. npm是个包管理,类比到composer. vue是个框架,类比到laravel. webpack是个打包工具. 先下 ...

  5. PTA 7-1 是否完全二叉搜索树 (30分)

    PTA 7-1 是否完全二叉搜索树 (30分) 将一系列给定数字顺序插入一个初始为空的二叉搜索树(定义为左子树键值大,右子树键值小),你需要判断最后的树是否一棵完全二叉树,并且给出其层序遍历的结果. ...

  6. Java 源码如何分析?

    如何阅读源码?万事开头难,源码从哪里开始看?我也是刚对源码的阅读研究不深,但是可以谈谈自己的源码阅读感受. 刚开始吧,只是对某些代码的实现原理感到好奇,好奇是怎么实现这种功能,实现这种效果的,对其背后 ...

  7. [第三章]c++学习笔记1(this指针)

    this指针作用,其作用就是指向成员函数所作用的对象 使用例 为了返回c1,使用this指针,来指向作用的对象 使用空指针调用hello,调用hello欲使其作用在p指向的对象上,然而p没指向任何对象 ...

  8. Databend 设计概述 | 白皮书

    Databend 是一个开源的.完全面向云架构的新式数仓,它提供快速的弹性扩展能力,并结合云的弹性.简单性和低成本,使 Data Cloud 构建变得更加容易. Databend 把数据存储在像 AW ...

  9. 菜鸡的Java笔记 第十五 this 关键字

    this 关键字                对于this关键字有三种用法:表示本类属性,调用本类方法,当前对象        this 关键字如何实现属性,方法的调用,以及对象本身的描述      ...

  10. FastAPI 学习之路(六十一)使用mysql数据库替换sqlite数据库

    我们首先需要安装对应的连接的依赖 pip install pymysql 然后在配置testDatabase.py from sqlalchemy import create_engine from ...