发布时间:2011-09-28 17:02:39
1年多前就看过相关内容了,当时python还不太会用看不懂别人写的代码,最近闲着又翻出来看看顺便解读下pyinotify的代码使用源自于http://blog.daviesliu.net/2008/04/24/sync/源代码点击(此处)折叠或打开#!/usr/bin/env python#encoding=utf8.........【阅读全文】
发布时间:2011-06-21 18:24:41
- -搞笑用的 哈哈#! /usr/bin/pythonimport os,time,sysdef sortBySleep(s_time): sleepTime = float(s_time)/5 time.sleep(sleepTime) print s_timefor i in range(len(sys.argv)-1):.........【阅读全文】