business expressions(二)
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(二)的更多相关文章
- 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. ...
- ABAP绘图功能模块概观(转)
ABAP Graphics FM OverviewABAP绘图功能模块概观 此处仅将功能模块及范例程序列出(若要列出详细参数篇幅过大) 2 Main Graphics Demo Program: GR ...
- 数据仓库专题(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 ...
- Mongodb 语法,update,insert,delete,find
---恢复内容开始--- db.Users.update({OrganizationCode:"Global"},{$set:{OrganizationCode:"Fre ...
- java jfinal + ajaxfileupload.js 上传
功能上传 需求:同时上传多张图片 前端:jquery.ajaxfileupload.js 后端:jfinal upload.htm <html> <body> <div ...
- Django中的F和Q函数
内容简介: 介绍Django中的F和Q作用以及使用方法 一.F介绍 作用:操作数据表中的某列值,F()允许Django在未实际链接数据的情况下具有对数据库字段的值的引用,不用获取对象放在内存中再对字段 ...
- step_by_step_ABP规约模式
一段时间没有在github 上浏览ABP项目,几天前看到ABP新增规约模式,开始了解并学习文档 记录一下 Introduction 介绍 Specification pattern is a pa ...
- ABP框架系列之四十八:(Specifications-规范)
Introduction Specification pattern is a particular software design pattern, whereby business rules c ...
- [django]django查询最佳实战
from django.db.models import Max, Min, Sum, Avg, Count, Q, F Django中的F和Q函数 一.F介绍 作用:操作数据表中的某列值,F()允许 ...
随机推荐
- Luogu P1596 [USACO10OCT]湖计数Lake Counting
题目描述 Due to recent rains, water has pooled in various places in Farmer John's field, which is repres ...
- ubuntu配置
首先就是Ubuntu的更新源问题,需要更改,否则更新不了. 其次就是Securecrt的远程登陆问题,windows主机和ubuntu虚拟机如果能通信,要求在同一网段上,而ubuntu是动态加载,需要 ...
- 转 Caffe学习系列(12):训练和测试自己的图片
学习caffe的目的,不是简单的做几个练习,最终还是要用到自己的实际项目或科研中.因此,本文介绍一下,从自己的原始图片到lmdb数据,再到训练和测试模型的整个流程. 一.准备数据 有条件的同学,可以去 ...
- 多线程实现之Java
关于Java线程的生命周期,请看下面这张图: 新建状态(New):当线程对象创建后,即进入了新建状态,如:Thread t = new MyThread(); 就绪状态(Runnable):当调用线程 ...
- CSS注释
CSS注释 1./*注释内容*/ /*-moz-background-origin:border; -webkit-background-origin:border; -moz-background- ...
- linux2.6硬盘扇区直接读写程序
下面的程序可以在linux2.6内核直接读写硬盘的指定扇区,也是根据网上一个朋友的做法做了修改的: 有两个不是很明白的地方就是:1.bd_claim函数的使用,这个是个递归函数,像是匹配内存指针和设备 ...
- 关于json.parse和json.stringify的区别
json.parse是将字符串解析成json格式 而json.stringify是将json解析成字符串格式
- sql一张表中两个字段指向同一个外键
在项目开发中遇到这么一个例子,首先产品表 tb_product ----------------------------- id name 1 手机 2 电脑 3 笔记本 ...
- 【原】从零开始改造淘淘商城(引入dubbo解决项目耦合)02
前言: 关于为什么要引入dubbo框架,而不是用spring cloud或者是motan呢,主要是笔者现在公司用的就是dubbo,并且第一次接触到微服务的概念是来源于dubbo,再加上最近dubbo频 ...
- 促进客户转化,提高客单价!酷客多小程序发布版本V1.0.9!
商户和企业主的又一次福音!酷客多小程序新零售o2o商城系统酷爱用户,为了追求极致的用户体验,没日没夜地沉浸于新功能的开发,经过一番努力,新功能终于上线啦! 此次版本迭代,在原有功能基础上做了大幅提升, ...