
[--001.3] Perl
mickeyfirst
excellent
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Perl 操作Excel
建了个新的blog原创 2007-04-30 13:43:00 · 1227 阅读 · 0 评论 -
用python读exif
一个小例子原创 2011-01-17 16:56:00 · 1175 阅读 · 0 评论 -
perl中pack函数的实例
examples of pack转载 2011-01-17 16:52:00 · 1494 阅读 · 0 评论 -
List all drivers via DOS command
Command: fsutil fsinfo drives Detailed descriptions belowing: Options for fsutilbehavior 控制文件系统行为 dirty 管理卷的被损坏的位数 file 文件特定命令 fsinfo 文件系统信息 hardlink 硬链接管理 objectid 对象 ID 管理 q原创 2010-01-11 15:37:00 · 675 阅读 · 0 评论 -
能帮你创建正则表达式的工具
今天发现了一个在线工具可以帮助生成正则表达式 http://www.txt2re.com/原创 2009-12-30 16:41:00 · 548 阅读 · 0 评论 -
可以显示模块包含的api
非常好用。"""Cheap and simple API helper This program is part of "Dive Into Python", a free Python book forexperienced programmers. Visit http://diveintopython.org/ for thelatest version."""原创 2009-12-10 10:50:00 · 429 阅读 · 0 评论 -
在ultreditor中python语法高亮脚本
/L10"Python" Line Comment = # Block Comment One = """ Block Comment Off = """ Escape Char = / File Extensions = PY PYW/Indent Strings = ":"/Function String 1 = "%[ ,^t]++def[ ]+^([a-zA-Z0-9_]+*^):"/Fu原创 2009-12-08 09:55:00 · 643 阅读 · 0 评论 -
XML::DOM::XPath
# $Id: XPath.pm,v 1.11 2005/10/18 08:39:04 mrodrigu Exp $ package XML::DOM::XPath; use strict; use XML::XPathEngine;use XML::DOM; use vars qw($VERSION);$VERSION="0.13"; my $xp_原创 2008-09-12 15:48:00 · 1067 阅读 · 0 评论 -
用于c++的perl解析器---Greta的缺点
建了个新的blog原创 2008-09-03 15:49:00 · 685 阅读 · 0 评论 -
如何给你的perl环境安装包
建了个新的blog原创 2008-03-06 22:27:00 · 1079 阅读 · 0 评论 -
怎么调试perl程序(3)
建了个新的blog原创 2007-05-24 22:34:00 · 831 阅读 · 0 评论 -
怎么调试perl程序(2)
建了个新的blog原创 2007-05-24 22:31:00 · 752 阅读 · 0 评论 -
怎么调试perl程序(1)
建了个新的blog原创 2007-05-19 08:54:00 · 848 阅读 · 0 评论 -
怎么调试perl程序(4)
建了个新的blog原创 2007-08-17 11:06:00 · 1243 阅读 · 0 评论 -
Perl 操作xml
建了个新的blog原创 2007-04-30 13:36:00 · 966 阅读 · 0 评论 -
Read out Exif via Python
My requirement is to extract a thumbnail in exif section in a jpeg file. I have tried exiftool(http://www.sno.phy.queensu.ca/~phil/exiftool/).Exiftool is based on perl,this tool is very powerful and原创 2011-12-31 17:13:29 · 901 阅读 · 0 评论