微软近期Open的职位:News is a critical areas for integration of mobile and services, one of the top priorities in Microsoft. Microsoft is innovating rapidly t...
分类:
其他好文 时间:
2014-12-13 12:07:16
阅读次数:
203
我们以前使用过的对hbase和hdfs进行健康检查,及剩余hdfs容量告警,简单易用
#/bin/bash
bin=`dirname $0`
bin=`cd $bin;pwd`
STATE_OK=0
STATE_WARNING=1
STATE_CRITICAL=2
STATE_UNKNOWN=3
STATE_DEPENDENT=4
source /etc/...
分类:
其他好文 时间:
2014-12-10 12:40:37
阅读次数:
171
Voltage-regulator design for high output currents can be a critical and difficult task. Although voltage regulators with 1A maximum output current are...
分类:
其他好文 时间:
2014-11-28 14:02:24
阅读次数:
133
公司使用的是HPgen8机器,用的是p420i阵列卡,同时在系统的另一端,nagios监控系统配合nrpe脚本check_hpasm定期检测硬件健康。最近为了让机器更带劲,加上了SSD硬盘,机械硬盘仅用作大容量存储,在感受速度与激情的同时,悲剧接踵而至。nagios监控报警,硬件出错:CRITICAL-dac..
分类:
其他好文 时间:
2014-11-17 19:42:14
阅读次数:
420
转贴:https://10up.github.io/Engineering-Best-Practices/javascript/#performancePerformanceWriting performant code is absolutely critical. Poorly written ...
分类:
Web程序 时间:
2014-11-10 17:35:57
阅读次数:
295
readonly object _Syn = new object(); int Seed = 0; public int TreadValueGet() { // 5 Critical Section // Enter 和 Exit 方法提供...
分类:
其他好文 时间:
2014-11-09 13:48:38
阅读次数:
227
Single Threaded Execution 也称为 Critical Section 临界区:危险区域 或者Critical RegionSingle Threaded Execution 是把视点放在运行的线程上所取的名称而Critical Session 或Critical Region...
分类:
其他好文 时间:
2014-11-05 21:16:36
阅读次数:
238
上一篇《秒杀多线程第四篇 一个经典的多线程同步问题》提出了一个经典的多线程同步互斥问题,本篇将用关键段CRITICAL_SECTION来尝试解决这个问题。本文首先介绍下如何使用关键段,然后再深层次的分析下关键段的实现机制与原理。关键段CRITICAL_SECTION一共就四个函数,使用很是方便。下面...
分类:
编程语言 时间:
2014-11-04 17:16:32
阅读次数:
269
在11.2中引出了许多DIAG的视图
TABLE_NAME
------------------------------
V$DIAG_ADR_CONTROL
V$DIAG_ADR_INVALIDATION
V$DIAG_ALERT_EXT
V$DIAG_AMS_XACTION
V$DIAG_CRITICAL_ERROR
V$DIAG_DDE_USER_ACTION
V$DIAG...
分类:
数据库 时间:
2014-11-01 23:17:02
阅读次数:
539
利用angular resource加载priorityData.json中的json数据,结合D3画出甜甜圈图。运行index.html结果如图所示:
priorityData.json中json数据如下:
{
"priority":{
"Blocker":12,
"Critical":18,
"Major":5,
"Mi...
分类:
Web程序 时间:
2014-10-21 10:23:38
阅读次数:
342