Chinaunix首页 | 论坛 | 博客
  • 博客访问: 513669
  • 博文数量: 102
  • 博客积分: 950
  • 博客等级: 准尉
  • 技术积分: 1094
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-28 16:07
文章分类

全部博文(102)

文章存档

2020年(2)

2016年(5)

2015年(15)

2014年(25)

2013年(18)

2012年(19)

2011年(18)

我的朋友

发布时间:2020-01-20 17:40:38

点击(此处)折叠或打开#!/usr/bin/perl# tcp_iosocket_dt_srv.pluse strict;use IO::Socket;use POSIX qw(WNOHANG);$SIG{CHLD} = sub {     while((my $pid = waitpid.........【阅读全文】

阅读(915) | 评论(0) | 转发(0)

发布时间:2020-01-20 17:40:36

点击(此处)折叠或打开#!/usr/bin/perl# tcp_iosocket_dt_srv.pluse strict;use IO::Socket;use POSIX qw(WNOHANG);$SIG{CHLD} = sub {     while((my $pid = waitpid.........【阅读全文】

阅读(879) | 评论(0) | 转发(0)

发布时间:2016-08-19 15:29:22

http://ama2000.iteye.com/blog/1290763注意转义注意mapper 和 reducer 不能用head ,more 等中断后续数据处理的程序,直接的命令行 不支持管道关于管道:不要在streaming里mapper和reducer中使用管道,会出现”java.io.IOException: Broken pipe”错误。关于程序文件:如果使用的是非she.........【阅读全文】

阅读(1743) | 评论(0) | 转发(0)

发布时间:2016-04-11 20:19:47

mysql_sh='sh'mysql_bj='bj'mysql=`eval echo $mysql_$1`echo $mysql......【阅读全文】

阅读(1036) | 评论(0) | 转发(0)

发布时间:2016-02-23 11:07:59

#!/usr/bin/perluse Modern::Perl;use Mail::POP3Client;use Email::MIME;use IO::Socket::SSL;use Encode;use HTML::Strip;# Set output to UTF8use utf8;use open ':std', ':encoding(UTF-8)';#binmode(STDOUT, ":utf8");#binmode(STDIN, ':encoding(utf8)');#binmode(STDOUT, ':encoding(utf8)');#bi.........【阅读全文】

阅读(1986) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flb_20012010-09-25 07:52

回复  |  举报
留言热议
请登录后留言。

登录 注册