码迷,mamicode.com
首页 >  
搜索关键字:critical    ( 615个结果
nagios安装以及NRPE的安装
nagios不检测任何具体数值指示(如操作系统上的进程个数),它只描述四种被监控对象的状态:OK,WARNING,CRITICAL和UNKNOWN。于是,我们只需要对魔种监控对象的WARNING和CRITICAL状态的阈值进行关注,nagios将阈值传递给插件,由插件负责具体对象的监控以及结果分析,...
分类:移动开发   时间:2016-01-15 15:58:54    阅读次数:219
QT学习 之 对话框 (四) 字体对话框、消息对话框、文件对话框、进程对话框(超详细中文注释)
QMessageBox类:含有Question消息框、Information消息框、Warning消息框和Critical消息框等通常有两种方式可以来创建标准消息对话框:一种是采用“基于属性”的API,一种是使用QMessageBox的静态方法。后者书写容易,但缺少灵活性,针对用户给出的提示的信息不...
分类:系统相关   时间:2016-01-06 23:47:45    阅读次数:875
CRITICAL_STRUCTURE_CORRUPTION蓝屏解决办法
以管理员身份运行dos命令行,输入“SFC /scannow",程序启动,开始扫描并修复系统文件。然后到C:\Windows\Logs\CBS查看CBS.log日志,看最后几行,可以看到哪些文件损坏了。我的是C:\Windows\WinSxS\wow64_microsoft-windows-r..x...
分类:其他好文   时间:2015-12-24 16:20:37    阅读次数:261
[lua]协同式多任务,统筹运用
-- CPM:关键路径法(Critical Path Method)jobBase = { schedule = function ( self, job, task, ... ) --由具体job构造任务列表 local finale = false local...
分类:其他好文   时间:2015-12-16 19:20:08    阅读次数:238
quartus II 全编译出现严重警告
Critical Warning: The following clock transfers have no clock uncertainty assignment. For more accurate results, apply clock uncertainty assignments o...
分类:其他好文   时间:2015-12-09 16:45:44    阅读次数:216
关于多线程与CRITICAL_SECTION的使用
CRITICAL_SECTION 只能针对多线程进行锁定,在同一个线程中,是可以进入很多次的。 同一线程可以多次进入临界区。 在测试程序(多线程同时访问CADOAccess类的对象)中,辅助线程不论是否使用::CoInitialize(NULL);和::CoUninitialize();两个线程连续...
分类:编程语言   时间:2015-12-04 18:13:51    阅读次数:191
ULK --- Chap 4: Softirqs and Tasklets (Note)
We mentioned earlier in the section "Interrupt Handling" that several tasks among those executedby the kernel are not critical: they can be deferred f...
分类:其他好文   时间:2015-12-03 02:08:34    阅读次数:222
Operating System: Three Easy Pieces --- Load-Linked and Store-Conditional (Note)
Some platforms provide a pair of instructions that work in concert to help build critical sections.On the MIPS architecture, for example, the load-lin...
分类:其他好文   时间:2015-11-27 06:42:50    阅读次数:239
NewsLetter001
http://www.learn-english-today.com/Project management -Iron out problems. – resolve issues.Critical path/items.Risk mitigation- what is your risk miti...
分类:其他好文   时间:2015-11-25 10:59:15    阅读次数:128
使用Spring Roo构建项目
使用Spring Roo构建项目 结构概述 Architectural Overview 关键技术 Critical Technologies 实体层 Entity Layer 1 初始化项目 2 安装持久化工具 3 创建实体 4 创建字段 网络层 Web Layer 1 建立Web层 2 创建控制器 服务层 Services Layer 库层 Repository Layer Maven JSON...
分类:编程语言   时间:2015-11-23 16:57:08    阅读次数:525
615条   上一页 1 ... 43 44 45 46 47 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!