简介 - 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 ...
随机推荐
- zxlizsm
好久没发表了,毕业之后就没回来过!
- Workbench利用Python驱动DM执行Js进行建模
Workbench的工作平台下可以利用Python进行一些操作,包括添加system和component等等.DM可以通过执行Jscript脚本进行自动建模,因此,结合这两块的内容,可以利用Pytho ...
- vue中提示$index is not defined
今天学习Vue中遇到了一个报错信息:$index is not defined,是我写了个for循环在HTML中,然后是因为版本的问题 下面是解决方法: 原来的是 v-for="person ...
- Mysql中存储引擎区别【 InnoDB、MyISAM】
区别: 1. InnoDB支持事务,MyISAM不支持,对于InnoDB每一条SQL语言都默认封装成事务,自动提交,这样会影响速度,所以最好把多条SQL语言放在begin和commit之间,组成一个事 ...
- 批量运维SQl生成,可以用EXCEl,也可以SQL查询生成
select 'insert into Base_VehiclesInformation (ID,CarModelID,FistRegTime,ScrappageDate, Creator,Creat ...
- 一个jar包冲突引起的StackOverflowError
项目运行中错误信息:java.lang.IllegalStateException: Unable to complete the scan for annotations for web appli ...
- 常见的js dom操作
1.查找 document.getElementById('id属性值'); 返回拥有指定id的第一个对象的引用 document/element.getElementsByClassName( ...
- JAVA执行远端服务器的脚本
JAVA执行远端服务器的脚本 问题描述 实现思路 技术要点 代码实现 问题描述 工作中遇到这样一个问题,我们的应用为了实现高可用会采取双机部署,拓扑图大致如下: 这种方案可以简单的保证高可用,即便应用 ...
- flag读取控制台参数
package main import ( "fmt" "os") func main() { arg := os.Args if len(arg) < ...
- [小结]InnoDB体系结构及工作原理
参阅:<innodb存储引擎内幕>原创文章,会不定时更新,转发请标明出处:http://www.cnblogs.com/janehoo/p/7717041.html 一.概述: innod ...