按类别查询搜索结果
关于关键词 的检测结果,共 1081
xuemanxyx | 2011-11-21 09:26:50 | 阅读(255) | 评论(0)
【Python/Ruby】 python时与profile
zengxg14 | 2011-11-13 10:41:05 | 阅读(3186) | 评论(0)
X-Hawk | 2011-11-09 15:29:59 | 阅读(2548) | 评论(2)
louyuguang | 2011-11-04 09:15:35 | 阅读(1706) | 评论(0)
yueming | 2011-10-30 22:50:23 | 阅读(1399) | 评论(0)
yueming | 2011-10-30 19:14:11 | 阅读(1625) | 评论(0)
【Python/Ruby】 Python线程编程
lmz1951 | 2011-10-26 09:50:38 | 阅读(1564) | 评论(0)
Python 多线程【阅读全文】
【Python/Ruby】 时间戳式转换
garyfujian | 2011-10-25 08:07:44 | 阅读(1848) | 评论(0)
Squall_Liu | 2011-10-19 21:12:13 | 阅读(4086) | 评论(0)
      在利用Python进行系统管理的时候,特别是同时操作多个文件目录,或者远程控制多台主机,并行操作可以节约大量的时间。当被操作对象数目不大时,可以直接利用multiprocessing中的Process动态成生多个进程,10几个还好,但如果是上百个,上千个目标,手动的去限制进程数量却又太过繁琐,这时...【阅读全文】
sunjiangang-ok | 2011-10-18 09:02:09 | 阅读(1348) | 评论(0)
yaofang123 | 2011-10-16 19:56:36 | 阅读(12) | 评论(0)
yaoshiyan | 2011-10-16 17:55:14 | 阅读(776) | 评论(0)
ly21st | 2011-10-13 14:05:04 | 阅读(710) | 评论(0)
#!/bin/ksh# Program name: numberit# Put line numbers on all lines of memoif (( $# < 1 ))then print "Usage: $0 filename " >&2 exit 1fiinteger count=1              # Initialize countcat $1 | while read line &nbs...【阅读全文】
【Python/Ruby】 python维列表排序
xpf1990xpf | 2011-10-11 17:45:10 | 阅读(1012) | 评论(0)
yueming | 2011-10-11 16:54:46 | 阅读(2423) | 评论(0)
bffk55 | 2011-10-10 12:45:19 | 阅读(422) | 评论(0)
yaofang123 | 2011-10-06 11:34:20 | 阅读(7576) | 评论(0)
stonemason | 2011-10-06 10:19:42 | 阅读(1126) | 评论(0)
| 2011-10-05 14:44:14 | 阅读(184) | 评论(0)
【Python/Ruby】 Python线程
lrfgjj2 | 2011-09-28 13:53:51 | 阅读(2628) | 评论(0)