analyzing problems

If you talking to a friend or talking to a family member ,you can say:what‘s the metter or What‘s going on? But when you dealing with business situations you need to use more business professional【专业的】 language.

Let‘s look at that business language.

问题与建议

How we talk about Problems?

How we talk about Issues?

How we give Input about problems?

And the Recommendations ,solutions  that we have for problems.

口语化表达

  • What‘s the metter?
  • Are you ok?
  • What‘s the problem?
  • What‘s wrong?

正式场合表达ask & response

  • What is the real issue (hree)?
  • (I think) the major problem is...
  • Our primary concern is ...
  • The crux[关键,症结] of the matter is ...

When you talk about what you see is the issue:

  • (As I see it) ,the most important thing is ...
  • The main problem we need to solve is...
  • It all comes down to this:

When need to ask questions to get other people‘s opinions on what they think about the problem.

  • What should we do about it?
  • What needs to be done?
  • What do you think we should do?
  • Do you have any suggestions?
  • Any ideas?

Give your opinions or recommenditions:

  • I recommend that ...
  • I suggest that ...
  • I would like to purpose that ...
  • Why don‘t we ...

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

时间: 2024-11-05 18:55:34

analyzing problems的相关文章

You Probably Don’t Need a Message Queue

原文地址 I’m a minimalist, and I don’t like to complicate software too early and unnecessarily. And adding components to a software system is one of the things that adds a significant amount of complexity. So let’s talk about message queues. Message Queu

How I explained Design Patterns to my wife: Part 1

Introduction Me and my wife had some interesting conversations on Object Oriented Design principles. After publishing the conversation on CodeProject, I got some good responses from the community and that really inspired me. So, I am happy to share o

布局文件预览:Rendering Problems Exception raised during rendering: Unable to find the layout for Action Bar.的解决

在android studio或者eclipse中打开layout文件,发现不能预览布局,提示以下错误: Rendering Problems Exception raised during rendering: Unable to find the layout for Action Bar. 解决办法:切换到design视图,选择低一点的api版本即可.

poj 2151 Check the difficulty of problems

dp[i][j][s]表示第i个人,在前j个问题解决了s个问题 dp[i][j][s]=dp[i][j-1][s-1]*p[i][j]+dp[i][j-1][s]*(1-p[i][j]); 1 #include<iostream> 2 #include<string> 3 #include<cstdio> 4 #include<vector> 5 #include<queue> 6 #include<stack> 7 #include

POJ 2151 Check the difficulty of problems (概率dp)

题意:给出m.t.n,接着给出t行m列,表示第i个队伍解决第j题的概率. 现在让你求:每个队伍都至少解出1题,且解出题目最多的队伍至少要解出n道题的概率是多少? 思路:求补集. 即所有队伍都解出题目的概率,减去所有队伍解出的题数在1~n-1之间的概率 这里关键是如何求出某个队伍解出的题数在1~n-1之间的概率,采用dp的方法: 用p(i,j)表示前i道题能解出j道的概率,有p(i,j)=p(i-1,j)*(1-p(i))+p(i-1,j-1)*p(i)p(i)表示解出第i题的概率. #inclu

java.lang.Error: Unresolved compilation problems: Syntax error on token &quot;return&quot;, delete this token Type mismatch: cannot convert from Init to String

java.lang.Error: Unresolved compilation problems:   Syntax error on token "return", delete this token  Type mismatch: cannot convert from Init to String Dubbo 在调用服务时候报的错误! 那么问题来了.这什么错? ? 英语不好.     Type mismatch: cannot convert from Init to Strin

E: Unable to correct problems, you have held broken packages 解决方法

在Ubuntu中安装软件的时候经常碰到E: Unable to correct problems, you have held broken packages.的错误,顾名思义是因为某些软件包冲突导致,幸运的话sudo apt-get update && sudo apt-get upgrade 可以解决,但这种情况属于可遇不可求,更多的适合这么做不济于事.这样一来如何彻底解决就成了一个问题,经过多次摸索之后,将可行的解决方法记录如下: 以安装libxml2-dev时错误为例,安装时提示如

Taxonomy of class loader problems encountered when using Jakarta Commons Logging(转)

Acknowledgments I would like to thank Jacob Kjome for reviewing early drafts of this document. His comments helped to clarify several important points. Jake also keeps reminding us on the log4j-dev mailing list that the child-parent delegation model

Local database deployment problems and fixtures

/*By Jiangong SUN*/ After encountering some problems in deploying databases to local server, here are some tips which could be helpful in the database deployment exercises. When you deploy your databases. You can monitor the progress in "Data Tools O