Give everyday the chance to become the most beautiful day of your life.
把每天都过成你生命中最美好的一天。
competence 能力
Her thorough knowledge and competence are recognized.
treaty 条约, 协定
According to the treaty, Russia will supply 2, 000, 000, 000 m3 gases to China in the next 20 years.
originate 发起,开始
The hot dog did not originate in the United States, but in Germany.
interruption 中断,打断
Many interruptions have prevented me from finishing the work.
pant 喘气
before he reached the top. he was already sweating and panting
bride 新娘
A Census Bureau analysis released this spring found that brides are significantly more likely to have a college degree than they were in the mid-1990s.
scheme 计划,设计,图谋
Under the new scheme only successful schools will be given extra funding.
singular 非凡的,唯一的
What is singular about his use of them is that no other artist, of his time or any other, has painted them so directly, intimately and pertinently.
dose 剂量
Give him the dose of his own medicine 其人之道还治其人之身
overflow 溢出
As a result, Asian and Latin American economies are already struggling with an overflow of investments.
refresh 恢复精神
The supply ship refreshed the submarines between battles.
background 背景,幕后,配音
With my working-class background I feel like a fish out of water among these high-society people.
inward 亲密的,内心的
Her calm expression hid her inward panic.
thriller 惊险小说
He is at an absorbing thriller and can't be disturbed.
influential 有权势的,有影响的
She is one of the most influential figures in local politics.
scratch 抓痕 搔痒,抓,抹掉
He has a curious habit of scratching his ear while he speaks.
faith 信任
you cannot expect your friends to trust you if you donot keep faith with them.
如果你不守信义,就别指望你的朋友会信任你。
inner 内心的,里面
He has no inner resources and hates being alone.
dialogue 对话
While that is an oversimplified schema, it does suggest an initial outline for a national dialogue.

L103的更多相关文章

  1. Godiva_百度百科

    Godiva_百度百科 北京 三里屯 北京市朝阳区三里屯路19号院10号楼一层S10-13单元及二层S10-22单元 100027 北京朝阳大悦城北京市朝阳区朝阳北路101号朝阳大悦城1号商业楼1F- ...

  2. casio 手表北京维修网络

    http://www.casio.com.cn/support/service/wat/28.html 手表北京维修网络 号新东安广场2座11层1103室电话:010-65157818/8391585 ...

  3. Logback.xml 给变量指定默认值

    随着通用日志组件转入 Slf4j,logback 也变成了默认的日志实现,像 log4j 一样,logback.xml 中也可以使用系统属性或环境变量,如 ${catalina.home}.在 log ...

  4. Vue 数据响应式原理

    Vue 数据响应式原理 Vue.js 的核心包括一套“响应式系统”.“响应式”,是指当数据改变后,Vue 会通知到使用该数据的代码.例如,视图渲染中使用了数据,数据改变后,视图也会自动更新. 举个简单 ...

  5. 动态svg效果

    import React from 'react'; import TweenOne from 'rc-tween-one'; import SvgDrawPlugin from 'rc-tween- ...

  6. pipe_wait问题_转

    转自:调用Process.waitfor导致的进程挂起 最近遇到pipe_wait问题,父进程调用子进程时,子进程阻塞,cat /proc/$child/wchan输出pipe_wait,进程阻塞在p ...

  7. C语言程序设计(十) 字符串

    第十章 字符串 字符串常量是由一对双引号括起来的一个字符串序列 字符串实际就是由若干个有效数字构成且以字符'\0'作为结束的一个字符序列 C语言没有提供字符串数据类型,因此字符串的存取要用字符型数组来 ...

随机推荐

  1. java程序优化

    程序代码优化要点: 字符串优化:分析String源码,了解String常用方法,使用StringBuffer.StringBuilder. List.Map.Set优化:分析常用ArrayList.L ...

  2. CSDN--字体颜色--markdown

    在写blog时,想高亮某些字,但是发现markdown更改字体颜色不像word里那么方便,于是查了一下,要用一下代码进行更改字体颜色,还可以更改字体大小,还有字体格式 <font 更改语法> ...

  3. COM线程模型 套间概念

    COM线程模型 套间概念 1) 单线程套间.线程是COM主线程,初始化COM库的进程的第一个线程.即使从其他线程访问COM组件,也不需要手工同步,COM库已经实现了同步.寓所线程里有个消息处理循环来处 ...

  4. 可执行jar包

    我已经解决了这个问题,在eclipse中有一个打包工具,可以将程序打包成.jar文件: 右键要打包的 project--->Export--->Java--->JAR file--- ...

  5. 嵌入式数据库H2的安装与配置

    一.配置JAVA环境 1.首先检查系统是否自带JDK 使用命令:#java -version 没有信息即为没有安装,如有且版本较低,可采用如下方式卸载: 查看命令: rpm -qa | grep ja ...

  6. [原创]关于absolute、relative和float的一些思考

    absolute: 元素完全脱离文档流,不占文档流的位置,不使用top.left等属性时,仍然在原文档流位置上(但是不在文档流中,也不占用位置),设置了top.left等之后,向上寻找到第一个非sta ...

  7. 软RAID5制作流程

    说明:本实验没有用到多个磁盘,而是利用单个磁盘划分出的多个分区来仿真的,如果在实际项目中,请依情况而定. 1. 分区 我这里划分6个分区,用4个分区组成RAID 5,用1个分区作为spare disk ...

  8. Netty环境搭建 (源码死磕2)

    [正文]netty源码  死磕2: 环境搭建 本小节目录 1. Netty为什么火得屌炸天? 1.1. Netty是什么? 1.2. Netty火到什么程度呢? 1.3. Netty为什么这么火? 2 ...

  9. 洛谷 P2051 [AHOI2009]中国象棋

    题目描述 这次小可可想解决的难题和中国象棋有关,在一个N行M列的棋盘上,让你放若干个炮(可以是0个),使得没有一个炮可以攻击到另一个炮,请问有多少种放置方法.大家肯定很清楚,在中国象棋中炮的行走方式是 ...

  10. Swift——(四)Swift中"#"的妙用

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/twlkyao/article/details/31350841     在Swift中," ...