ache和pain可能没啥差别,头疼和头好痛都对。从词典来看,有backache, bellyache, earache, headache, heartache, moustache/mustache (刮胡子时疼), panache (老公心疼……钱包), stomachache和toothache。有 [LDOCE]:
1. Her feet were aching from standing so long.
2. The pain in my jaw had come back.
3. He had a nasty pain in his leg.
4. If you suffer from back pain, consult your doctor before attempting this exercise.
5. The patient complained of severe chest pains.
6. She felt a sharp pain in her stomach.
7. I had a sore throat and aching limbs.
8. The astringent can cause irritation to sensitive skin.
9. You can use aches and pains to refer in a general way to any minor pains that you feel in your body.

[牛津] ache: continuous dull pain (持续而隐约的)疼痛。止痛药: painkiller。也许pain更painful些,毕竟achy长得像itchy, scratchy: 史羊羊。pain <= Old French <= Greek (payment, punishment). 近义词: agony, discomfort, distress, hurt, irritation, pang, soreness, torment.
sore: hurting when touched or used; tender and painful; aching (指身体局部) 一触或一用就痛的。

ache可以作动词,接介词不头疼。for/with,也可以接不定式,比喻的说法。anguish很疼了: mental or physical suffering caused by extreme pain or worry. 找不到比denounce (express strong disapproval)更强烈的词的话,也许只好express extremely strong disapproval indeed了?

[柯林斯]
a. If you say that you are hurting, you mean that you are experiencing emotional pain.
I am lonely and I am hurting.
b. The sun's hurting my eyes.
c. The day was bitterly cold.
d. The house felt cold and empty.
e. My tea's gone cold.
f. I'm cold.

"Strictly speaking, there are some differences between the two words. The word 'ache' is used to refer to a kind of discomfort in some part of the body. On the other hand, the word 'pain refers to acute discomfort." The point is, 背acute这个单词。

Migraine is a primary headache disorder characterized by recurrent headaches that are moderate to severe. Typically, the headaches affect one half of the head, are pulsating in nature, and last from two to 72 hours. Associated symptoms may include nausea, vomiting, and sensitivity to light, sound, or smell. The pain is generally made worse by physical activity.] Up to one-third of people have an aura: typically a short period of visual disturbance which signals that the headache will soon occur. Occasionally, an aura can occur with little or no headache following it.

Migraines are believed to be due to a mixture of environmental and genetic factors. About two-thirds of cases run in families. Changing hormone levels may also play a role, as migraines affect slightly more boys than girls before puberty and two to three times more women than men. The risk of migraines usually decreases during pregnancy. The underlying mechanisms are not fully known. It is, however, believed to involve the nerves and blood vessels of the brain.

六级/考研单词: ache, jaw, nasty, consult, limb, irritate, perpetual, punish, distress, tender, anguish, physics, denounce, disapprove, lonely, strict, differentiate, acute, moderate, affection, symptom, disturb, decrease, pregnant, underlie, vessel

Sheldon: I have pain radiating from my navel to my lower right abdomen. I'm nauseated and feverish. I believe I may have cholera.

Leonard: There's no cholera in Pasadena. Just like last summer, when there was no malaria in Pasadena.

