01 2018 档案

chulia个人简历20170816-zhaopin_123456
该文被密码保护。

posted @ 2018-01-15 19:45 chulia 阅读(4) 评论(0) 推荐(0)

udpserver.pl 和 udpclient.pl
摘要:udpserver.pl udpclient.pl 阅读全文

posted @ 2018-01-08 09:45 chulia 阅读(149) 评论(0) 推荐(0)

perl_nc.pl
摘要:#!/usr/bin/perl use strict; use IO::Socket; use IO::Select; use Getopt::Std; my %option;getopts('lp:', %option); # listen on local port if( defined $option{'l'} ) { if( !defined $option... 阅读全文

posted @ 2018-01-08 09:44 chulia 阅读(145) 评论(0) 推荐(0)

导航