business meeting
Metting are all about discussions .
discussion expression
开始会议
- Let's get started
- We need to discuss...
- We need to talk about...
- The first thing we need to discuss is ...
- The first item on the agenda is...
Need to discussing solutions for problems
- We have several alternatives:
- We have two options:
- We could either ___ or ___.
If you are leading the meeting,somethings you need to move the meeting forward. Because if you let people just talk and talk and talk, you may not get through everything that on you agenda. So to move people forward ,you can say:
- Let's move on to item 2.
- Let's move on to the next topic.
- we need to move on.
- The next item (of business) is ...
- Shall/Should we move on?
If someone is moving the topic onto next item,and you still something to say, you can interrupt by say:
- Before we move on, I think we should...
- Not so fast. We haven't (yet)...
If you are not clear about what somebody is saying, you can say:
- What do you mean by ___?
- I don't quite follow you.
- I didn't get what you meant by...
- Could you clarify that?
- Could you elaborate(详细说明) on that?
elaborate means could you give more details information about what you are talking about.
Giving your suggestions and your opinions on things ,you should say:
- I think we should ...
- I suggest...
- Why don't we ...
- How about...
When you agree with what sb else say:
- (I think) that's a good idea.
- You have a good point.
- I agree.
You don't agree,you can say:
- I disagree. I think ...
- You have a good point ,but ...
- That's not such a good idea.
- I don't think that's a good idea.
- That's just plain stupid! [愚蠢至极The idea is compelety out of head]
When you want ask opinions of your colleagues sit around the table ,you can ask:
- What do you think,Alice?
- What's your opinion on that,Alice?
- Any thoughts on that?
- Any ideas?
- Do we all agree (on that)?
- Does everyone agree?
At the end of the meeting ,you need to conclude ,so in the conclusion you include everything that you talked about.
- In summary,...
- The conclusion is ...
- So,we've decided to ...
- We're going to ...(when)
- That's all for tody.
- The meeting is adjourned.
本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7255859.html有问题欢迎与我讨论,共同进步。
business meeting的更多相关文章
- 更改 Skype for Business Online 的 Sip 地址以匹配UPN
var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i= ...
- Technical Committee Weekly Meeting 2016.06.21
Meeting time: 2016.June.21 1:00~2:00 Chairperson: Thierry Carrez Meeting summary: 1.Add current hou ...
- Understand the Business Domain
 Understand the Business Domain Mark Richards EFFECTivE SoFTWARE ARCHiTECTS understand not only tec ...
- 如何加入 Skype for Business 会议?
参加一个线上培训,收到了Skype的参会地址,是这个样子的 然后就是一脸懵逼的不知道怎么参加会议了.找了半天终于在同事的帮助下参加成功. 我的参加方法:在Window上用Skype for Busin ...
- Instant Messaging for Business: Your 10 Best Options
Instant Messaging for Business: Your 10 Best Options By Iaroslav Kudritskiy It's probably not a surp ...
- 在 SharePoint Server 2016 本地环境中设置 OneDrive for Business
建议补丁 建议在sharepoint2016打上KB3127940补丁,补丁下载地址 https://support.microsoft.com/zh-cn/kb/3127940 当然不打,也可以用O ...
- Java Business Process Management(业务流程管理) 初识环境搭建
一.简介 (一)什么是jbpm JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理.工作流.服务协作等领域的一个开源的.灵活的.易 ...
- [LeetCode] Best Meeting Point 最佳开会地点
A group of two or more people wants to meet and minimize the total travel distance. You are given a ...
- [LeetCode] Meeting Rooms II 会议室之二
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si ...
随机推荐
- 【论文:麦克风阵列增强】An alternative approach to linearly constrained adaptive beamforming
作者:桂. 时间:2017-06-03 21:46:59 链接:http://www.cnblogs.com/xingshansi/p/6937259.html 原文下载:http://pan.ba ...
- 常用SHELL命令
1.查看版本号cat /proc/version; uname -a; uname -r 2.查看用户组cat /etc/group 3.查看当前用户组 groups 4.查看当前用户 whoami ...
- vue init webpack-simple project 报错处理(connect ETIMEDOUT 192.30.253.112)
Failed to download repo vuejs-templates/webpack-simple: connect ETIMEDOUT 192.30.253.113:443 Failed ...
- STL的空间配置器std_alloc 笔记
STL的空间配置器std_alloc 笔记 C++的内存分配基本操作是 ::operator new(),内存释放是 ::operator delete(),这里个全局函数相当于C的malloc和fr ...
- 性能测试常用sql技巧_Oracle
做了一段时间的性能测试,把自己在性能测试过程中,使用到的Oracle中用到的sql语句整理一番,做个备忘: (1)多个字段以某种格式拼接 "||"字符串拼接符; 示例:将" ...
- centOS6.4安装python3.5,并且安装pip
前言: 如果你也是用的centos系统,打算装python3.0以上版本,再装python下载工具pip,那么恭喜你,你可能也会像我一样遇到各种各样的问题! 另外非常重要的一点:centos都会自带p ...
- jquery操作表格总结
返回表格行 或 列的索引 td是列,tr是行: <script type="text/javascript"> $(document).ready(function() ...
- WPF编程-WPF体系结构
WPF简介 Windows Presentation Foundation(WPF)是微软新一代图形系统,运行在.NET Framework 3.0架构下,为用户界面.2D/3D 图形.文档和媒体提供 ...
- Python进阶-继承中的MRO与super
Python进阶-继承中的MRO与super 写在前面 如非特别说明,下文均基于Python3 摘要 本文讲述Python继承关系中如何通过super()调用"父类"方法,supe ...
- MATLAB命令大全和矩阵操作大全
转载自: http://blog.csdn.net/dengjianqiang2011/article/details/8753807 MATLAB矩阵操作大全 一.矩阵的表示在MATLAB中创建矩阵 ...