The leaders of the two countries are planning their summit meeting with a (pledge) to maintain and develop good ties.
两国的领导人计划举办一场发表誓约的峰会以维持和发展彼此良好的关系。
Many youngsters have heard their parents say “You'll never (amount to) anything if you keep daydreaming that way!"
By advocating (moderate)reasonable change, they think that they can keep consumer costs low.
通过采取一些适度的改变,他们相信能够保持消费者的低成本。
Nuclear power , with all its inherent problems , is still the only (option) to guarantee enough energy in the future.
The promised wage increase is being delay(held back) while it is examined by the government to see if it is greater than the law allows.
提薪的承诺被搁置了,因为政府正在审查它是否超过了法律所允许的额度。
Safety officials have seriously(earnestly) questioned whether the increased use of synthetic materials heightens the risk of fire.
安全部门的官员已经认真地询问了增加合成材料的使用是否会增大火灾风险的问题。
The book shifted her viewpoint(outlook) from social to spiritual,for its theme was that before you change other people you have to change yourself.
这本书使她的观点从社会方面转移到精神方面,因为该书的主题是:在你改变别人之前,你必须先改变自己
The Americans recognize that the UN can be the medium(channel) for greater diplomatic activity.
美国承认联合国会成为更大外交活动的渠道。
The growth of part-time and flexible working pattern allows more women to (take advantage of) job opportunities.

Nobody can help but be (fascinated) by the world into which he is taken by the science fiction.
没有人能够忍住不被科幻小说迷人的世界所吸引。
Senator James Meeks has cancel(called off ) a boycott of Chicago Public Schools, organized to protest 抗议 Illinois education funding system.
参议员詹姆士•米克取消了芝加哥公立大学的一场联合抵制。这场抵制是为了反对伊利诺伊州的教育基金制度的。
I prefer chicken to fish because I am worried about (accidentally) swallowing a small bone.

The 16 percent fare increase would bring Chicago fares in agreement with (in line with) those of other big cities.

It is true that London is often sunless, moist(damp) and raw, though the occasional sunny days seem all the more attractive by contrast.
伦敦确实是经常没有阳光,潮湿阴冷,然而相比之下偶尔有阳光的日子似乎更迷人。

Like flowers that have been waiting all winter to bloom(blossom), tourists are eager to burst forth with their cameras.
像鲜花酝酿了整个冬天才绽放一样,游客们迫不及待地拿着照相机照相。

L207的更多相关文章

  1. OpenWebGlobe-开源三维GIS初体验(附源码和演示)

    1.OpenWebGlobe简介 OpenWebGlobe是一个高性能的三维引擎.可应用于可视化仿真,游戏,三维GIS,虚拟现实等领域.它使用纯javascript编写,可以运行在任何支持HTML5. ...

  2. chp-adapter 文件结构

    1.需要接口给chp推送数据的Bean,写到/chp-adapter/src/main/java/com/creditharmony/adapter/service 文件夹中,并添加父类,供chp业务 ...

  3. CoreCLR源码探索(二) new是什么

    前一篇我们看到了CoreCLR中对Object的定义,这一篇我们将会看CoreCLR中对new的定义和处理 new对于.Net程序员们来说同样是耳熟能详的关键词,我们每天都会用到new,然而new究竟 ...

  4. Type in Chakra

    Type in Chakra Javascript是一个无类型的语言. 我们要讨论的类型是指Chakra内置的一些数据结构,这些结构维护了Object的信息. Type在一类Object中共享数据,使 ...

  5. CoreCLR源码2

    CoreCLR源码 前一篇我们看到了CoreCLR中对Object的定义,这一篇我们将会看CoreCLR中对new的定义和处理new对于.Net程序员们来说同样是耳熟能详的关键词,我们每天都会用到ne ...

  6. Edit the AlarmClock in AOSP with android-studio

    1. git the AlarmClock source code on AOSP 2. select 'import project' by android-studio & we will ...

随机推荐

  1. Ubuntu 14.04下 Java通用安装方法

    参考: 解决Floodlight1.2+Mininet问题及使用安装 Ubuntu下安装JDK1.7图文详解 Ubuntu 14.04下 Java通用安装方法 1.到oracle官网下下载对应jdk包 ...

  2. Java中引用的详解

    Java中没有指针,到处都是引用(除了基本类型).所以,当然,你肯定知道java的引用,并用了很久,但是是不是对此了解地比较全面?而这些引用有什么作用,且有什么不同呢?Java中有个java.lang ...

  3. 通过设置代理,解决服务器禁止抓取,报“java.io.IOException: Server returned HTTP response code: 403 for URL”错误的方法

    java.io.IOException: Server returned HTTP response code: 403 for URL: http:// 这个是什么异常呢? 当你使用java程序检索 ...

  4. python 获取IP

    第一种 import commandscmd = "ifconfig br0 | grep 'inet addr' | sed 's/^.*addr://g' |sed 's/ Bcast: ...

  5. maven 下载不到jar包时候,更改阿里源

      maven 源 下载太慢,更改国内的阿里源会快一些 <repositories> <repository> <id>alimaven</id> &l ...

  6. preg_match

    $baseUrl = request()->baseUrl(); if (!preg_match('/admin.php/',$baseUrl)) { $this->redirect('/ ...

  7. MongoDB(课时25 地理信息索引)

    3.6.4 地理信息索引 地理信息索引分为两类:2D平面索引,2DSphere球面索引.在2D索引里面基本上能够保存的信息都是坐标,而且坐标保存的就是经纬度坐标. 范例:定义一个shop的集合 db. ...

  8. typeof

    1.用法 typeof num typeof(num) 2.返回值    "number"."string"."boolean"." ...

  9. Codeforces 847I - Noise Level

    847I - Noise Level 思路:bfs. 代码: #include<bits/stdc++.h> using namespace std; #define ll long lo ...

  10. angular编译机制

    转载https://segmentfault.com/a/1190000011562077 Angular编译机制 前言 http://www.cnblogs.com/ztwBlog/p/620975 ...