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()允许 ...
随机推荐
- Web开发框架推导
本文欲回答这样一个问题:在 「特定环境 」下,如何规划Web开发框架,使其能满足 「期望 」? 假设我们的「特定环境 」如下: 技术层面 使用Java语言进行开发 通过Maven构建 基于Spring ...
- 30分钟掌握ES6/ES2015核心内容(下)
在 30分钟掌握ES6/ES2015核心内容(上)我们讲解了es6最常用的一些语法:let, const, class, extends, super, arrow functions, templa ...
- Linux CentOS安装配置MySQL数据库
没什么好说的,直接正面刚吧. 安装mysql数据库 a)下载mysql源安装包:wget http://dev.mysql.com/get/mysql57-community-release-el7- ...
- 多文件工程的编译-Makefile的简便写法
通常我们在命令行使用GCC对程序进行编译,如果对于单个或者几个文件时比较方便的,但当工程中的文件逐渐增多甚至变得十分庞大的时候,使用GCC显然力不从心,不好管理.因此我们有必要编写一个Makefile ...
- 【前端】Vue和Vux开发WebApp日志三、完善gulp任务
转载请注明出处:http://www.cnblogs.com/shamoyuu/p/vue_vux_3.html 项目github地址:https://github.com/shamoyuu/vue- ...
- PaddlePaddle︱开发文档中学习情感分类(CNN、LSTM、双向LSTM)、语义角色标注
PaddlePaddle出教程啦,教程一部分写的很详细,值得学习. 一期涉及新手入门.识别数字.图像分类.词向量.情感分析.语义角色标注.机器翻译.个性化推荐. 二期会有更多的图像内容. 随便,帮国产 ...
- APACHE服务器出现No input file specified.的完美解决方案
启用REWRITE的伪静态功能的时候,首页可以访问,而访问内页的时候,就提示:“No input file specified.” 原因在于使用的PHP是fast_cgi模式,而在某些情况下,不能正确 ...
- HighCharts之2D柱状图、折线图和饼图的组合图
HighCharts之2D柱状图.折线图和饼图的组合图 1.实例源码 ColumnLinePie.html: <!DOCTYPE html> <html> <head&g ...
- VTK显示mhd,mha格式文件
下一篇文章将详细介绍mhd,mha文件的构成以及如何制作void renderMhd () { // read input image vtkSmartPointer<vtkMetaImageR ...
- JavaScript遍历table
JavaScript遍历table 1.说明 遍历表格中的某行某列,并打印其值 2.实现源码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...