ache
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的更多相关文章
- 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 ...
- Spoken English Practice(appetite,ache,meds,change, stop)Look like you got your appetite back, that's a good sign.
绿色:连读: 红色:略读: 蓝色:浊化: 橙色:弱读 下划线_为浊化 口语蜕变(2017/6/27) ...
- accommodate ~ ache
accommodate The accommodation reflex [反射] (or accommodation-convergence [会聚] reflex) is a reflex act ...
- Hadoop2.2.0安装过程记录
1 安装环境1.1 客户端1.2 服务端1.3 安装准备 2 操作系统安装2.1.1 BIOS打开虚拟化支持2.1.2 关闭防火墙2.1.3 安装 ...
- GitHub实战系列~3.提交github的时候过滤某些文件 2015-12-10
GitHub实战系列汇总:http://www.cnblogs.com/dunitian/p/5038719.html ———————————————————————————————————————— ...
- js正则表达式大全(3)
正则表达式regular expression详述(一) 正则表达式是regular expression,看来英文比中文要好理解多了,就是检查表达式符 不符合规定!!正则表达式有一个功能十分强大而又 ...
- JS 正则表达式中的特殊字符
正则表达式中的特殊字符 字符 含意 \ 做为转意,即通常在"\"后面的字符不按原来意义解释,如/b/匹配字符"b",当b前面加了反斜杆后/\b/,转意为匹配一个 ...
- 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 ...
- php正则
PHP代码 $str = preg_replace("/(<a.*?>)(.*?)(<\/a>)/", '\1<span class="li ...
随机推荐
- Linux&C ——信号以及信号处理
linux信号的简单介绍 信号的捕捉和处理 信号处理函数的返回 信号的发送 信号的屏蔽 一:linux信号的简单介绍. 信号提供给我们一种异步处理事件的方法,由于进程之间彼此的地址空间是独立的,所以进 ...
- js 事件流和事件冒泡阻止
js 事件流和事件冒泡阻止 事件流 当浏览器发展到第四代的时候(IE4与Netscape4)浏览器开发团队遇到一个有意思的的问题: 页面的哪一部分会拥有某个特定的事件? 比如在纸上画上一组同心圆,如果 ...
- [源码解析] PyTorch分布式(6) -------- DistributedDataParallel -- 初始化&store
[源码解析] PyTorch分布式(6) ---DistributedDataParallel -- 初始化&store 目录 [源码解析] PyTorch分布式(6) ---Distribu ...
- [luogu6466]分散层叠算法
做法1 对于每一个询问,直接暴力在每一个序列中二分查询 时间复杂度为$o(nk)-o(k\log n)$ 做法2 将所有序列合并后排序,并对每一个元素预处理出每个序列中第一个大于等于其的元素(位置), ...
- [atAGC045B]01 Unbalanced
将0变为-1后求前缀和,那么$s$的价值即为最大的前缀和-最小的前缀和(特别的,空前缀的前缀和为0) 令$f(x)$表示当最大的前缀和不大于$x$时,最小的前缀和最大是多少,答案即为$\min_{x} ...
- c语言if语句是如何变成汇编代码的?
1. 要编译的测试代码: int a; int b = 3; int main(void) { if (3) a = 4; else b = 5; } 2. 词法分析 词法分析将c源代码解析成一个个的 ...
- 手动实现一个vue cli
目录 手动实现一个vue cli 1. 思考准备 2. 我们组织源码将会放在名为src的目录,webpack 打包需要一个入口文件,我们取作 main.js 3. 先预想以下会用到哪些基本依赖,第一个 ...
- javascript-初级-day07
day01-运算符 <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type&quo ...
- 服务API版本控制设计与实践
一.前言 笔者曾负责vivo应用商店服务器开发,有幸见证应用商店从百万日活到几千万日活的发展历程.应用商店客户端经历了大大小小上百个版本迭代后,服务端也在架构上完成了单体到服务集群.微服务升级. 下面 ...
- CF45G
考虑哥德巴赫猜想:一个偶数可以被拆分两个质数. 所以我们考虑如果不是偶数的话,我们拆分成\((2,m-2)\)或者\((3,del(m - 3))\) 如果是偶数的话\(del(m)\),我们直接枚举 ...