按类别查询搜索结果
关于关键词 的检测结果,共 5196
reesun | 2010-11-09 16:02:43 | 阅读(5823) | 评论(0)
【Python/Ruby】 PythonSimpleHTTPServer
wizardzj | 2010-11-05 10:13:40 | 阅读(3997) | 评论(3)
expert1 | 2010-11-04 17:53:55 | 阅读(935) | 评论(0)
expert1 | 2010-11-03 11:13:39 | 阅读(1257) | 评论(0)
原文太多了,懒得复制了,直接看链接:http://bbs.chinaunix.net/viewthread.php?tid=1769409&rpid=12709979&ordertype=0&page=1的6楼。再添加一个:root@tc-dr-brgch00.tc's password: ====================================Hostname:     tc-dr-brgch00.tc.abc.comServer SN:&n...【阅读全文】
alertx | 2010-11-03 02:43:22 | 阅读(7397) | 评论(1)
jayamge | 2010-11-02 19:37:35 | 阅读(855) | 评论(1)
【Python/Ruby】 SHELL 综合水测试
conghonglei | 2010-11-02 11:42:01 | 阅读(445) | 评论(0)
xuxiyao8888 | 2010-11-01 23:33:32 | 阅读(1992) | 评论(0)
jayamge | 2010-11-01 11:20:06 | 阅读(628) | 评论(1)
m4774411wang | 2010-11-01 09:37:53 | 阅读(1203) | 评论(1)
xuxiyao8888 | 2010-10-30 00:06:55 | 阅读(24228) | 评论(0)
【Python/Ruby】 Bash shell 算术运算
CU技术文章 | 2010-10-29 16:15:08 | 阅读(1365) | 评论(0)
Bash shell 的算术运算种方式: 1:使用 expr 外部程式 加法 r=`expr 4 + 5`echo $r注意! '4' '+' '5' 这三者之间要有空白r=`expr 4 * 5` #错误乘法 r=`expr 4 * 5` 2:使用 $(( ))r=$(( 4 + 5 ))echo $r 3:使【阅读全文】
CU技术文章 | 2010-10-29 16:11:27 | 阅读(2647) | 评论(0)
在给定目录下创建由数字组成的多个连续目录: #!/bin/bashbase_dir=""if test $# -lt 3 ; then    echo "usage: $0 basedir detpth1_start_num deptth2_end_num depth2_dir_cnt" &【阅读全文】
CU技术文章 | 2010-10-29 11:25:02 | 阅读(1869) | 评论(0)
Python中的easy_install工具很爽,它的作用类似于Php中的pear,或者Ruby中的gem,或者Perl中的cpan。如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:wget -q http:/【阅读全文】
【Python/Ruby】 Python 络爬虫
CU技术文章 | 2010-10-29 11:21:36 | 阅读(1322) | 评论(0)
Python 网络爬虫 2008-06-06 10:48         转:http://proinsight.spaces.live.com/blog/cns!2056a7f1d7a3017e!144.entry        刚刚开【阅读全文】
【Python/Ruby】 python数据库操作
uranusmars | 2010-10-20 08:50:13 | 阅读(1959) | 评论(1)
xuxiyao8888 | 2010-10-19 22:11:34 | 阅读(789) | 评论(0)
xuxiyao8888 | 2010-10-19 22:07:28 | 阅读(1389) | 评论(0)
xuxiyao8888 | 2010-10-19 21:55:14 | 阅读(1003) | 评论(0)
【Python/Ruby】 Python中面向对象
icybay | 2010-10-18 16:08:06 | 阅读(1269) | 评论(1)