简介 - 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 ...
随机推荐
- H5基础
<html> <head lang="en"> <meta charset="utf_8"> ...
- [二分答案][NOIP2015]跳石头
跳石头 题目描述 一年一度的“跳石头”比赛又要开始了!这项比赛将在一条笔直的河道中进行,河道中分布着一些巨大岩石.组委会已经选择好了两块岩石作为比赛起点和终点.在起点和终点之间,有 N 块岩石(不含起 ...
- TCP/IP数据加密传输及CA简述
TCP/IP跨主机之间的通信数据封装发送的都是明文数据,现代通讯中会有安全问题. 三个安全问题 如:A发送消息给B的三个安全问题机密性:明文传输如:ftp,http,smtp,telnet等完整性:数 ...
- 初学html,任务2:写一个简单的登陆/注册界面
先在body中把最基础的标签写出来 现在页面运行出来是这样的 就是一个没有任何样式的基础界面: 接下来我们为这些标签加上样式 首先还是让页面所有元素的padding和margin都设置为0, 清除浏览 ...
- What is REST API
What is REST REST is acronym for REpresentational State Transfer. It is architectural style for dist ...
- java8 先groupingBy 后map
Map<Integer,List<String>> mapBanJI_UserNameList=list.stream().collect(Collectors.groupin ...
- SDK更新
虽然国内google被墙了,但仍可利用国内的某些镜像网站实现Android SDK在线更新,使用方法如下: 1.启动 Android SDK Manager ,打开主界面,依次选择『Tools』.『O ...
- 关于python的感想和turtle作图
第一次知道有python这个东西是在去年七月份,就是一堆编程语言,当时我想它应该离我很远,也没对它有什么兴趣.直到在三月份的某一天我真正接触了它,其实也不是我主动,环境下学期必须学这东西.我有它的必修 ...
- centos 7.3 安装配置python3.6.1
1.先安装一些我遇到的依赖问题(如果有依赖问题按提示安装): yum install xz gcc zlib zlib-devel 2.官网下载源码包 地址:https://www.python.or ...
- 检查SQL Server被哪个进程占用,且杀进程。
-----检查DB的名字---------------------------------------DECLARE @dbName varchar(50)SET @dbName='RegisterO ...