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

船的甲板和车厢的地板是板(board),所以aboard是上板(车、船)。board可做动词,登机口的工作人员会喊boarding, boarding. 到广阔(broad)的地方去是出国(abroad).

说不正经的:Three days ago: 三天走掉了;away: 到路上去;She is abreast. (without sth);Abreastalley (to sth) 听起来挺洋气的。Westminster Abbey. minster - a large or important church; aha!

说正经的:

1. The couple were both quite fat and were walking abreast (side by side) and blocked the whole path.
2. You can see them walking two abreast and you have to walk into the road to get past.
3. Some people walk three abreast and really slowly, forcing me to lower my pace until I spot a chance to get around them.
4. They are walking four abreast, so that they take up all of the narrow pavement (人行道).
5. They often, too, ride five abreast, causing car drivers to swerve (突然转向) to the other side of the road to pass them.
6. The police car got abreast of him and forced him to the curb (马路牙子).
7. It's a narrow corridor (走廊) allowing only two people to walk abreast.
8. The cars are parked closing head-on (头朝前) in line abreast.
9 .As those of us who have kept abreast of current events know, this is a profoundly important election.
10. I read the paper and a variety of magazines regularly, and likes to keep abreast of current affairs.
11. I read professional periodicals and keep abreast of the latest advances in the field.
12. By keeping abreast of all cutting-edge innovations, we are forearmed to react quickly to our client's changing demands.
13. They are working shoulder to shoulder with local residents.

abase abuzz across adrift afar afresh agape aglow aground ahead alike aloft amass amend amid amidst amiss amount anew apace apart apathetic apolitical arise around ashamed ashore aside askew asleep astern astride astringent asunder asymmetric asymmetrical asymmetry atheist (theology: 神学) atone atop avoid avow await awake awaken away aweigh

a这个词根的更多相关文章

  1. 词根:sol = sun(太阳) 词根:sol = alone/single, whole/entire (单独的)

    词根:sol = sun(太阳) sol 这个词根有的书上如刘毅字典,刘洪波英文字根词源精讲等上面说来自拉丁语的sol(=sun),有的书如赢在单词上面说sol 来自拉丁语的solari,但不管哪种说 ...

  2. 词根:lun = moon, 表示“月亮”

    词根:lun = moon, 表示“月亮” lunar [lun月亮,-ar形容词后缀,…的] 月亮的,太阴的,似月的,新月形的 semilunar [semi-半,lun月亮,-ar形容词后缀,…的 ...

  3. 词根 sent/sens

    sense--> to feel (来自于拉丁语 sensus) 词根sent/sens 表示感知 sentiment 感情 consent   consensus  con- 一起, 一起的感 ...

  4. digest 词根 gest

    digest  /ˈdaɪdʒest/: to change food that you have just eaten into substances that your body can use; ...

  5. ElasticSearch 2 (23) - 语言处理系列之词根提取

    ElasticSearch 2 (23) - 语言处理系列之词根提取 摘要 世界上大多数语言都是屈折变化的,意思是词语可以通过变形来表达不同的含义: 数(Number): fox, foxes 时态( ...

  6. 英语词根与单词的说文解字---词根示例1、第10页 st(at)

    英语词根与单词的说文解字---词根示例1.第10页 st(at) 一.总结 一句话总结: 站 state,establish,constitution 英 [ɪ'stæblɪʃ; e-]  美 [ɪˈ ...

  7. 智课雅思词汇---十四、ante,anti不仅是词根还是前缀

    智课雅思词汇---十四.ante,anti不仅是词根还是前缀 一.总结 一句话总结:来源于拉丁语 ante 前.词根ant 为 anti 的变体.ante,anti不仅是词根还是前缀. 词根:ante ...

  8. 智课雅思词汇---二、词根acu和acr

    智课雅思词汇---二.词根acu和acr 一.总结 一句话总结:acu和acr:sharp锋利的,敏捷的: acuteacutelyacuity sharp锋利的,敏捷的 1.词根acr表示什么意思? ...

  9. 词根——rect

    词根rect:直 线索链 来源于简单词right righta.正确的,直的,右的 (正和直是不分的)n. 右,权利ad.正确地,在右边 rectifyv. 纠正,整顿把它直起来 rect+ify=直 ...

随机推荐

  1. populating-next-right-pointers-in-each-node leetcode C++

    Given a binary tree struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; TreeLinkNode *nex ...

  2. palindrome-partitioning-ii leetcode C++

    Given a string s, partition s such that every substring of the partition is a palindrome. Return the ...

  3. SpringMVC配置知识点

    SpringMVC原生知识点 通过idea新建一个SpringMVC的Project(新建普通的项目就行了) 填写完之后Finish就行了 (实际开发不会这么用,这么做是为了理解!) 然后就是Spri ...

  4. sudo 命令详解

    在linux系统中,由于root的权限过大,一般情况都不使用它.只有在一些特殊情况下才采用登录root执行管理任务,一般情况下临时使用root权限多采用su和sudo命令. 一.su和sudo命令对比 ...

  5. adb 安装与使用(一)

    一.ADB简介 1. 什么是adb? adb(Android Debug Bridage)是Android sdk的一个工具: adb 是用来连接安卓手机和PC端的桥梁,要有adb作为二者之间的维系, ...

  6. jenkins 安装与使用

    1.jenkins下载:https://jenkins.io/zh/download/ 2.将下载好的war包放到tomcat容器下的D:\apache-tomcat-9.0.10\webapps下( ...

  7. jvm优化理解

    jvm架构理解 jvm程序执行流程 编译器和解释器协调工作流程 在部分商用虚拟机中(如HotSpot),java程序最初是通过解释器进行解释执行的,当虚拟机发现某个方法或者某段代码执行的特别频繁后就会 ...

  8. python Max retries exceeded with URL in requests

    使用requests进行重试 import requests from requests.adapters import HTTPAdapter from requests.packages.urll ...

  9. CentOS7 hadoop3.3.1安装(单机分布式、伪分布式、分布式)

    @ 目录 前言 预先设置 修改主机名 关闭防火墙 创建hadoop用户 SSH安装免密登陆 单机免密登陆--linux配置ssh免密登录 linux环境配置Java变量 配置Java环境变量 安装Ha ...

  10. Python 中的反转字符串:reversed()、切片等

    摘要:以相反的顺序反转和处理字符串可能是编程中的一项常见任务.Python 提供了一组工具和技术,可以帮助您快速有效地执行字符串反转. 本文分享自华为云社区<Python 中的反转字符串:rev ...