码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
XEN的启动信息输出到“Platform timer is 14.318MHz HPET”就暂停接收的解决办法
使用Serial Over Lan(SOL)来双机调试 XEN,在 XEN 启动时,引导信息输出到以下这一句时,就不再发送调试信息了:...(XEN) Intel machine check reporting enabled(XEN) I/O virtualisation disabled(XEN...
分类:其他好文   时间:2014-06-28 10:46:18    阅读次数:253
GridView全局仅能选择一个复选框
//全局仅能选择一个复选框function CheckLimit(check) { var inputs = document.getElementsByTagName("input"); for (var i = 0; i //调用JS方法
分类:其他好文   时间:2014-06-26 00:31:41    阅读次数:305
读贾志鹏《线性筛法与积性函数》笔记
1.欧拉筛法在线性时间内求素数以及欧拉函数代码: 1 procedure get; 2 var i,j,k:longint; 3 begin 4 tot:=0; 5 fillchar(check,sizeof(check),false); 6 for i:=2 to n do 7 be...
分类:其他好文   时间:2014-06-25 22:11:51    阅读次数:574
如何配置nagios监控SUN(富士通)MX000系列服务器的XSCF
配置环境说明 192.168.3.80-XSCF地址192.168.2.80-solaris操作系统IP地址 (nagios客户端)192.168.2.120-nagios服务器端check_xscf.pl-检查xscf的执行脚本,放在nagios客户端上。check_xscf.cfg-检查xscf...
分类:移动开发   时间:2014-06-25 21:23:57    阅读次数:208
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
问题提示:Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.Conversion to Dalvik format failed: Unable to exec...
分类:编程语言   时间:2014-06-25 17:18:38    阅读次数:292
SQL Server 函数的使用 Function
create table student ( id varchar2(5) primary key, name varchar2(20), not null, sex char(2) check(sex='男' or sex='女') ) --向student中插入一条数据,用函数来验证插入是否正确 create or replace function (f_id in varchar2...
分类:数据库   时间:2014-06-25 00:11:31    阅读次数:376
libPhenom 编译
安装 http://c-ares.haxx.se/ 安装 http://concurrencykit.org/ \cp build/ck.pc  /usr/lib64/pkgconfig/ $ ./autogen.sh $ ./configure $ make $ make check $ sudo make install 错误1: 修改cpplint.py, def...
分类:其他好文   时间:2014-06-24 17:34:43    阅读次数:294
check_disk命令
check_disk命令用法:check_disk-wlimit-climit[-Wlimit][-Klimit]{-ppath|-xdevice} [-C][-E][-e][-ggroup][-k][-l][-M][-m][-Rpath][-rpath] [-ttimeout][-uunit][-v][-Xtype]选项:-h,--help -V,--version -w,--warning=INTEGER 如果磁盘空闲容量小于INTEGER单位时、ExitwithW..
分类:其他好文   时间:2014-06-24 16:34:34    阅读次数:710
nagios 监控 网卡流量 脚本
#!/bin/bash # #Time:2014-06-23 #Author:ftlynx #Function:useNET-SNMPgetNICtrafficonnagios. Usage(){ echo"Usage:check_traffic.sh[options]" echo" -H HostIP." echo" -P net-snmpcommunitystring." echo" -N NICName." echo" -W nagioswarningvalue.Format:200,300..
分类:移动开发   时间:2014-06-24 16:10:35    阅读次数:224
poj 2151 Check the difficulty of problems(线段树+概率)
poj 2151 Check the difficulty of problems(线段树+概率)...
分类:其他好文   时间:2014-06-22 07:42:40    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!