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的更多相关文章
随机推荐
- 项目报错-无法解析类型 XXXX.xx 从必需的 .class 文件间接引用了它
这个编译错误有几个原因 1.jdk版本问题 要是报错是某些java包里的东西那就可以肯定是jdk版本的问题, 比如无法解析类型java.lang.Object,无法解析类型java.lang.Char ...
- Java实战之01Struts2-05contextMAP、EL、OGNL
十五.contextMap 1.动作类的生命周期 明确:动作类是多例的,每次动作访问,动作类都会实例化.所以是线程安全的.与Struts1的区别是,struts1的动作类是单例的. 2.请求动作的数据 ...
- 00_ForTest
-----该页是爬虫的测试页请忽略------- 1234545@qq.comadasdsdasdsad阿打算多少其热情为 asdasdasdasd4w5wsdvv啊实打实大 啊实打实大asdasda ...
- 04_XML_02_XML语法
[XML组成] 一个XMl文件分为以下几部分组成 * 文档说明 * 元素 * 属性 * CDATA区.特殊字符 * 处理指令(processing Instruction) [1.文档说明] * 最简 ...
- 利用反射生成SQL语句
// 修改学员信息的方法 public bool ModifyStudent(MODEL.Students model) { // 利用反映获取类对所有属性,用来动态生成SQL语句 StringBui ...
- mac中的xampp配置xdebug
[xdebug] zend_extension=/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/ ...
- 浏览器中输入URL到返回页面的全过程
第一步,解析域名,找到主机IP (1)浏览器会缓存DNS一段时间,一般2-30分钟不等.如果有缓存,直接返回IP,否则下一步. (2)缓存中无法找到IP,浏览器会进行一个系统调用,查询hosts文件. ...
- php 接收二进制流转换成图片
php 接收二进制流转换成图片,图片类imageUpload.php如下: <?php /** * 图片类 * @author http://blog.csdn.net/haiqiao_2010 ...
- STM32系列命名规则
转自:STM32系列命名规则 STM32 F 103 C 6 T 7 xxx 1 2 3 4 5 6 7 8 第1部分:产品系列名,固定为STM32 第2部分:产品类型:F表示这是Flash产品,目前 ...
- Excel Skill (1) -- 判断时如何去掉框里的空格
使用命令 TRIM 说明: Purpose. Remove extra spaces from text. Text with extra spaces removed. =TRIM (text) t ...