SMART原则经常用于KPI制定,也可以用于个人目标管理。 SMART原则: S(Specific):目标必须是具体的,需要对标特定的工作目标,不能笼统; M(Measurable):目标必须是可衡量的,衡量的指标是可量化或者行为化; A(Attainable):目标必须是可到达、可实现的,通过努力 ...
分类:
其他好文 时间:
2018-06-17 20:16:54
阅读次数:
192
CentOS/RHEL 6 开始升级所有软件的安全补丁: yum -y --security upgrade 自动更新安全补丁 yum -y install yum-cron vim /etc/sysconfig/yum-cron CHECK_ONLY=yes 不要安装,只做检查(有效值: yes| ...
分类:
其他好文 时间:
2018-04-24 13:55:44
阅读次数:
474
AJAX 修改还原 <tbody role="alert" aria-live="polite" aria-relevant="all"> <tr class="odd"> <td class="">{$row['id']}</td> <td class="cont">{$row['content' ...
分类:
Web程序 时间:
2018-04-10 17:50:03
阅读次数:
289
DOM Selection $('.someclass') document.querySelector('.someclass') document.querySlectorAll('.someclass li') DOM Manipulation //操作 操纵 $element.remove( ...
分类:
Web程序 时间:
2018-04-08 00:21:43
阅读次数:
398
1、fetch phbase工作流程 The coordinating node identifies which documents need to be fetched and issues a multiGETrequest to the relevant shards. Each shard... ...
分类:
其他好文 时间:
2018-02-26 16:22:19
阅读次数:
181
关于探索测试 什么是探索测试 探索式测试是一种软件测试风格,它强调独立测试人员的个人自由和职责,为了持续优化其工作的价值,将测试相关学习、测试设计、测试执行和测试结果分析作为相互支持的活动,在整个项目过程中并行地执行。 该定义包含三个方面的内容。 第一,探索式测试是一种软件测试风格,而不是一种具体的 ...
分类:
其他好文 时间:
2018-02-12 16:43:19
阅读次数:
159
官方说明: How do I know whether a variable is allocated on the heap or the stack? From a correctness standpoint, you don't need to know. Each variable in ...
分类:
其他好文 时间:
2018-01-15 17:36:01
阅读次数:
167
Acting under uncertainty 1. Summarizing uncertainty In many domains, the agent’s knowledge can at best provide only a degree of belief in the relevant ...
分类:
其他好文 时间:
2018-01-13 23:41:00
阅读次数:
248
相关知识 / Relevant Knowledge 1 _vimrc编程 / _vimrc Program 1. 注释符", 用于注释 2. 关键词set, 用于设置功能等 3. 关键词imap, 表示insert模式下的重新map 4. 关键词inoremap, 表示插入模式下的重新map: in ...
分类:
系统相关 时间:
2018-01-01 18:22:42
阅读次数:
152
.bin/mysqld --initialize-insecure --basedir=xxx --datadir=xxx 然后 .bin/mysqld_safe --defaults-file=xxx --user=mysql & 抛错: InnoDB: auto-extending data f ...
分类:
数据库 时间:
2017-12-19 15:11:36
阅读次数:
256