Firefox插件-Autopager-网页/论坛自动翻页插件

Firefox的Autopager插件 https://addons.mozilla.org/zh-CN/firefox/addon/4925
非常强大的一个插件,启用之后可以识别网址和网页中的链接,实现网页的自动翻页
比如搜索引擎或者论坛等都可以用空格或者翻页键,一直按下去一直到自己感兴趣的内容
而且在浏览当前页的时候,下一页内容已经准备好了,可以节省不少时间^_^

这个插件功能非常强大,内置了丰富的站点列表,并且站点列表可以自动定期进行更新
即便是遇到了不在站点列表中的网站,也可以借助向导实现自己需要的自动翻页功能

Xpath学习资料

XPath 教程  http://www.zvon.org/xxl/XPathTutorial/General_chi/examples.html
W3school的XPath教程 http://www.w3school.com.cn/xpath/index.asp

Perl常用模块使用例子(转载)5

(31) Text::CSV_XS, parse(), fields(), error_input()

如果field里面也包含分隔符(比如”tom,jack,jeff”,”rose mike”,O’neil,”kurt,korn”),那么我们
解析起来确实有点麻烦, perlcn.net/perl-examples-5#more-178" class="more-link">Continue Reading

Perl常用模块使用例子(转载)4

(21) Term::ANSIColor 例子

#!/usr/bin/perl
use strict;
use Term::ANSIColor qw(:constants);

$Term::ANSIColor::AUTORESET = 1; perlcn.net/perl-examples-4#more-175" class="more-link">Continue Reading

Perl常用模块使用例子(转载)3

(11)ExtUtils::Installed, new(), modules(), version()

#查看已经安装的模块的相应信息。

#!/usr/bin/perl
use strict;
use ExtUtils::Installed; perlcn.net/perl-examples-3#more-173" class="more-link">Continue Reading

Page 1 of 41234»