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的更多相关文章
随机推荐
- HDU 4707 Pet(BFS)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4707 题目大意:在一个无环的,从0开始发散状的地图里,找出各个距离0大于d的点的个数 Sample I ...
- boa服务器问题日志
1. 某一次在登录boa服务器的时候,不知哪里的问题,无法登录「192.168.1.0-192.168.3.255」网段的设备,但是公司IP网段的机器都可以用.最终发现,问题出现在自己的PC添加了浏览 ...
- 九度OJ 1435 迷瘴
题目地址:http://ac.jobdu.com/problem.php?pid=1435 题目描述: 通过悬崖的yifenfei,又面临着幽谷的考验—— 幽谷周围瘴气弥漫,静的可怕,隐约可见地上堆满 ...
- nginx 安装过程中遇到的问题
安装Nginx时报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel解决问题yu ...
- apache配置文件中的项目
对于每个配置项目,有几个要素: 首先是项目名称 其次是配置的语法 再次是配置的默认值 配置所处的配置文件的位置(分区) 配置所在的模块分区(和核心是否紧密) 配置项目所在的模块 所以对于每个配置项目, ...
- Unix环境高级编程学习笔记——dup
dup 和 dup2 dup和dup2,都是用来将一个文件描述符复制给另一个文件描述符上,这两个文件描述符都指向同一个文件状态标志上. 只是文件描述符的大小不一样,dup所执行下的复制,肯定是返回 ...
- jquery 多级无限分类
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/ ...
- javascript 事件对象
1.事件对象 用来记录一些事件发生时的相关信息的对象 A.只有当事件发生的时候才产生,只能在处理函数内部访问 B.处理函数运行结束后自动销毁2.如何获取事件对象 IE: window.even ...
- STM32学习内容和计划
一.STM32学习内容(流程) 1.学习STM32开发流程 ①MDK使用.建立工程.调试等 ②库开发方法 2.学习STM32常用外设开发 ①GPIO ②中断 ③定时器 ④串口 ⑤CAN 3.学习STM ...
- cmd下运行java文件时,找不到或无法加载主类的解决方法
最近再看java,却被一个看似很基础的hellorworld头疼了十几分钟,百度了一下,若你在cmd下编辑及运行.java文件时报错,解决方案如下,如图所示: