自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 perl源码:fmt_out.pl

# file: fmt_out.pl # author: zby # descript: format output # date: 2016-11-16 # version: 0.1.0#!/usr/bin/perl use strict; use utf8; use File::stat ();$_ = shift @ARGV; my $dt = File::stat::stat $_ or

2016-11-17 00:52:10 373

原创 perl源码:find_file.pl

# file: find_file.pl # author: zby # descript: with module File::Find to get the files your wanted # date: 2016-11-16#!/usr/bin/perl use strict; use utf8; use File::Find (); # 调用File::Find模块,注意这里后面的()表

2016-11-17 00:49:55 457

原创 Perl源码:file_attr.pl

# file: file_attr.pl # author: zby # descript: format output the files' attribute # date: 2016-11-16 # version: 0.1.0#!/usr/bin/perl use strict; use utf8;use File::Find (); use File::stat (); no warnin

2016-11-17 00:44:57 257

原创 文章标题

头条博客这是我的第一条博客2016年10月9日23点30分,我的csdn博客正式开通了! 恭喜恭贺!以后这里就是我学习的家园了,加油,老猪!

2016-10-09 23:30:55 153

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除