摘要:
?INSERT sets an exclusive lock on the inserted row. This lock is an index-record lock, not a next-key lock (that is, there is no gap lock) and does ... 阅读全文
posted @ 2016-10-28 11:41
czcb
阅读(116)
评论(0)
推荐(0)
摘要:
The locks are normally next-key locks that also block inserts into the “gap” immediately before the record. 这句话怎么理解:select @@tx_isolation; 第一种情况 更新列... 阅读全文
posted @ 2016-10-28 10:43
czcb
阅读(160)
评论(0)
推荐(0)
摘要:
use Net::Ping; $p = Net::Ping->new("icmp"); while (1==1){ open (LIST,") {chomp; my $host=$_; if ($p->ping($host)) {print "$host is alive\n";} else {... 阅读全文
posted @ 2016-10-27 17:34
czcb
阅读(115)
评论(0)
推荐(0)
摘要:
1.zabbix 服务端安装,监控jmx 需要--enable-javazabbix 客户端不需要 --enable-java2.zabbix_server端安装jdk安装jdk[root@nginx tmp]# tar xf jdk-7u9-linux-x64.tar.gz -C /usr/l... 阅读全文
posted @ 2016-10-27 15:26
czcb
阅读(229)
评论(0)
推荐(0)
摘要:
trends_uint.ibdhistoryhistory_unittrends CREATE TABLE `trends` ( `itemid` bigint(20) unsigned NOT NULL, `clock` int(11) NOT NULL DEFAULT '0', `nu... 阅读全文
posted @ 2016-10-27 14:47
czcb
阅读(170)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2016-10-27 13:05
czcb
阅读(338)
评论(0)
推荐(0)
摘要:
数据采集的工作模式可以分为被动模式(服务器端到客户端采集数据)主动模式(客户端主动上报数据到服务器端)服务器配置:DBHost=192.168.32.55DBName= zabbixDBUser=zabbixuserDBPassword=zabbixpassDBSocket=/data01/my... 阅读全文
posted @ 2016-10-27 12:47
czcb
阅读(184)
评论(0)
推荐(0)
摘要:
数据采集的工作模式可以分为被动模式(服务器端到客户端采集数据)主动模式(客户端主动上报数据到服务器端)服务器配置:DBHost=192.168.32.55DBName= zabbixDBUser=zabbixuserDBPassword=zabbixpassDBSocket=/data01/my... 阅读全文
posted @ 2016-10-26 21:12
czcb
阅读(188)
评论(0)
推荐(0)
摘要:
jrhmpt01:/root# rpm -qa | grep -i networkNetworkManager-glib-0.8.1-99.el6.x86_64system-config-network-tui-1.6.0.el6.2-1.el6.noarchglib-networking-2.... 阅读全文
posted @ 2016-10-26 19:07
czcb
阅读(223)
评论(0)
推荐(0)
摘要:
1、为DVD创建一个挂载目录[root@localhost ~]# mkdir /media/CentOS2、在Linux下挂载CentOS DVD(虚拟机挂载DVD不说了,应该都会)[root@localhost ~]# mount -t auto /dev/cdrom /media/Cent... 阅读全文
posted @ 2016-10-26 14:11
czcb
阅读(149)
评论(0)
推荐(0)
浙公网安备 33010602011771号