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. .NET、NET Framewor以及.NET Core的关系(一)

    什么是.NET?什么是.NET Framework?本文将从上往下,循序渐进的介绍一系列相关.NET的概念,先从类型系统开始讲起,我将通过跨语言操作这个例子来逐渐引入一系列.NET的相关概念,这主要包 ...

  2. Python---2. 函数

    转载: Py西游攻关之函数 补充: map函数和reduce函数的区别

  3. 菜单条 Menu Bar Action

    //.h /***Action**/ QAction * act_openImage; QAction * act_openVideo; QAction * act_openAudio; /***Me ...

  4. Java基础教程:网络编程

    Java基础教程:网络编程 基础 Socket与ServerSocket Socket又称"套接字",网络上的两个程序通过一个双向的通信连接实现数据的交换,这个连接的一端称为一个s ...

  5. Entity Framework 并发处理(转)

    什么是并发? 并发分悲观并发和乐观并发. 悲观并发:比如有两个用户A,B,同时登录系统修改一个文档,如果A先进入修改,则系统会把该文档锁住,B就没办法打开了,只有等A修改完,完全退出的时候B才能进入修 ...

  6. unhandledException详细介绍

    http://www.cnblogs.com/eaglet/archive/2009/02/17/1392191.html 1. GC 产生的异常,这种异常通常因为Finalize函数中引发未捕获异常 ...

  7. 20145104张家明 《Java程序设计》第5周学习总结

    20145104张家明 <Java程序设计>第5周学习总结 教材学习内容总结 第八章(概括为一下内容) 1.如果父类异常对象在子类异常前被捕捉,则catch子类异常对象的区块将永远不会被执 ...

  8. FromBottomToTop第十二周项目博客

    FromBottomToTop第十二周项目博客 本周项目计划 设计整体架构,收集素材,制作出静态界面部分 项目进展 已完成游戏整体架构设计 已完成游戏界面.背景音乐等素材的收集 正在进行静态界面部分的 ...

  9. Knockout 模板使用

    html 代码: @using GreenWay.Models; @{ Model.Scripts = new string[] { "~/Scripts/paginationViewMod ...

  10. Mysql加锁处理分析-基于InnoDB存储引擎

    MVCC MySQL INNODB存储引擎,实现的是基于多版本的并发控制协议——MVCC (Multi-VERSION Concurrency Control).MVCC最大的好处,相信也是耳熟能详: ...