初做管理,没有任何管理经验的我,有点紧张,在来公司之前,脑子里一直在想能不能胜任这份工作。

想着能否做出合格的流程图,像样的需规。我该如何和组内开发人员打好交道。报价预算该如何做,这些都交织在脑内显得乱七八糟,毫无头绪。

其实仔细一想,没有任何好紧张的。对于每一个处在职场当中的人来说。你所身处的职位,基本都是你没有做过的。

一旦你完全能够胜任这份职位的工作,你的起点将会更新,达到一个新的职位。

人是不断往上爬的,当领导发现你完全可以胜任这份工作,并且还有余力。

他就会觉得你是个可以提拔的人才,这个职位可以留着锻炼更多人,这么一想,你就会发现,深以为然。

抱着反正大家都是从没做过到精通,硬着头皮上的这种心态,我来到了新公司。

和大多数第一天上班的人一样,并没有太多的事安排给我。熟悉环境,安排工位,看文档,找食堂。

并没有什么特别的地方,项目经理也是如此,先摸清脉络,再开展工作,绝对是职场入门的不二法则。

正因为如此,我的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的更多相关文章

随机推荐

  1. IO流中的文件创建并且写入读取

    package com.java.inoutputstreamDmeo.www; import java.io.File;import java.io.FileInputStream;import j ...

  2. 洛谷 U3178 zty的冒险之行

    U3178 zty的冒险之行 题目提供者mangoyang 题目背景 "妈咪妈咪轰"随着一声巨响,zty传送到了Aluba国,在那里浴血奋战,饱读兵书,风餐露宿,吃喝嫖赌,终于到了 ...

  3. Gradle教程之任务管理

    简要概述依赖管理 不算完美的依赖管理技术 自动管理依赖的重要性 自动依赖管理面临的挑战 声明依赖 外部模块依赖 文件依赖 配置远程仓库 这一章我将介绍Gradle对依赖管理的强大支持,学习依赖分组和定 ...

  4. spark - 从HDFS加载文件并分析

    scala> val file=sc.textFile("/workspace/bpUserinfo_logs/bpUserinfo_20160212.log") scala ...

  5. 安装交叉编译arm-linux-gcc环境

    设置好交叉编译的执行文件路径贴加到环境变量PATH 设置如下 export PATH=$PATH:/XXX/XXX/bin /etc/profile /~/.bashrc source  /etc/p ...

  6. PHP-traits新特性详解

    自 PHP 5.4.0 起,PHP 实现了代码复用的一个方法,称为 traits. Traits 是一种为类似 PHP 的单继承语言而准备的代码复用机制.Trait 为了减少单继承语言的限制,使开发人 ...

  7. window.onresize 多次触发的解决方法

    用了window.onresize但是发现每次 onresize 后页面中状态总是不对,下面与大家分享下onresize 事件多次触发的解决方法. 之前做一个扩展,需要在改变窗口大小的时候保证页面显示 ...

  8. 读取Android APK文件签名的方法

    在微信开放平台等申请API key 和secret时经常要用到apk文件签名,那么如何读取呢? 下面贴一下相关读取源码: 一共两个文件MainActivity和MD5, package com.lcg ...

  9. bzoj 3144: [Hnoi2013]切糕 最小割

    3144: [Hnoi2013]切糕 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 681  Solved: 375[Submit][Status] ...

  10. 【BZOJ 2693】jzptab(莫比乌斯+分块)

    2693: jzptab Description Input 一个正整数T表示数据组数 接下来T行 每行两个正整数 表示N.M Output T行 每行一个整数 表示第i组数据的结果 Sample I ...