1,to give someone a heads up

= to inform someone about something important

("heads up") because they must lift their heads from their work to listen!)

I just want to give you a heads up that the CEO will be here tomorrow.

Manager:"Just a heads up about tomorrow:The meeting will start at 9 am".

I want to give you a heads up,I will not work tomorrow.

2,to give someone the lowdown(内幕,真相)

=to give someone the most important information about something.

I don't have time to listen to all the details.Just give me the lowdown!

Give me the lowdown on the new iphone.

3,to fill someone in

=to inform someone about something

Jane:"Mark,were you at the sales meeting yesterday?"

Mark:"NO."

Jane:"OK,I'll fill you in"

4,to drop someone a line

=to write a letter to someone

Please drop me a line with the prices.

I'll drop you a line to confirm the details.

5,to stay in touch    to keep in touch

=to continue to communicate with someone.

"Goodbye! It was nice to see you again. Stay in touch!"

Keep in touch! Call me if you have any questions.

6,to keep someone posted     to keep someone updated

=to regularly tell someone what is happening in an important situation.

Manager:"Jane,has the sustomer sent us his insurance claim?"

Jane:"NO,not yet."

Manager:"OK,please keep me posted."

7,to keep someone in the loop

=to regularly inform someone about something.

Manager:"You are in charge of the project but please keep me in the loop"

8,to give someone a call    to give someone a ring

=to call someone(by telephone)

I gave you a ring but you didn't answer!

I'll give you a call when I arrive at the airport.

Give me a call when you get back from your trip.

9,to get back to someone

=to reply to someone

We will get back to you on this early next week.

Manager:"Has the customer got back to us?"

Mark:"Could I speak to Mr Jones please?"

Secretary:"I;m sorry but Mr Jones is in a meeting."

Mark:"OK,please ask him to get back to me."

10,to let someone know

=to inform someone about something.

Mark:"There's a conference in London tomorrow. Let me know if you would like to go."

Mark:"Are you working next week?"

Jane:"I'm not sure. My manager will let me know tomorrow."

Any questions please let me know.

=Any questions please fell free to contact me!

本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7266523.html有问题欢迎与我讨论,共同进步。

business expressions(二)的更多相关文章

  1. business expressions(一)

    一. 1.24/7 24/7 :twenty four hours a day, seven days a week I work 24/7.——meaing i work all the time. ...

  2. ABAP绘图功能模块概观(转)

    ABAP Graphics FM OverviewABAP绘图功能模块概观 此处仅将功能模块及范例程序列出(若要列出详细参数篇幅过大) 2 Main Graphics Demo Program: GR ...

  3. 数据仓库专题(23):总线矩阵的另类应用-Drill Down into a More Detailed Bus Matrix

    一.前言 Many of you are already familiar with the data warehouse bus architecture and matrix given thei ...

  4. Mongodb 语法,update,insert,delete,find

    ---恢复内容开始--- db.Users.update({OrganizationCode:"Global"},{$set:{OrganizationCode:"Fre ...

  5. java jfinal + ajaxfileupload.js 上传

    功能上传 需求:同时上传多张图片 前端:jquery.ajaxfileupload.js 后端:jfinal upload.htm <html> <body> <div ...

  6. Django中的F和Q函数

    内容简介: 介绍Django中的F和Q作用以及使用方法 一.F介绍 作用:操作数据表中的某列值,F()允许Django在未实际链接数据的情况下具有对数据库字段的值的引用,不用获取对象放在内存中再对字段 ...

  7. step_by_step_ABP规约模式

    一段时间没有在github 上浏览ABP项目,几天前看到ABP新增规约模式,开始了解并学习文档   记录一下 Introduction 介绍 Specification pattern is a pa ...

  8. ABP框架系列之四十八:(Specifications-规范)

    Introduction Specification pattern is a particular software design pattern, whereby business rules c ...

  9. [django]django查询最佳实战

    from django.db.models import Max, Min, Sum, Avg, Count, Q, F Django中的F和Q函数 一.F介绍 作用:操作数据表中的某列值,F()允许 ...

随机推荐

  1. C# 之三类文件的读写( .XML,.INI 和 .TXT 文件)

    笔记之用,关于三类.xml, .ini, .txt 文件的 C# 读写,请多多指教! 1,第一类:.xml 文件的读写 先贴上xml文件,下面对这个文件进行操作: <?xml version=& ...

  2. Luogu P1522 牛的旅行 Cow Tours

    题目描述 农民 John的农场里有很多牧区.有的路径连接一些特定的牧区.一片所有连通的牧区称为一个牧场.但是就目前而言,你能看到至少有两个牧区通过任何路径都不连通.这样,Farmer John就有多个 ...

  3. yum仓库详细解读

    Yum:Yellowdog Updater,Modified的简称,起初由yellow dog发行版的开发者Terra Soft研发,用Python编写,后经杜克大学的Linux@Duke开发团队进行 ...

  4. mysql数据库 索引 事务和事务回滚

    mysql索引 索引相当于书的目录优点:加快数据的查询速度缺点:占物理存储空间,添加,删除,会减慢写的速度 查看表使用的索引 mysql> show index from 表名\G;(\G分行显 ...

  5. 用SPSS 画 人口金字塔(限SPSS 13.0以上)

    现在网络上人口金字塔较多的是用excel来实现(可参考链接),但是用spss的步骤又很不明确,于是乎,想着自己试试. 在 SPSS 软件中,绘制人口金字塔是 SPSS13.0 新增的一种图形, 因此只 ...

  6. zTree实现删除树子节点

    zTree实现删除树子节点 1.实现源码 <!DOCTYPE html> <html> <head> <title>zTree实现基本树</tit ...

  7. 在Visual Studio 2012中使用GSL

    1. 下载GSL http://gnuwin32.sourceforge.net/packages/gsl.htm 下载 Complete package, except sources和Source ...

  8. 基于python机器学习人脸自动补全

    import numpy as np import matplotlib.pyplot as plt from sklearn.linear_model import LinearRegression ...

  9. CSS3动画--过渡效果

    CSS3动画--过渡效果 transition                               设置四个过渡属性 transition-property          过渡的名称 tr ...

  10. css实现按钮点击效果(超简单)

    在html中设置class: <button class="button1">click</button> css中如下所示: .button1{    p ...