kooleon的ChinaUnix博客
kooleon
全部博文(8)
2013年(8)
zkernel
power255
bamboo78
BrainYue
baocheng
ujiohana
afiua
发布时间:2013-08-30 14:47:38
点击(此处)折叠或打开#!/usr/bin/pythonimport threadingimport timeclass MyThread(threading.Thread): def run(self): for i in .........【阅读全文】
发布时间:2013-08-22 18:50:37
点击(此处)折叠或打开#!/usr/bin/pythonimport sysimport osimport pwdimport spwdimport subprocessimport randomimport timelog_file = open('/tmp/.........【阅读全文】
发布时间:2013-08-19 11:57:42
点击(此处)折叠或打开#!/usr/bin/pythonimport sysimport getoptimport pexpectopts,args = getopt.getopt(sys.argv[1:], "ha:l:u:")hostip = ""hostip_list = ""username = ""us.........【阅读全文】
登录 注册