个人最新博客地址http://www.skylway.com/
发布时间:2013-11-10 12:11:39
1、nginx和apache的动静分离配置:把下面配置放到nginx配置文件相应的server { }里面,如果使用其他端口号,改一下就行:#所有php的动态页面均交由apache处理location ~ .(php)?$ {proxy_set_header Host $host;proxy_set_header X-Real-IP .........【阅读全文】
发布时间: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.........【阅读全文】