For many of us, asking for help is it difficult concept. We may feel as if we are admitting a weakness that the
world would not have known about, had we not asked for help.
Ironically, it’s been my experience that people who are able to deliver well-positioned requests for help are
seen as very strong individuals. When they demonstrate the humility ( 谦卑)to ask for help, they carn the
respect of others. People who receive a heartfelt request for help are usually honored by the request. In turn we are
strengthened by the very help that is provided.
One of my clients (we’ll call her Kira) recently made a shift in how she was interacting with her boss. When
asked to prepare presentations, she assumed that she was expected to go away, develop the content , deliver it at
the required meeting and then wait for feedback from her boss. Her boss was highly regarded for the impact of his
presentations, while Kira often felt that her presentations were lacking. When she took a hard look at how this
approach was working for her. Kira recognized that she had not yet made use of her boss’s support. She could
learn far more about creating attractive presentations by walking through a draft with her boss—focusing on the
content plus her delivery—and obtaining feedback earlier in the process rather than at the back end .So she made
the request for his support.
The outcome? Her boss was delighted to coach Kira and was enthusiastic about the opportunity to put into
use his own strength by teaching presentation skills more effectively to her. By taking the time to work together
on preparation for a number of Kira’s key presentations, she benefited from her boss’s thought process and was
able to distinguish the critical compoments to enhance her own presentations. Kira’s presentations now have
punch!
Some of us are uncomfortable asking for help because we believe that our request places burdens on the
other person. Ironically, we may be missing an opportunity to show others how we value and respect them. People
who know you and think well of you are often highly motivated to help. Furthermore, the more specific you can
be about what you need from them, the easier it is for them to assist you.

L194的更多相关文章

  1. (03)odoo模型/记录集/公用操作

    -----------------更新时间11:17 2016-09-18 星期日11:00 2016-03-13 星期日09:10 2016-03-03 星期四11:46 2016-02-25 星期 ...

  2. 微信小程序(三)页面跳转和图片滑动切换

    跳转部分: 在index2.wxml中,添加跳转函数,如下所示:

  3. jmeter导入DB数据再优化

    由于同一个迭代中每天都在执行.之前设计的思路是同个迭代只执行一次插入DB操作!! 因而没有在插入数据前没有做版本.产品类型.页面类型.接口名.接口名是否相等判断操作. 因此,若是这些条件相等,数据不是 ...

随机推荐

  1. mysql 数据操作 单表查询 group by 注意

    GROUP BY 单独使用GROUP BY关键字分组 SELECT post FROM employee GROUP BY post; 注意:我们按照post字段分组,那么select查询的字段只能是 ...

  2. 驼峰命名和下划线命名互转php实现

    驼峰命名和下划线命名经常需要互转,下面提供两种php的实现方式.第一种方法效率相对差一些,实现方式如下: //驼峰命名转下划线命名 function toUnderScore($str) { $dst ...

  3. 窗口-EasyUI Window 窗口、EasyUI Dialog 对话框、EasyUI Messager 消息框

    EasyUI Window 窗口 扩展自 $.fn.panel.defaults.通过 $.fn.window.defaults 重写默认的 defaults. 窗口(window)是一个浮动的.可拖 ...

  4. monkey基础学习

    原文地址https://blog.csdn.net/beyond_f/article/details/78543070 一.Monkey测试简介 Monkey测试是Android平台自动化测试的一种手 ...

  5. HTML格式布局

    一.position:fixed 锁定位置(相对于浏览器的位置),例如有些网站的右下角的弹出窗口. #top { border:1px solid #; height:100px; width:966 ...

  6. LA 4287 有相图的强连通分量

    大白书P322 , 一个有向图在添加至少的边使得整个图变成强连通图, 是计算整个图有a个点没有 入度, b 个点没有出度, 答案为 max(a,b) ; 至今不知所云.(求教) #include &l ...

  7. 20145311王亦徐 实验三 "敏捷开发与XP实践"

    20145311王亦徐 实验三 "敏捷开发与XP实践"程序设计过程 实验内容 使用 git 上传代码 使用 git 相互更改代码 实现代码的重载 git 上传代码 查看代码是否有修 ...

  8. 2017-2018-1 JaWorld 第四、五周作业

    2017-2018-1 JaWorld 第四.五周作业 两周工作内容 小组讨论并确定最终的app雏形 合作完成需求说明书 工作分工 成员 分工 比例 陈是奇 1.引言 8% 马平川 2.1-2.5 产 ...

  9. ZOJ 3391 Haunted Graveyard(最短路负权回路)题解

    题意:好长...从(0,0)走到(w-1,h-1),墓碑不能走,走到传送门只能进去不能走到其他地方,经过传送门时间会变化w(可能为负),其他地方都能上下左右走.如果能无限返老还童输出Never,走不到 ...

  10. Filter execute order in asp.net web api

    https://stackoverflow.com/questions/21628467/order-of-execution-with-multiple-filters-in-web-api Som ...