acid, acknowledge, acquaint
acid
sulphuric|hydrochloric|nitric|carbolic|citric|lactic|nucleic|amino acid: 硫|盐|硝|碳|柠檬|乳|核|氨基酸 王水是意译: Aqua regia is a mixture of nitric [含氮的] and hydrochloric [含氢和氯的] acid concentrations [浓缩物], usually one portion of the former by volume to three portions of the latter [不是later,多个t]. The alchemists [炼金术士] gave this mixture its name (literally [按字面意思], "royal water") due to its ability to dissolve [溶解] gold and other so-called noble metals [贵金属]. alkali/base: 碱, salt: 盐/食用盐; ammonia: 氨水
The 'al-' part of the word in Arabic [阿拉伯语] is the definite artile [定冠词] like 'the' in English. alchemist: the 化学家。alcohol: the kuhl/kuhul (essence of wine, spirit [烈酒]). Kohl is a cosmetic used around women's eyes. "一般来说睫毛膏的成分中不含酒精",我怀疑最早是含的。"文艺复兴早期的贵妇人会使用含有醋、砷、氢氧化物以及碳酸盐的化妆品。" They are crazy.
Vinegar comes from the French phrase 'vin aigre,' which means sour wine. The wine tastes vinegary. "Sour as vinegar" is an idiom [习语]. Vinegar is sour. Don't eat it recklessly [鲁莽地].
Yoghurt (in Turkish yoghurut – curdled [结成凝乳] milk) is the most well-known and popular fermented [发酵] dairy product. It is produced with the help of selected lactic acid bacteria. Kefir [酸牛乳酒] is a fermented milk similar to yoghurt. It is one of the oldest cultured [grow bacteria] milk products in existence, enjoying widespread popularity in Russia and the Caucasus [高加索]. The word kefir comes from a language of the Caucasus, where it has been drunk since at least ancient times. Soured milk, similar to home-produced milk, is produced in dairy industrial plants by adding a culture of several types of lactic acid bacteria, the main one being Streptococcus lactis, to pasteurised [巴斯德] milk. Sour cream's history dates back to the first half of the 20th century, and is associated with the cooking traditions of Eastern Europe, Germany, Ukraine and Russia. Originally, making sour cream involved allowing fresh cream to sour naturally. Today, commercial [商业的] sour cream can contain the addition of lactic acid, gelatin or guar gum [不解释,要学会跳着看,smurf化,stuff化]. Both yoghurt and soured milk contain up to three bacteria, although the most prominent [显著的、突出的] among the three is traditional kefir, as in addition to more than a hundred microorganisms, it also contains yeast [酵母]. Kefir is considered to be the undisputed king of fermented dairy products.
Probiotic [益生菌, pro+biotic] yoghurt has grown in popularity in recent years. The main difference between regular and probiotic yoghurts is mainly the bacteria that they contain. The probiotic cultures [菌落] most commonly found in probiotic yoghurt are blah-blah-blah.
Lemons are acid fruits. 词典没明确说acid不能做表语,不过Some oranges have an acid flavor.好像更顺些。acid: sharp sour,尖酸。“真金不怕火炼”, 英语有acid test. 王水是浓盐酸与浓硝酸的混合物,能溶解黄金。The acid test of a teacher is 'Would you teach your own children?' It's an acid comment. The remark is acid. There's something acid in her tone.
acidity of the stomach: 胃酸(稀盐酸)过多。acid rain: 酸雨。不能说acid一定比sour酸,也许acid偏物质构成,sour偏味觉体验。acid的词源是: 'to be sour'
mellow: 香醇的; luscious: 香甜的; My mouth is full of saliva, I'm practically drooling. Salted garlic peanuts are savory. Monica's cheesecake is mealy (dry and powdery).
acknowledge
accord+knowledge. accord好几个意思,knowledge不遑多让,We gotta acknowledge the word acknowledge has many meanings.
Advice or acknowledgment of receipt is a postal service returning to the sender a form or card signed by the recipient. This is evidence that the letter was received, and these forms (or cards) are frequently seen with legal endorsements. It had existed under various names in some postal entities as early as the late 18th century, and was adopted by the GPU General Postal Union in 1875, and again by its successor, the UPU Universal Postal Union in 1879.
acquaint
quaint <= French(clever) <= Latin(known). acquaint: to know. 但quait: unusual and attractive. “古往今来,以讹传讹,好事者竟故意的弄出这古迹来以愚人。” ——《红楼梦》
在TBBT里,Sheldon called Leonard and Raj friends, and Howard a "treasured acquaintance". 最后一集他领诺贝尔奖时致辞:...I was there the moment Leonard and Penny met... [LDOCE][牛津]
1. I made his acquaintance at a party. [我无端地觉得这party比较高端]
2. Most people are nicer than you think on first acquaintance.
scrape (up) an acquaintance with sb: attempt to meet or befriend sb [somebody], esp [especially] because they may prove useful to one's needs, ambitions, or desires, 套瓷. "Well then, the soultion is simple. I shall befriend him. Kripke! ... Well I think we're off to a terrific start."
acid, acknowledge, acquaint的更多相关文章
- 分布式系列文章——从ACID到CAP/BASE
事务 事务的定义: 事务(Transaction)是由一系列对系统中数据进行访问与更新的操作所组成的一个程序执行逻辑单元(Unit),狭义上的事务特指数据库事务. 事务的作用: 当多个应用程序并发访问 ...
- 关于Redis的ACID
事务是一个数据库必备的元素,对于redis也不例外,对于一个传统的关系型数据库来说,数据库事务满足ACID四个特性: A代表原子性:一个事务(transaction)中的所有操作,要么全部完成,要么全 ...
- ACID属性区别
事务是指对系统进行的一组操作,为了保证系统的完整性,事务需要具有ACID特性,具体如下: 1. 原子性(Atomic) 一个事务包含多个操作,这些操作要么全部执行,要么全都不执行.实现事务的原 ...
- The Myths about Transactions (ACID) and NoSQL
There has been widespread characterization of one of the major distinctions between NoSQL and tradit ...
- 传智播客JavaWeb day11--事务的概念、事务的ACID、数据库锁机制、
1. 什么叫做事务? 2.默认情况下每一条sql语句都是一个事务,然后自动提交事务 ps:如果想多条语句占一个事务,则可以手动设置SetAutoCommit为false 3.关键字 start tr ...
- Atitit ACID解决方案2PC(两阶段提交) 跨越多个数据库实例的ACID保证
Atitit ACID解决方案2PC(两阶段提交) 跨越多个数据库实例的ACID保证 1.1. ACID解决方案1 1.2. 数据库厂商在很久以前就认识到数据库分区的必要性,并引入了一种称为2PC( ...
- 关系型数据库ACID
关系型数据库ACID 一.事务 定义:所谓事务,它是一个操作序列,这些操作要么都执行,要么都不执行,它是一个不可分割的工作单位. 准备工作:为了说明事务的ACID原理,我们使用银行账户及资金管理的案例 ...
- 数据库事务的特性(ACID)
数据库的事务是数据库中一系列(增删查改)操作的集合. 一般来说,事务的范围根据业务而定,比如转账.修改个人信息 转账:从A账户将200元转移到B账户 从A账户中扣除200元 将200元加入到B账户中 ...
- ACID
ACID:数据库事务正确执行的四个基本要素的缩写. ACID,指数据库事务正确执行的四个基本要素的缩写. 包含:原子性(Atomicity) 一致性(Consistency) 隔离性(Isolatio ...
随机推荐
- python 3 range函数类型
在python3中 print(range(10))range(0,10) 得出的结果是 range(0,10) ,而不是[0,1,2,3,4,5,6,7,8,9] ,为什么呢?而且原来Python2 ...
- 批量免密ssh
参考连接:https://www.cnblogs.com/xiaoyuxixi/p/11413355.html 适用于所有密码都一样的情况下 应用场景: 在应用ansible的实际情况中,有一个很现实 ...
- LOTO示波器配合VI曲线测试仪在电路板维修中的应用
LOTO示波器配合VI曲线测试仪在电路板维修中的应用 市面上的VI曲线测试仪价格都在2000元到万元不等,同时大多携带不方便,有个别产品可以携带,但是功能单一(比如无法保存曲线,对比曲线等),那么LO ...
- 重新整理 .net core 实践篇——— filter[四十四]
前言 简单介绍一下filter 正文 filter 的种类,微软文档中写道: 每种筛选器类型都在筛选器管道中的不同阶段执行: 授权筛选器最先运行,用于确定是否已针对请求为用户授权. 如果请求未获授权, ...
- pip 更新方法
使用python -m pip install --upgrade pip 使用python -m pip install -U --force-reinstall pip 使用pip install ...
- Azure Virtual NetWoker(一)对等互连网络
一,引言 Virtual NetWork Peering 可以无缝连接两个 Azure Virtual NetWork,Virtual NetWork Peering 直接的网络流量是专用的.在实际项 ...
- 如何系统学习C 语言(下)之 预处理命令篇
大话c语言(下)之 预处理命令篇 预处理就是在编译之前,通过一些预处理命令对源代码进行管理和控制的过程. 由源代码得到可执行的程序,会经过预处理.编译.汇编和链接几个过程 预处理命令大致可以分为文件包 ...
- 要web开发精品教程吗?免费无广告一百期连讲的那种-逐浪CMS前端开发100期入门教程全面开放
要web开发精品教程吗?免费无广告一百期连讲的那种-逐浪CMS前端开发100期入门教程全面开放 大师主讲 经验难得 由逐浪CMS首席架构师发哥老师,亲自主理讲解. 历时一年精心打造, 汇聚了互联网诞生 ...
- SVGO: Node.js 开发的 SVG 矢量图优化工具(svg压缩工具)
SVG图片压缩 这是个通过借助npm包的一种方式去压缩svg的图片,由于阿里的图库自己创建的图标有大小的限制,当我们想要自己用自己的图标的时候就可以使用这种方式去完成对svg的图片压缩. 1.下载no ...
- Django笔记&教程 0-1 前言
Django 自学笔记兼学习教程第0章第1节--前言 点击查看教程总目录 1 最初的想法 自学Django已经有一段时间了,自认收获不少,学的还算可以,然而实际去做项目写代码的时候,很多用法记得不清, ...