简介 - 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 ...
随机推荐
- 20172306 2018-2019-2 《Java程序设计与数据结构》第八周学习总结
20172306 2018-2019-2 <Java程序设计与数据结构>第八周学习总结 教材学习内容总结 堆 堆是具有两个附加属性的一棵二叉树 它是一个完全树 对每一结点,它小于或等于其左 ...
- SqlServer数据库链接字符串
完整链接字符串: 1."DataSourse=.\你的实例;Initial Catalog=yourdatabase;User ID=*;Password=*;Trusted_Connect ...
- Python第十六天 类的实例化
首先 , 先定义一个 简单的 Person 类 class Person: head = 1 ear = 2 def eat(self): print('吃饭') 关于什么是类, 定义类, 类对象,类 ...
- python 10 迭代器和三元运算符
一.迭代器 1.迭代器协议:对象必须提供一种next方法,执行该方法要么返回迭代中的下一项,要么引起一个stopIteration异常,终止迭代 2.可迭代对象:实现了迭代器协议的对象 3.pytho ...
- jquery 上下文菜单实现
话不多说,直接贴上官方demo演示: https://swisnl.github.io/jQuery-contextMenu//demo
- PPS--在download DN出现的问题注意:
1,DN的下载条件:(没有删除没有下载) PPSL=’N’(PPSL有两个值,N时是指这个DN还没有下载) DEL_FLAG<>’Y’(DEL_FLAG有两个值,Y时说明已经删除,不会下载 ...
- Idea增加Idiff merger工具
File -- setting --- tolls -- diff & merge 选择使用外部diff工具和外部merge工具,选择winmerge工具目录. 就可以再version con ...
- [SqlServer]SQL Server创建约束图解
SQLServer 中有五种约束, Primary Key 约束. Foreign Key 约束. Unique 约束. Default 约束和 Check 约束,今天使用SQL Server2008 ...
- flag:用心学习的第一天
目标是:加油学习,尽早改变世界
- gitlab的安装和基本使用
一.gitlab的安装 1)安装依赖包 sudo yum install git vim gcc glibc-statc telnet -y sudo yum install -y curl poli ...