上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 177 下一页
摘要: use base (Critter); 和 BEGIN{ require Critter; @ISA=qw/Critter/; } 这两种写法是等价 阅读全文
posted @ 2016-08-18 22:28 czcb 阅读(143) 评论(0) 推荐(0) 编辑
摘要: use base (Critter); 和 BEGIN{ require Critter; @ISA=qw/Critter/; } 这两种写法是等价 阅读全文
posted @ 2016-08-18 22:28 czcb 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Docker 容器管理: docker create -it centos //这样可以创建一个容器,但该容器并没有启动:create Create a new container 创建一个容器:docker:/root# docker ps CONTAINER ID ... 阅读全文
posted @ 2016-08-18 16:34 czcb 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Docker 容器管理: docker create -it centos //这样可以创建一个容器,但该容器并没有启动:create Create a new container 创建一个容器:docker:/root# docker ps CONTAINER ID ... 阅读全文
posted @ 2016-08-18 16:34 czcb 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1.命令行运行在终端中, 像下面这样运行命令来启动Logstash 进程:[elk@zjtest7-frontend bin]$ ./logstash -e 'input{stdin{}}output{stdout{codec=>rubydebug}}'[elk@zjtest7-frontend... 阅读全文
posted @ 2016-08-18 14:51 czcb 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.命令行运行在终端中, 像下面这样运行命令来启动Logstash 进程:[elk@zjtest7-frontend bin]$ ./logstash -e 'input{stdin{}}output{stdout{codec=>rubydebug}}'[elk@zjtest7-frontend... 阅读全文
posted @ 2016-08-18 14:51 czcb 阅读(133) 评论(0) 推荐(0) 编辑
摘要: $EscapeControlCharactersOnReceive off #关闭rsyslog默认转译ASCII<32的所有怪异字符,包括换行符等$template tocFormat,"%msg%\n"#$template tocFormat,"%syslogtag%,%msg%\... 阅读全文
posted @ 2016-08-18 13:25 czcb 阅读(241) 评论(0) 推荐(0) 编辑
摘要: $EscapeControlCharactersOnReceive off #关闭rsyslog默认转译ASCII<32的所有怪异字符,包括换行符等$template tocFormat,"%msg%\n"#$template tocFormat,"%syslogtag%,%msg%\... 阅读全文
posted @ 2016-08-18 13:25 czcb 阅读(313) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI; use Encode;$user="root"; $passwd="1234567"; $dbh="192.168.32.232";my $table=; chomp $table;print "\$table is ... 阅读全文
posted @ 2016-08-17 15:13 czcb 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI; use Encode;$user="root"; $passwd="1234567"; $dbh="192.168.32.232";my $table=; chomp $table;print "\$table is ... 阅读全文
posted @ 2016-08-17 15:13 czcb 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 177 下一页