会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Crazy_yiner
博客园
首页
新随笔
联系
订阅
管理
2011年11月25日
关闭机房的学生端程序 XP环境下
摘要: import osimport sysimport reos.system("Tasklist/SVC>w.txt")f=open(r"w.txt","r")s=f.read()f.close()os.remove(r"w.txt")exe1="StudentMain.exe"pat=exe1+r"\s+(\d+)"r=re.findall(pat,s)for rr in r: os.system("ntsd -c q -p "+rr) 编辑器加载中
阅读全文
posted @ 2011-11-25 18:18 Crazy_yiner
阅读(2650)
评论(0)
推荐(0)
编辑
公告