一本载有许多时装照片的杂志是用带有光泽的优质纸印制的。
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的更多相关文章

  1. SVG 2D入门10 - 滤镜

    滤镜称得上是SVG最强大的功能了,它允许你给图形(图形元素和容器元素)添加各种专业软件中才有的滤镜特效.这样你就很容易在客户端生成和修改图像了.而且滤镜并没有破坏原有文档的结构,所以维护性也很好.   ...

  2. dmalloc 原文 翻译整理

    http://blog.csdn.net/cardinal_508/article/details/5553387 L13 从快速入门开始(Quickstart) 这个库是一个文件中所有简化用法中最常 ...

  3. markdown syntax

    Markdown 语法 转载自https://zh.mweb.im/markdown.html 首先应该了解的 每一个 Markdwon 使用者都应该了解的,是 Markdown 最基本的版本,也就是 ...

  4. 玩转SVG线条动画

    在上一节的<SVG线条动画实现原理>一文中,了解了SVG中线动画是怎么做的.在这篇文章中,了解了怎么借助Sketch这样的制作软件绘制SVG的路径,然后借助于SVG的stroke-dash ...

  5. 深入浅出WPF-12.绘图与动画

    绘图 1)Brush(画刷) SolidColorBrush实心画刷,直接使用颜色赋值 LinearGradientBrush线性渐变画刷,色彩沿设定的直线方向.按设定的变化点进行渐变 RadialG ...

  6. Redis 中的事务分析,Redis 中的事务可以满足ACID属性吗?

    Redis 中的事务 什么是事务 1.原子性(Atomicity) 2.一致性(Consistency) 3.隔离性(Isolation) 4.持久性(Durability) 分析下 Redis 中的 ...

随机推荐

  1. mysql进阶(二)之细谈索引、分页与慢日志

    索引 1.数据库索引 数据库索引是一种数据结构,可以以额外的写入和存储空间为代价来提高数据库表上的数据检索操作的速度,以维护索引数据结构.索引用于快速定位数据,而无需在每次访问数据库表时搜索数据库表中 ...

  2. c++中的构造函数初始化列表

    三种情况下,必须在构造函数初始化列表中初始化成员: 1.const成员 2.引用成员 3.没有默认构造函数的成员

  3. beego——模型(model)

    beego ORM是一个强大的Go语言ORM框架.她的灵感主要来自Django ORM和SQLAlchemy. 已经支持的数据库驱动: MySQL:https://github.com/go-sql- ...

  4. go——工程结构

    Go是一门推崇软件工程理念的编程语言,它为开发周期的每个环节都提供了完备的工具和支持. Go语言高度强调代码和项目的规范和统一,这几种体现在工程结构或者说代码体制的细节之处. 1.工作区 一般情况下, ...

  5. And Design:拓荒笔记——Upload上传

    And Design:拓荒笔记——Upload上传 上传前

  6. linux sed批量替换多个文件内容

    sed -i "s/lgside/main/g" `grep -rl lgside /home/zn/work/project-template` 注意标点符号:`

  7. $ 专治各种python字符编码问题疑难杂症

    标准动作 在脚本第一行指定编码格式: # coding:utf-8 将默认的ascii字符流处理方式变为utf-8: import sys sys.getdefaultencoding() 'asci ...

  8. sublime text 3 配置在浏览器中快速预览

    1.打开Sublime,在菜单栏找到 preferences->package control->输入install package,回车 2.在弹出的输入框里输入SideBarEnhan ...

  9. 【Flask】Flask Restful api

    ### 安装: Flask-Restful需要在Flask 0.8以上的版本,在Python2.6或者Python3.3上运行.通过pip install flask-restful即可安装. ### ...

  10. python项目 配置文件 的设置

    一项目目录: 二:默认配置settings的配置:config 文件 __inint__.py文件: #!/usr/bin/env python # -*- coding: utf-8 -*- # C ...