ADJ-GRADED 技巧性很强的;注重细节的A delicate task, movement, action, or product needs or shows great skill and attention to detail.

...a long and delicate operation carried out at a hospital in Florence...

在佛罗伦萨一家医院里进行的一场耗时长、难度高的手术

ADJ (证据或信息)确凿的,确切的Definite evidence or information is true, rather than being someone's opinion or guess.

We didn't have any definite proof...

我们没有任何确实的证据。

N-VAR 密度;稠密;密集Density is the extent to which something is filled or covered with people or things.

...a law which restricts the density of housing...

限制房屋密集程度的法规

to say that something is not true

否认,否定

He will not confirm or deny the allegations.对那些指控他将不置可否。
[ + that ] Neil denies that he broke the window, but I'm sure he did.尼尔不承认是他打破了窗户,但我敢肯定是他干的。
[ + -ing verb ] Neil denies breaking the window.尼尔不承认是他打破了窗户。
 

to not allow someone to have or do something

不允许;剥夺;拒绝

Her request for time off work was denied.她的休假请求未获得批准。
No one should be denied a good education./A good educationshould be denied to no one.任何人都不能被剥夺接受良好教育的权利。

to prepare something, usually something official, in writing

起草,草拟

I've drawn up a list of candidates that I'd like to interview.我草拟了一个想要采访的候选人名单。

PHRASAL VERB 凭借;利用;动用If you draw on or draw upon something such as your skill or experience, you make use of it in order to do something.

He drew on his experience as a yachtsman to make a documentary programme.

他凭借曾经做过快艇驾驶员的经验制作了一档纪实节目。

She is very clever. He is no equal for her.
不是对手
 

VERB 使立足;使被认可;确立(地位)If you establish yourself, your reputation, or a good quality that you have, you succeed in doing something, and achieve respect or a secure position as a result of this.

This is going to be the show where up-and-coming comedians will establish themselves...

这将是大有前途的喜剧演员们让自己获得认可的节目。

He has established himself as a pivotal figure in US politics...

他已经确立了自己在美国政界的核心地位。

having the necessary toolsclothesequipment, etc.

配有必要的工具(衣物、设备等)的;装备齐全的

Their schools are very poorly equipped.他们学校的教学设备很简陋。
 

delicate|definite|density|deny doing|draw up |draw on|no equal for|establish|equipped|的更多相关文章

  1. Cocos2d 利用继承Draw方法制作可显示三维数据(宠物三维等)的三角形显示面板

    很久没有写博客了,这段时间比较忙,又是搬家又是做自己的项目,还有太多琐碎的事情缠身,好不容易抽出时间把最近自己做的一些简单例子记录一下. 在我的项目中,我需要一个显示面板来显示游戏中的一个三维数据,例 ...

  2. Custom draw 和 Owner draw 的区别

    "Custom Draw" is a feature shared by all of Microsoft's common controls, which allows you ...

  3. [Android学习笔记]View的draw过程学习

    View从创建到显示到屏幕需要经历几个过程: measure -> layout -> draw measure过程:计算view所占屏幕大小layout过程:设置view在屏幕的位置dr ...

  4. Java Draw

    简单绘画 直线 矩形 圆 根据矩阵画图 package com.zhoudm; import java.awt.*; import javax.swing.*; public class Draw e ...

  5. Activtiy完全解析(三、View的显示过程measure、layout、draw)

    转载请标明出处: http://blog.csdn.net/xmxkf/article/details/52840065 本文出自:[openXu的博客]   在Activity完全解析的第一篇文章A ...

  6. arcgis for js学习之Draw类

    arcgis for js学习之Draw类 <!DOCTYPE html> <html> <head> <meta http-equiv="Cont ...

  7. 源码分析篇 - Android绘制流程(二)measure、layout、draw流程

    performTraversals方法会经过measure.layout和draw三个流程才能将一帧View需要显示的内容绘制到屏幕上,用最简化的方式看ViewRootImpl.performTrav ...

  8. Android自己定义view之measure、layout、draw三大流程

    自己定义view之measure.layout.draw三大流程 一个view要显示出来.须要经过測量.布局和绘制这三个过程,本章就这三个流程具体探讨一下.View的三大流程具体分析起来比較复杂,本文 ...

  9. cocos2d-x 2.0下怎样让BOX2D DEBUG DRAW的方法笔记

    原文链接: 这两天玩 cocos2d-x 和 box2d,发现 cocos2d-x 2.0 版本号要使用老方法 debug 渲染会出错.于是找到了新方法来 debug draw: 首先在你的头文件中添 ...

随机推荐

  1. [kuangbin 带你飞] DP专题——HDU - 1024

    Max Sum Plus Plus Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others ...

  2. 损失函数coding

    损失函数(Loss Function)和成本函数(Cost Function)之间有什么区别? 在此强调这一点,尽管成本函数和损失函数是同义词并且可以互换使用,但它们是不同的. 损失函数用于单个训练样 ...

  3. c# 基础switct---case用于处理多条件的定值的判断

    题目:李四的年终工作评定,如果定为A级,则工资涨500元,如果定为B级,则工资涨200元,如果定为C级,工资不变,如果定为D级工资降200元,如果定为E级工资降500元. 设李四原工资为5000,请用 ...

  4. Xpath编码问题解决

    使用Xpath获取属性时,出现乱码问题,解决办法找了好多,终于解决,特将办法贴在这,供大家尝试 不要直接简单的将爬取的网页设置为utf-8, 先通过print(r.encoding)输出看看爬取的是什 ...

  5. flask框架-下

    Local与偏函数 threasing.local 多个线程修改同一个数据,复制多份变量给每个线程用,为每个线程开辟一块空间进行数据存储. 不使用therading.local # 不用local f ...

  6. 蓝桥杯2015-省赛-C/C++-A组2题 星系炸弹

    在X星系的广袤空间中漂浮着许多X星人造“炸弹”,用来作为宇宙中的路标.每个炸弹都可以设定多少天之后爆炸.比如:阿尔法炸弹2015年1月1日放置,定时为15天,则它在2015年1月16日爆炸.有一个贝塔 ...

  7. 一个理解基本RCNN的简单例子

    对于一个最简单的RNN网络https://github.com/Teaonly/beginlearning/ """Minimal character-level Van ...

  8. 在后端C#中 call web api

    我们要想使用web api, 需要首先在azure 中创建application. (如何创建application可以参考我的另一篇blog 从O365中获取users到D365中 ) Get 我们 ...

  9. redis备忘录

    Redis 是一个基于内存的高性能key-value数据库.Redis本质上是一个Key-Value类型的内存数据库,很像memcached,整个数据库统统加载在内存当中进行操作,定期通过异步操作把数 ...

  10. 对《The future of ReactiveCocoa》的一些思考

    前言 我以为 第一次接触 swift 语言时,看到函数的表示形式如下: func fun(num: Int) -> Int { return num + 1 } let f = fun(1) 和 ...