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. VMWare Workstation和VMWare vSphere(转)

    VMware workstation一定是安装在window操作系统上的. VMware vSphere可以直接安装在x86机器上,使这台机器完全虚拟化. VMware vSphere主要是企业级用户 ...

  2. mysql 考勤表异常 【待修改】

    有考勤刷卡记录表,表名为attendance ,有如下字段: 姓名 卡号 刷卡时间 刷卡类型 name id time type    张三 59775623 2010-04-01 07:23:37  ...

  3. python学习 03 函数 (只会执行一次return就不会往下执行)

    1.调用函数只会执行一次return,而且执行return后不会往下执行

  4. eclipse tasks

    tasks可以在代码里增加标识,通过tasks view可以快速的找到这些标识的地方,有助于提高开发效率和代码管理. 通过Eclipse的 Window==>Show View==>Tas ...

  5. 【BZOJ1038】[ZJOI2008]瞭望塔 半平面交

    [BZOJ1038][ZJOI2008]瞭望塔 Description 致力于建设全国示范和谐小村庄的H村村长dadzhi,决定在村中建立一个瞭望塔,以此加强村中的治安.我们将H村抽象为一维的轮廓.如 ...

  6. 九度OJ 1181:遍历链表 (链表、排序)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:2733 解决:1181 题目描述: 建立一个升序链表并遍历输出. 输入: 输入的每个案例中第一行包括1个整数:n(1<=n<=1 ...

  7. cocos2dx使用cocostudio导出的scene

    local uilocal function createLayerUI() if not ui then ui=cc.Layer:create(); createLayerUI=nil; end r ...

  8. Jquery禁用所有checkbox

    $("input[type=checkbox]").each(function(){ $(this).attr("disabled",false);});

  9. linux c编程:线程互斥一

    当多个线程共享相同的内存的时候,需要确保每个线程都看到一致的数据视图.如果每个线程使用的变量都是其他线程不会读取和修改的.那么就不存在一致性问题.同样,如果变量是只读的,多个线程也不会有一致性的问题. ...

  10. LDA中的先验知识

    LDA涉及到的先验知识有:二项分布.Gamma函数.Beta分布.多项分布.Dirichlet分布.马尔科夫链.MCMC.Gibbs Sampling.EM算法等. 二项分布 二项分布是N重伯努利分布 ...