简介 - PMP(Project Management Professional)
PMP(Project Management Professional)
- 官网(英文报名):https://www.pmi.org/
- 中文注册:http://exam.chinapmp.cn/
Books
- PMBOK 指南 第六版 --- 核心内容
- 汪博士解读PMP考试(第5版)--- 辅助理解
- 汪博士详解PMP模拟题(第4版)--- 模拟测试
- Head First PMP(第三版)--- 简易入门
WebSite
References
Material
- 网易杭研项目管理部-PMP笔记资料:https://pan.baidu.com/s/1kUNownX 密码: jmpk
- 童鞋们,我要考PMP了,有什么好的建设性建议么?:https://www.zhihu.com/question/32289314
- pmp考试报名麻烦吗?:https://www.zhihu.com/question/267622419
Sample
- PMP考试备考心得 - 2018年06月01日:https://blog.csdn.net/hans_9527/article/details/80539253
- PMP快速通过经验分享 - 2018年06月03日:https://blog.csdn.net/kevin_shengji/article/details/80550349
- PMP学习考试心得 - 2018年04月29日:https://blog.csdn.net/jackyrongvip/article/details/80140775
- 谈谈我对PMP的一点点感受 - 2017年07月21日:https://blog.csdn.net/swordgirl2011/article/details/75675669
APP
- 管理圈-PMP/ACP/PBA考试练习必备
- PMP考试必备,手机词典-幸运PMP
简介 - PMP(Project Management Professional)的更多相关文章
- The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approac ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
- You earned your Program Management Professional (PgMP)® Credential
You earned your Program Management Professional (PgMP)® Credential. pasting
- 10 Rules of Highly Successful Project Management
I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...
- Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
- Software Project Management hw1
I just want to say something about my java project that I did last year. Our task is to finish a lin ...
- Software Project Management 2017 Homework 1
Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project ...
随机推荐
- PID25 / 合并果子 ☆
这里用到了STL里面的priority_queue,我也不是很精通基本上属于现学现卖阶段,http://www.cnblogs.com/flyoung2008/articles/2136485.htm ...
- IntelliJ IDEA2017 + tomcat 即改即生效 实现热部署
https://www.cnblogs.com/1024zy/p/6344000.html
- python第三天基础之字符编码
一 了解字符编码的知识储备 1. 文本编辑器存取文件的原理(nodepad++,pycharm,word) 打开编辑器就打开了启动了一个进程,是在内存中的,所以在编辑器编写的内容也都是存放与内存中的, ...
- 通过GPLOT过程制作图形
通过GPLOT过程制作图形 和数据报表一样,图形也是展现数据的重要方法,图形的直观效果是数据报表无法替代的.SAS/GRAPH是SAS进行数据可视化展现的重 要组成部分,具有强大的作图功能.可以展现的 ...
- vue路由复用
使用多个<router-view>可以复用路由,但是每个<router-view>要带一个name属性 更改路由,配置默项和复用项,定义复用项的name 例子: App.vue ...
- (24)How generational stereotypes hold us back at work
https://www.ted.com/talks/leah_georges_how_generational_stereotypes_hold_us_back_at_work/transcript ...
- Notes : <Hands-on ML with Sklearn & TF> Chapter 5
.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px so ...
- [Solution] JZOJ-5818 做运动
[Solution] JZOJ-5818 做运动 Time Limits:2000ms Memory Limits:524288KB Description 一天,Y 君在测量体重的时候惊讶的发现,由 ...
- Cookie的几点忠告
1.不要在COOKIE中保存明文的敏感信息 2.不要在COOKIE中保存永久的敏感信息,即每个COOKIE 都需要有时效性,过期则失效. 参考 XSS跨站攻击相关资料 http://www.cnblo ...
- python猜数字游戏console版本
加入python学习小组后的第一次作业,python GUI写猜数字游戏.由于加班比较多,第一步先实现console版本,下一步再实现GUI版本. 虽然猜数字游戏是个小游戏,但是涉及到的基础知识点还是 ...