L140
一本载有许多时装照片的杂志是用带有光泽的优质纸印制的。
A glossy magazine has lots of pictures of fashionable clothes and is printed on good quality paper.
A magazine containing many photographs of fashion is printed on fine glossy paper.
Preliminary results confirmed the scientist's prediction.
As usual, the yearly audit will take place in December.
单是这事实的叙述就花了两小时.
The bare narration of the fact took two hours.
The two countries were on the point of war due to the diplomatic disputes.
他们须疏浚运河河道轮船方可通航.
They have to dredge the canal so that ships can use it.
他们表现得极为克制, 未在电视上公开吵起来.
They showed a remarkable degree of moderation in not quarrelling publicly on television.
你能给我一份你笔迹的样本吗?
Can you give me a specimen of your handwriting?
保留那块雕刻过的骨头并把它作为珍品展出
kept the carved bone and displayed it as a curiosity.
这位律师使她的委托人仅受到轻罚就获释了。
The attorney got her client off with a slap on the wrist.
The lawyer set her client free with a mere slap on the wrist.
这幅壁画法是这个画家典型的早期风格
This fresco is typical of the painter's early manner.
为避免受饥寒之苦,夫妻俩不得不双双工作
Both spouses had to take jobs in order to keep the wolf from the door.
The husband and wife had to work together to avoid hunger and cold
工资的增长跟得上通货膨涨的速度吗?
Are wages keeping pace with inflation?
Do you think the wage growth keep pace with inflation?
他们打来电话,预先告诉我他们可能耽搁一会儿
They called and warned me that they might be delayed.
They called and told me in advance that they might be delayed
他逻辑论证能力很强,所以大家都能清楚地明白他的意思。
He has logical arguments so people understand him clearly.
His logical reasoning ability is very strong, so everyone can clearly understand his meaning.
当我们成功或受到赞扬时,会自我膨胀。
We have a boost of ego when we are successful and admired.
When we are successful or praised, we inflate ourselves.
刚孵出的小鸡像绒毛球.
Newly hatched chicks are like fluffy balls.
他是教徒,但他不想把自己的信仰强加于人。
He's religious but he doesn't try to foist his beliefs on everyone.
茶叶是用茶树上有利健康的绿叶做的。
Tea is made from healthy green foliage of tea plant.
在关键时刻祈祷使我们变得坚强
Prayer fortified us during our crisis.
Prayer makes us strong at critical moments
只有零零星星的证据证实这个理论。
There is only fragmentary evidence to support this theory.
穿越森林的探险充满了艰辛和危险。
The expedition through the jungle was fraught with difficulties and danger.
L140的更多相关文章
- SVG 2D入门10 - 滤镜
滤镜称得上是SVG最强大的功能了,它允许你给图形(图形元素和容器元素)添加各种专业软件中才有的滤镜特效.这样你就很容易在客户端生成和修改图像了.而且滤镜并没有破坏原有文档的结构,所以维护性也很好. ...
- dmalloc 原文 翻译整理
http://blog.csdn.net/cardinal_508/article/details/5553387 L13 从快速入门开始(Quickstart) 这个库是一个文件中所有简化用法中最常 ...
- markdown syntax
Markdown 语法 转载自https://zh.mweb.im/markdown.html 首先应该了解的 每一个 Markdwon 使用者都应该了解的,是 Markdown 最基本的版本,也就是 ...
- 玩转SVG线条动画
在上一节的<SVG线条动画实现原理>一文中,了解了SVG中线动画是怎么做的.在这篇文章中,了解了怎么借助Sketch这样的制作软件绘制SVG的路径,然后借助于SVG的stroke-dash ...
- 深入浅出WPF-12.绘图与动画
绘图 1)Brush(画刷) SolidColorBrush实心画刷,直接使用颜色赋值 LinearGradientBrush线性渐变画刷,色彩沿设定的直线方向.按设定的变化点进行渐变 RadialG ...
- Redis 中的事务分析,Redis 中的事务可以满足ACID属性吗?
Redis 中的事务 什么是事务 1.原子性(Atomicity) 2.一致性(Consistency) 3.隔离性(Isolation) 4.持久性(Durability) 分析下 Redis 中的 ...
随机推荐
- jvm堆配置参数
1.-Xms初始堆大小默认物理内存的1/64(<1GB)(官方建议)2.-Xmx最大堆大小默认物理内存的1/4(<1GB)(官方建议),实际中建议不大于4GB3.一般建议设置 -Xms=- ...
- 初识ambari
本文地址:http://www.cnblogs.com/qiaoyihang/p/6290467.html 引用:http://blog.csdn.net/yeruby/article/details ...
- begoo——路由设置
路由本质是URL与要为该URL调用的视图函数之间的映射表,其实就是你定义的使用那个URL调用那段代码的关系对应表. 首先看一下最简单的路由: package routers import ( &quo ...
- java二叉排序树
二叉排序树又称二叉查找树.它或者是一颗空树,或者是具有如下性质的二叉树: 1.如果左子树不空,那么左子树上的所有节点均小于它的根节点的值: 2.如果右子树不空,那么右子树上的所有节点均大于它的根节点的 ...
- CNN学习笔记:神经网络表示
CNN学习笔记:神经网络表示 双层神经网络模型 在一个神经网络中,当你使用监督学习训练它的时候,训练集包含了输入x还有目标输出y.隐藏层的含义是,在训练集中,这些中间节点的真正数值,我们是不知道的,即 ...
- 开发者需要知道的iOS 12
总体概况 iOS 12总体来看是对现有iOS的一次改进,并没有太多突破性的功能或者框架,但是Apple在底层做了很多优化的工作,优化了性能,提供了更强大的安全性,增强了AR.Siri体验,让人工智能更 ...
- ubuntu 刚更改默认python3版本后更新包等
一般来说ubuntu 刚更改为python3为默认版本后要进行一下更新包等等的内容(当然不更新一下也是可以的,最好更新一下,第一次更新较慢) 使用下面两行代码: sudo apt-get update ...
- Difference between RouteTable.Routes and HttpConfiguration.Routes?
https://stackoverflow.com/questions/12533782/difference-between-routetable-routes-and-httpconfigurat ...
- spark学习12(spark架构原理)
spark采用的是主从式的架构,主节点叫master,从节点是worker Driver 我们编写的spark就在Driver上,由driver进程执行. Driver是spark集群的节点之一,或你 ...
- DateTime和DateTimeOffset的区别
1,DateTime 表示时间上的一刻,通常以日期和当天时间来表示. 2, DateTimeOffset 表示一个时间点,通常以相对于协调世界时(UTC)的日期和时间来表示. 3,下面是微软官方给出的 ...