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. linux下软链接文件的拷贝

    最近在编译libnl库准备拷贝到其他机器中使用的时候出现无法拷贝问题,原因是sd卡是fat32文件系统格式,这种文件系统不支持linux下的ln软链接文件, void@void-ThinkPad-E4 ...

  2. 0x02

    #include<bits/stdc++.h> using namespace std; int n,a[10][10],vis[10],ans,b[10][10]; inline int ...

  3. vue三级路由显示+面包屑

    问题一:如何让三级路由内容显示显示在一级路由页面 可以说是我点级二级路由导航的时候是不发生跳转的,但还要去动态的生成面包屑 const routes = [{ path: '/', name: 'Ho ...

  4. 八. Go并发编程--errGroup

    一. 前言 了解 sync.WaitGroup的用法都知道 一个 goroutine 需要等待多个 goroutine 完成和多个 goroutine 等待一个 goroutine 干活时都可以解决问 ...

  5. CTF-Tools 一款CTF古典密码加解密工具

    CTF-Tools 一款CTF古典密码加解密工具 工具截图 工具简介 一款CTF编码.解码.加密.解密工具. 支持的编码解码: URL-UTF-8 URL-GB2312 Unicode Escape( ...

  6. Linux wget 命令 使用总结

    简介 wget命令用来从指定的URL下载文件.wget非常稳定,它在带宽很窄的情况下和不稳定网络中有很强的适应性,如果是由于网络的原因下载失败,wget会不断的尝试,直到整个文件下载完毕.如果是服务器 ...

  7. vue如何写组件(script标签引入的方式)

    很多人知道.vue结构的单文件组件形式,不过这种单文件组件的结构如果要加入到现有的jquery项目中就比较麻烦了,那如果我们又想用vue来写模板,又不想引入vue-cli管理,那该怎么来写组件呢?别着 ...

  8. Django 小实例S1 简易学生选课管理系统 8 CSS样式优化

    Django 小实例S1 简易学生选课管理系统 第8节--CSS样式优化 点击查看教程总目录 作者自我介绍:b站小UP主,时常直播编程+红警三,python1对1辅导老师. 前面的几节下来,用户模块基 ...

  9. Typora下载安装教程

    Typoa下载和安装 Typora---程序员记事本!!! 这里我们选择Typora作为我们的编辑器,功能的强大需要各位自己去体会. Typora下载地址 点击链接打开,然后选择Download! 根 ...

  10. Python 爬取 拉钩

    ... from urllib import request from urllib import parse from urllib.error import URLError import jso ...