项目管理个人能力--风险管理 下图是一个风险管理的示意表格部分。 绿色表示小。红色表示严重。 ? 1.1 风险管理的特点 能够用十个字,五个词来概括风险管理的要点: 规划(planning) 识别(identify) 分析(analysis) 应对(response) 监控(monitor and ...
分类:
其他好文 时间:
2018-02-20 17:56:13
阅读次数:
162
OOD的流程: 需求分析——>系统/程序设计——>实现这个设计——>测试 Class Design 1. Identify classes for the system. 2. Describe attributes and methods in each class. 3. Establish r ...
分类:
其他好文 时间:
2017-12-15 20:12:49
阅读次数:
250
A crash reporter is a software application whose function is to identify report crash details and to alert when there are crashes, in production or on ...
分类:
其他好文 时间:
2017-12-04 19:03:25
阅读次数:
206
账户======================================查看账户: #id查看的是当前登录账户的id信息,identify uid=0(root)gid=0(root)组=0(root) 主属组附属组 uid系统用来识别账户的useridentify gid系统用来识别组的groupidentify #iduser1查看user1这个账户的id信息 #whoami查看我现..
分类:
系统相关 时间:
2017-11-22 22:03:39
阅读次数:
207
1 Identify(Keystone) 为OpenStack其它几个模块提供认证服务,整个keystone其实就是在数据库中建立用户(user)、角色(role)、Tenant、服务(service)、endpoint以及其相互对应关系。Tenant在之前的版本中叫做Project,Tenant是 ...
分类:
其他好文 时间:
2017-11-04 18:09:18
阅读次数:
202
SELECT count(*), sum(case when identify_type=01 then 1 else 0 end ), sum(case when identify_type=02 then 1 else 0 end ), sum(case when identify_type=0 ...
分类:
数据库 时间:
2017-10-26 16:14:06
阅读次数:
380
一、Oracle 控制文件 为二进制文件,初始化大小由CREATE DATABASE指定,可以使用RMAN备份 记录了当前数据库的结构信息,同时也包含数据文件及日志文件的信息以及相关的状态,归档信息等等 在参数文件中描述其位置,个数等等。通常采用分散放开,多路复用的原则。在mount阶段被读取,op ...
分类:
数据库 时间:
2017-10-16 12:16:23
阅读次数:
196
最近在调试一块STM32F107RBT6,无法进行下载 错误提示: “JTAG Warning: T-bit of XPSR is 0 but should be 1. Changed to 1.” 1.判断BOOT0 BOOT1 电平情况 BOOT0 低 BOOT1 低 下载到Flash(无法正常 ...
分类:
其他好文 时间:
2017-10-13 17:09:35
阅读次数:
705