word20161231
1、
measurement
英[ˈmeʒəmənt]
美[ˈmeʒərmənt]
n. 量度; 份量,尺寸; 测量法; (量得的) 尺寸;
[例句]We took lots of measurements
我们得到了许多测量结果。
[其他] 复数:measurements
2、
crayon
蜡笔['kreiən]
3、
leg
腿[leɡ]
4、
rabbit
兔子['ræbit]
5、
squirrel
松鼠['skwə:rəl]
6、
French fries
榨薯条
7、
doll
玩具娃娃[dɔl]
8、
kite
风筝[kait]
9、
peasant
农民['pezənt]
10、
slogan
标语,口号['sləuɡən]
11、
goose
鹅[ɡu:s]
geese鹅(复数) [ɡi:s]
12、
crossing
十字路口['krɔ:siŋ]
13、
mop
擦,抹,拖[mɔp]
14、
hurry
匆忙,赶紧 ['hʌri] hurry up! 快点!
15、
classmate
同学['klɑ:smeit]
16、
fridge
冰箱[fridʒ]
17、
brand assets
网络 品牌资产;
[例句]Based on client loyalty, this paper also puts forward the bi-circulating model ofbrand assets promotion.
基于顾客忠诚,又提出了品牌资产提升的双循环模型。
18、
tooltip
[词典] 工具提示; 提示信息; 提示框; 提示文本;
[例句]Shows a dockable with an icon and tooltip.
显示了一个图标和一个可停靠的工具提示。
19、
mockup 英['mɒkʌp]
美['mɒkˌʌp]
[词典] 实体模型; 假雷达; 制造模型; 制造样机;
[例句]The concept of the digital mockup and its us.
定义了飞机设计中数字样机的概念,以及其应用范畴。
20、
annotation 英[ˌænə'teɪʃn]
美[ˌænə'teɪʃn]
n. 注释;
[例句]She retained a number of copies for further annotation.
她保留了许多副本以便作进一步的注解。
[其他] 复数:annotations
word20161231的更多相关文章
随机推荐
- [LeetCode] 18. 四数之和
题目链接:https://leetcode-cn.com/problems/4sum/ 题目描述: 给定一个包含 n 个整数的数组 nums 和一个目标值 target,判断 nums 中是否存在四个 ...
- 微信连wifi认证
官网 https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1444894086 https://blog.csdn.net/u0116 ...
- elementUi、iview、ant Design源码button结构篇
在看elementUI的button组件的时候,一起和iview.ant Design的button组件比 较功能.样式.代码结构,看他们的一些不同点,不同的写法哪种会好些,button的对外开放的功 ...
- Anaconda安装及使用
前言 在Linux系统上一般会预安装python,但有时候版本过低,通过apt或yum无法安装较新的python版本,只能通过编译python源码进行安装.然而通过源码安装会依赖大量的库,手动安装这些 ...
- [官网]Windows modules
Windows modules https://docs.ansible.com/ansible/latest/modules/list_of_windows_modules.html win_acl ...
- Python一些代码
自定义with open打开文件 # 是使用上下文管理协议自定义open class Open(object): def __init__(self,filepath,mode='r',encodin ...
- spring boot Websocket(使用笔记)
使用websocket有两种方式:1是使用sockjs,2是使用h5的标准.使用Html5标准自然更方便简单,所以记录的是配合h5的使用方法. 1.pom 核心是@ServerEndpoint ...
- swiftmailer时没有设置https的选项,才可以发送成功。在linux下面
<?php $su = 'register'; $ge = '1362836763@qq.com'; $co = 'Please register!'; send_mail($su,$ge,$c ...
- bind:tap="onLike" 中不能添加参数 及 dataset 传值
<view bind:tap="onLike({{id}})"></view> //Component "pages/book-detail/bo ...
- Oracle篇 之 多表查询
一.概念 从多个表中查询数据时,需要在表和表间建立连接,一般使用主外键建立连接 二.连接种类 1. 等连接:连接条件使用等号 非等连接:连接条件使用等号以外的其它符号 2. 内连接:根据指定的连接条件 ...