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 ...
随机推荐
- java实现rsa加密算法【5min快速应用教程】
该篇文章的主要目的是让读者能够迅速应用到项目中,想要了解详细的rsa加密算法的,可以百度找到更多原理.深度分析的文章. RSA算法是一种非对称密码算法,所谓非对称,就是指该算法需要一对密钥,使用其中一 ...
- oracle 归档日志:db_recovery_file_dest、log_archive_dest和log_archive_dest_n的区别和使用
概念: db_recovery_file_dest:默认的指定闪回恢复区路径 log_archive_dest:指定归档文件存放的路径,所有归档路径必须是本地的,默认为''.log_archive_d ...
- exec系统调用 && 进程的加载过程
exec系统调用会从指定的文件中读取并加载指令,并替代当前调用进程的指令.从某种程度上来说,这样相当于丢弃了调用进程的内存,并开始执行新加载的指令. exec系统调用会保留当前的文件描述符表单.所以任 ...
- 『动善时』JMeter基础 — 57、Linux系统中运行JMeter脚本
目录 1.Linux系统中安装Java环境 (1)解压Java安装包 (2)配置Java环境变量 (3)验证Java环境是否配置成功 2.Linux系统中安装JMeter (1)下载JMeter (2 ...
- 《手把手教你》系列技巧篇(三十八)-java+ selenium自动化测试-日历时间控件-下篇(详解教程)
1.简介 理想很丰满现实很骨感,在应用selenium实现web自动化时,经常会遇到处理日期控件点击问题,手工很简单,可以一个个点击日期控件选择需要的日期,但自动化执行过程中,完全复制手工这样的操作就 ...
- Redis Stream类型的使用
一.背景 最近在看redis这方面的知识,发现在redis5中产生了一种新的数据类型Stream,它和kafka的设计有些类似,可以当作一个简单的消息队列来使用. 二.redis中Stream类型的特 ...
- url的hash和HTML5的history
url的hash和HTML5的history 第一种方法是改变url的hash值. **显示当前路径 : **location.href http://localhost:8080/# 切换路径: l ...
- Maven下载、安装、配置
简介 Maven是一个项目管理工具,主要用于Java平台的项目构建.依赖管理和项目生命周期管理. 当然对于我这样的程序猿来说,最大的好处就是对jar包的管理比较方便,只需要告诉Maven需要哪些jar ...
- 用 python 解决线性代数中的矩阵运算
用 python 解决线性代数中的矩阵运算 矩阵叉乘 矩阵求逆 矩阵转置 假定AX=B,求解未知矩阵X 矩阵的行列式值|matrix| 未完待续..... import sys from PyQt5. ...
- makefile编译子目录
make子目录常用方法 一般是 SUB_DIR = lib_src service .PHONY: subdirs $(SUB_DIR) subdirs: $(SUB_DIR) $(SUB_DIR): ...