个人最新博客地址http://www.skylway.com/
发布时间:2013-06-14 15:34:01
#!/perl/bin/perl.exe #####################################author:make by skylway20130614#useage:perl 138check.pl $number#$number为电话号码###################################use strict;use warnings;use URI;use Web::Scraper;use Encode qw(encode decode);my $file="C:/Users/Administrator/Des.........【阅读全文】
发布时间:2013-05-24 14:43:50
一、 perl连接Oracle数据库[plain] view plaincopy[oracle@oracle11gR2 perl_script]$ more connect.pl #!/usr/bin/perl #perl script used to connect to Oracle use&nbs.........【阅读全文】
发布时间:2013-01-31 17:25:42
启动服务:mongod.exe --dbpath D:\MongoDB\mongodbwin321.6.0\data --dbpath 数据文件存放路径 --port 数据服务端口启动客户端:mongo.exe cclove &nb.........【阅读全文】
发布时间:2013-01-08 12:00:18
刚查了一下Time::HiRes的用法:它一般用来确定运行某个任务的所需的时间。 如: use Time::HiRes qw(gettimeofday tv_interval); my $start_time = [gettimeofday]; my $counter=0; foreach (1..1000){  ......【阅读全文】
发布时间:2012-12-11 17:47:26
memcache 职场 休闲 stats pid memcache服务器的进程ID uptime 服务器已经运行的秒数 time 服务器当前的unix时间戳 version ......【阅读全文】