They provide a means of keeping track of the thousands of journal papers that are published monthly or quarterly.

它们提供了一种跟踪每月或每季发表的数千篇期刊论文的方法。
 
From observers’ estimates of the brightness of the fireball, he deduced that the body in the space was between 40 feet and 260 feet in diameter.
根据观测者对火球亮度的估计,他推断,该天体的直径在40英尺到260英尺之间。
 
The three branches of government --- the legislative, the executive, and the judicial----restrain and stabilize one another through their separated functions.
政府的三个部门——立法、行政和司法——通过各自的职能相互制约和稳定。
 
The local people could hardly think of any good way to shake off poverty they had endured.
当地人几乎想不出任何摆脱他们所忍受的贫困的好办法。
 
A leading British scholar has proposed translating Shakespeare into contemporary English for the benefit of young audiences who are confused by jokes which are 400 years out of date.
英国一位著名学者提议将莎士比亚的作品翻译成当代英语,以帮助那些被过时400年的笑话弄糊涂的年轻观众。

L242的更多相关文章

随机推荐

  1. div滚动条时div内容显示一半

    本文为博主原创,未经允许不得转载 今天在做页面浏览器适配时,将页面中的一个div进行放大时,出现了滚动条,但滚动条对应div中的 内容只能显示一半. 仔细对应属性样式时,div具有overflow:h ...

  2. 02_HBase集群部署

    HBase集群部署 HBase是分布式数据库,本身也需要借助zookeeper进行集群节点间的协调(Master, RegionServer), 可以使用HBase自带的zookeeper,也可以使用 ...

  3. HDU 6162 Ch's gift(树链剖分+线段树)

    题意: 已知树上的每个节点的值和节点之间的关系建成了一棵树,现在查询节点u到节点v的最短路径上的节点值在l到r之间的节点值的和. 思路: 用树链剖分将树映射到线段树上,线段树上维护3个值,max,mi ...

  4. UVa 1626 括号序列(矩阵连乘)

    https://vjudge.net/problem/UVA-1626 题意: 输入一个由 "(" . ")" . "[" . " ...

  5. go 语言字典元素删除

    package main import "fmt" func main() { /* 创建map */ countryCapitalMap := map[string]string ...

  6. ubuntu16.04上安装Java

    1.下载jdk8 登录网址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 选择 ...

  7. webpack 多页面支持 & 公共组件单独打包

    webpack - 多页面/入口支持 & 公共组件单独打包 webpack系列目录 webpack 系列 一:模块系统的演进 webpack 系列 二:webpack 介绍&安装 we ...

  8. npm 用 淘宝代理

    1.先强制清缓存 npm cache  clean --force 2.运行的npm的指令走的淘宝代理 npm install -g cnpm --registry=https://registry. ...

  9. Python 错误与异常

    2017-08-01 13:40:17 在程序运行过程中,总会遇到各种各样的错误. 有的错误是程序编写有问题造成的,比如本来应该输出整数结果输出了字符串,这种错误我们通常称之为bug,bug是必须修复 ...

  10. 查询ORACLE存储关联表

    SELECT DISTINCT * FROM user_sourceWHERE TYPE = 'PROCEDURE'AND upper(text) LIKE '%PS_KL_ABS_002_DATA% ...