Chinaunix首页 | 论坛 | 博客
  • 博客访问: 434936
  • 博文数量: 116
  • 博客积分: 2756
  • 博客等级: 少校
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-29 21:21
文章分类

全部博文(116)

文章存档

2018年(1)

2017年(1)

2016年(30)

2015年(41)

2014年(23)

2011年(7)

2010年(9)

2008年(4)

发布时间:2016-12-05 22:15:43

这个模块很好。......【阅读全文】

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

发布时间:2016-06-25 23:37:01

这个写的很好。http://blog.chinaunix.net/uid-22160801-id-3421333.html......【阅读全文】

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

发布时间:2015-06-05 15:36:52

#! /usr/bin/env perluse DateTime;my $dt_01 = DateTime->new(year=> 2015, month=> 5, day =>3);my $dt_02 = DateTime->new(year=> 2015, month=> 5, day =>1);my $du    = $dt_01->subtract_datetime_absolute($dt_02);print $du->seconds();print "\n";......【阅读全文】

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

发布时间:2015-01-09 16:21:34

#!/usr/bin/perl -wuse strict;use threads;sub say_hello{    my $index = 0;    my $tmp   = 0;    foreach $index (1 .. 100)    {        printf("Hello thread! @_.\n");   .........【阅读全文】

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

发布时间:2015-01-09 16:18:59

#!/usr/bin/perl -wuse strict;use LWP::Simple;use Time::HiRes qw(gettimeofday tv_interval);my $url = 'http://127.0.0.1/';foreach my $index (1 .. 10000){    my $t_01    = [gettimeofday];    my $content = get $url;    my $t_02 .........【阅读全文】

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

indure2011-01-02 14:08

回复  |  举报

2010-10-07 22:34

回复  |  举报

大鬼不动2010-10-04 16:38

踩踩

回复  |  举报

小闹一下2010-09-30 06:17

回复  |  举报

小闹一下2010-09-29 23:41

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

登录 注册