ManagerDay-1
初做管理,没有任何管理经验的我,有点紧张,在来公司之前,脑子里一直在想能不能胜任这份工作。
想着能否做出合格的流程图,像样的需规。我该如何和组内开发人员打好交道。报价预算该如何做,这些都交织在脑内显得乱七八糟,毫无头绪。
其实仔细一想,没有任何好紧张的。对于每一个处在职场当中的人来说。你所身处的职位,基本都是你没有做过的。
一旦你完全能够胜任这份职位的工作,你的起点将会更新,达到一个新的职位。
人是不断往上爬的,当领导发现你完全可以胜任这份工作,并且还有余力。
他就会觉得你是个可以提拔的人才,这个职位可以留着锻炼更多人,这么一想,你就会发现,深以为然。
抱着反正大家都是从没做过到精通,硬着头皮上的这种心态,我来到了新公司。
和大多数第一天上班的人一样,并没有太多的事安排给我。熟悉环境,安排工位,看文档,找食堂。
并没有什么特别的地方,项目经理也是如此,先摸清脉络,再开展工作,绝对是职场入门的不二法则。
正因为如此,我的ManagerDay获得了一个平淡的开头。
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Arly to do management, no management experience of me.
a little bit nervous, before to the company, my mind has been think I can qualified for this job.
Thinking about whether to make qualified flowcharts, decent to gauge. How can I to have good and developers in the group. Offer budget, how to do, these are mixed in the brain is in a mess.
Don't have a clue.
Actually think carefully, and no so nervous.
For each and every one in the middle of a career. You are in position, basic it is you didn't do it.
Once you complete to be able to do the work of the job, your starting point will be updated, reached a new position.
People are constantly climbing, when leaders find you can fully qualified for the job, and have more.
He will think you are a can promote talents, this position can keep exercising more people, such a thought, you will find, deep thinking.
Holding anyway we were never done to master, crustily skin of head on this kind of mentality, I came to the new company.
And most of the first day of the people, and not a lot of things to me. Be familiar with the environment, the arrangement location, see documents, find the dining room.
There is no special place, so is a project manager, clear context, first to work again, absolutely is the key to introduction to the workplace.
Because of this, my ManagerDay got a flat at the beginning.
ManagerDay-1的更多相关文章
随机推荐
- [jquery] jQuery点滴[持续更新]
001.查看jquery的版本. $(function(){ console.log($()); //jquery console.log($().jquery); }); 002.(new Func ...
- UVA 11549 CALCULATOR CONUNDRUM(Floyd判圈算法)
CALCULATOR CONUNDRUM Alice got a hold of an old calculator that can display n digits. She was bore ...
- Codevs 5056 潜水员
5056 潜水员 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 题目描述 Description 潜水员为了潜水要使用特殊装备.他有一个带两种气体的气缸:一个为氮气 ...
- 暑假集训(2)第九弹 ----- Points on Cycle(hdu1700)
Points on Cycle Time Limit:1000MS Memory Limit:32768 ...
- scala - 从合并两个Map说开去 - foldLeft 和 foldRight 还有模式匹配
开发中遇到需求:合并两个Map集合对象(将两个对应KEY的值累加) 先说解决方案: ( map1 )) ) } 这特么什么鬼 (╯‵□′)╯""┻━┻☆))>○<) ...
- 360极速浏览器在XP系统下的一个bug
今天在做页面开发的时候,发现360浏览器在XP系统下不支持focus事件,而主流的IE(包括IE6),firefox,chrome都没有这个问题.前段开发的悲剧啊,各种浏览器兼容性的问题.
- Linux下通过软链接转移mysql目录,解决分区空间不足(转)
http://darwinclub.info/wp/?p=454(转) 当存放数据库分区的空间不足时,可以采取对数据库目录进行迁移的方法,具体步骤如下:1.先关闭数据库mysqladmin -p sh ...
- Ubuntu不卸载ibus前提下安装搜狗输入法
第一步 在命令行中输入以下行命令安装fictx框架 sudo apt-get install fcitx fcitx-config-gtk im-switch 第二步 去 http://pinyin. ...
- jquery中onclick="fn"中$(this)所代表的对象
jquery中onclick="fn"中$(this)所代表的对象 js方法 function qiehuan(){ var src = $(this).attr("da ...
- php会话控制cookie/session
设置cookie PHP设置Cookie最常用的方法就是使用setcookie函数,setcookie具有7个可选参数,我们常用到的为前5个: name( Cookie名)可以通过$_COOKIE[' ...