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. Facebook广告API系列 Business Manager

    Facebook广告API系列 Business Manager Business Manager,是个很牛叉的东西,有多牛叉呢? 因为facebook已经越来越商业化了,上面的每个账号,页面,往往都 ...

  2. json对象与javaBean,String字符创之间相互转换的方法

    原创:转载请注明出处 package com.allcam.system.utils; import com.fasterxml.jackson.databind.ObjectMapper; publ ...

  3. C# string[]转List<string>

    List<string> ltProduct = new List<string>(Product.Split('|'));

  4. [BZOJ]|[Ural] Formula 1-----插头DP入门

    1519. Formula 1 Time limit: 1.0 secondMemory limit: 64 MB Background Regardless of the fact, that Vo ...

  5. python3.7 安装pyopengl,环境搭建

    安装环境:win10 64位操作系统,python3.7 一.安装py库 需要用pip 安装 pip install PyOpenGL PyOpenGL_accelerate 可能会报错, 是因为没有 ...

  6. 批量删除Redis数据库中的Key

    批量删除KeyRedis 中有删除单个 Key 的指令 DEL,但好像没有批量删除 Key 的指令,不过我们可以借助 Linux 的 xargs 指令来完成这个动作 redis-cli keys &q ...

  7. oracle 临时表的使用

    在oracle中,临时表分为会话级别(session)和事务级别(transaction)两种. 会话级的临时表在整个会话期间都存在,直到会话结束:事务级别的临时表数据在transaction结束后消 ...

  8. 使用Python Django在Ubuntu下搭建数据库型网站

    最近想做一个数据库网站,我对Python很熟悉,也了解到Django很好用,于是说搞就搞. 首先,在快云上买了一个vps,一元试用一个月,Ubuntu系统. 1.安装Django apt-get up ...

  9. Nginx配置https, 80端口重定向443

    server { listen 443 ssl; server_name 域名; charset utf-8; access_log /var/log/nginx/webhook.iminho.me/ ...

  10. 删除php数组中的元素

    删除一个元素,且保持原有索引不变 使用 unset 函数,示例如下: <?php $array = array(0 => "a", 1 => "b&qu ...