ache的更多相关文章

  1. wget 无法建立ssl连接 [ERROR: certificate common name ?..ssl.fastly.net?.doesn?. match requested host name ?.ache.ruby-lang.org?. To connect to cache.ruby-lang.org insecurely, use ?.-no-check-certificate?]

    通过wget下载文件,报错 [root@Redmine-186 opt]# wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.6.tar.g ...

  2. Spoken English Practice(appetite,ache,meds,change, stop)Look like you got your appetite back, that's a good sign.

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/6/27) ...

  3. accommodate ~ ache

    accommodate The accommodation reflex [反射] (or accommodation-convergence [会聚] reflex) is a reflex act ...

  4. Hadoop2.2.0安装过程记录

    1    安装环境1.1    客户端1.2    服务端1.3    安装准备    2    操作系统安装2.1.1    BIOS打开虚拟化支持2.1.2    关闭防火墙2.1.3    安装 ...

  5. GitHub实战系列~3.提交github的时候过滤某些文件 2015-12-10

    GitHub实战系列汇总:http://www.cnblogs.com/dunitian/p/5038719.html ———————————————————————————————————————— ...

  6. js正则表达式大全(3)

    正则表达式regular expression详述(一) 正则表达式是regular expression,看来英文比中文要好理解多了,就是检查表达式符 不符合规定!!正则表达式有一个功能十分强大而又 ...

  7. JS 正则表达式中的特殊字符

    正则表达式中的特殊字符 字符 含意 \ 做为转意,即通常在"\"后面的字符不按原来意义解释,如/b/匹配字符"b",当b前面加了反斜杆后/\b/,转意为匹配一个 ...

  8. centos 7.0 PHP 5.6.5 安装过程 (php+nginx)

    php网址 http://php.net/downloads.php 首先下载 php-5.6.5.tar.gz [root@localhost src]# wget http://cn2.php.n ...

  9. php正则

    PHP代码 $str = preg_replace("/(<a.*?>)(.*?)(<\/a>)/", '\1<span class="li ...

随机推荐

  1. GoLang设计模式13 - 观察者模式

    观察者模式是一种行为型设计模式.这种模式允许一个实例(可以称为目标对象)发布各种事件(event)给其他实例(观察者).这些观察者会对目标对象进行订阅,这样每当目标对象发生变化时,观察者就会收到事件( ...

  2. Ubuntu 安装 mysql 报错 "update-alternatives: 错误: 候选项路径 /etc/mysql/mysql.cnf 不存在"

    解决方法: sudo cp /etc/mysql/my.cnf /etc/mysql/mysql.cnf 偷梁换柱-! 如果想更新mysql的源方法如下: wget http://dev.mysql. ...

  3. js事件常用操作、事件流

    注册事件 给元素添加事件,称为注册事件或者绑定事件. 注册事件有两种方式:传统方式和方法监听注册方式 传统方式 on开头的事件,例如onclick <button onclick="a ...

  4. 公司项目被扫出来一个Druid未授权访问漏洞

    这不是阿里druid的监控页面吗?接下来查看项目配置 1.在web.xml中有如下配置: <filter> <filter-name>DruidWebStatFilter< ...

  5. RabbitMQ 线上事故!慌的一批,脑袋一片空白。。。

    前言 那天我和同事一起吃完晚饭回公司加班,然后就群里就有人@我说xxx商户说收不到推送,一开始觉得没啥.我第一反应是不是极光没注册上,就让客服通知商户,重新登录下试试.这边打开极光推送的后台进行检查. ...

  6. OOP 4.21晚 指针知识点

    1.读法:int* ptr ptr是一个指针指向整型变量 2.指针类型:指针声明语句里的指针名字去掉,剩下的部分就是这个指针的类型; 3.指针所指向的类型:只须把指针声明语句中的指针名字和名字左边的指 ...

  7. 菜鸡的Java笔记 - java 反射机制

    反射机制        1.观察 Class 类的使用        2.利用反射改善工程设计模式        3.反射操作类结构            content (内容)        1. ...

  8. SpringCloud微服务实战——搭建企业级开发框架(二十一):基于RBAC模型的系统权限设计

    RBAC(基于角色的权限控制)模型的核心是在用户和权限之间引入了角色的概念.取消了用户和权限的直接关联,改为通过用户关联角色.角色关联权限的方法来间接地赋予用户权限,从而达到用户和权限解耦的目的. R ...

  9. 谱文混排之lilypond-book

    Lilypond有自带的谱文混排的工具lilypond-book,但是作为外行,一直很难搞清楚这个操作是怎样做的.很久之前请教过别人,但介于我的个人能力,只有粗浅理解,操作不得要领.在许多信息的拼凑之 ...

  10. mybatis一对多查询resultMap只返回了一条记录

    问题描述:因为领导的一个需求,需要用到使用resultMap,很久没使用了,结果就除了点意外.就记录下这个问题 准备两个类:author(作者)和book(书),数据库创建对应的author-> ...