忘记密码?

Blogs about: Perl

Featured Blog

正则表达式之匹配和修改

没有昵称 wrote 8 months ago: 示例均为Perl代码 测试匹配的用法: $variable =~ m/regex/ 每个用括号包围着的,匹配成功的部分,会被分别保存到变量$1, $2, $3…中。 如果不想分组,就用(? … more →

标签: perl, 正则表达式, 正则表达式

munin安装手册

Timo wrote 9 months ago: munin是一个类似cacti的性能展示工具,它是maste和node之分的,走的是更可靠的TCP协议。所以不会像cacti基于snmp这样的监控方式会出现各种各样的问题。同时munin的Node是有 … more →

标签: munin, munin-node

A simple perl script to mintor java application server1 comment

hugozhu wrote 10 months ago: The script will keep requesting a status page (can be any page served by the application server), if … more →

标签: 网站技术, Java, Resin, 原创

A simple perl script to mintor java application server1 comment

hugozhu wrote 10 months ago: The script will keep requesting a status page (can be any page served by the application server), if … more →

标签: 网站技术, Java, Resin, 原创

批量修改文件名字的Perl脚本

tingwang wrote 3 years ago: 用法如下: 移动到你要修改文件名的目录下 rename.pl -l 会把该目录下的所有文件名改为小写,例如 Abcd.xx 会改为 abcd.xx rename.pl -u 会把该目录下的所有文件名改 … more →

标签: 软件工具


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS