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 中的 ...
随机推荐
- java中jdk安装配置信息
由于被人比较懒,有些做过的事情总是好忘,这个也不例外,索性就做个随笔. JAVA_HOMEC:\Program Files (x86)\Java\jdk1.7.0_03CLASSPATH.;%JAVA ...
- Centos学习笔记1-基本部分
1:查看系统的使用状态: 谁在线:who 网络连接状态:netstat –a 后台执行程序:ps –aux 2:关机 关机:shutdown 或者 shutdown –h now 重启:rebo ...
- java.util.Calendar简介
Calendar是一个抽象类,我们无法直接实例化它,它有一个具体子类实体类java.util.GregorianCalendar,这个类实现的就是我们日常所用的公历历法,或者叫做阳历.我们可以直接使用 ...
- Bytes to be written to the stream exceed the Content-Length bytes size specified 解决方法
context.Response.ContentType = encode; using (StreamWriter writer = new StreamWriter( ...
- C# ---sender
在某个方法中: 第一种写法: private void btn4_Click_1(object sender, RoutedEventArgs e) { btn1_Click(null, null); ...
- 响应式Tab选项卡
在线演示 本地下载
- java-json与js-json转化
js中将字符串转换成json的三种方式http://www.jb51.net/article/25987.htm JAVA对象转换为JSON字符串 http://blog.163.com/zzf_fl ...
- JAVA基础补漏--抽象类
抽象类使用的四点注意事项: 1.抽象类不能创建对象. 2.抽象类可以没有抽象方法,但有抽象方法一定得是抽象类. 3.抽象类可以有构造方法,是供子象创建对象时,初始化父类成员使用的. 4.抽象类的子类, ...
- Spring Boot 设置启动时banner
Spring Boot项目再启动的时候默认会在控制台输出一个字符banner图案,如下图: 我们可以通过下面的方法关闭启动时显示字符banner图案: 关闭banner方法一: public stat ...
- 求逆元 HDU 2516
A/B Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submiss ...