发布时间:2013-06-05 15:25:00
/usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm /usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm /usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm服务器端配置/usr/local/rabbitmq/sbin/rabbitmqctl status查看状态/usr/local/rabbitmq/sbin/rabbitmqctl status查看.........【阅读全文】
发布时间:2013-05-24 17:29:58
#### create myself pid filemy $pid = $$;my $myname=$0;print "myname: $myname\n";my $pidFile = "/export/web/tmp/handle_report.pid";#### check other myself,if exists then exit else write myself pid to pidfileif ( -s "$pidFile") { open PIDF, $pidFile || die "Can't open fil.........【阅读全文】
发布时间:2013-05-21 17:08:52
open (FH,">>$fpath") || die "Can't open file $fpath: $!\n";#### 选择默认文件句柄,刷新;select (FH);$|=1;#### 选择系统文件句柄,刷新;select(STDOUT);$|=1;......【阅读全文】
发布时间:2013-05-16 17:10:42
公司最近新买了四台计算用的服务器,每台服务器挂了2T*3的硬盘。为了计算方便,打算将它们设置成nfs,相互之间可以读写数据。 1、开启portmap和nfs服务 service portmap start service nfs start 2、将要共享的目录写到exports文件中.........【阅读全文】