摘要: # -*- coding: utf-8 -*-# Copyright 2012 splinter authors. All rights reserved.# Use of this source code is governed by a BSD-style# license that can be found in the LICENSE file.class AsyncFinderTests(object): def test_find_by_css_should_found_an_async_element(self): "should find element b... 阅读全文
posted @ 2012-08-14 19:20 苍术厚朴 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 来自 http://everet.org/# -*- coding:utf-8 -*-# 破解教务网密码# 作者:华亮from HTMLParser import HTMLParserfrom Queue import Emptyfrom Queue import Queuefrom re import matchfrom sys import exitfrom urllib import urlencodeimport osimport reimport socketimport threadingimport timeimport urllibimport urllib2import sh 阅读全文
posted @ 2012-08-14 00:34 苍术厚朴 阅读(2225) 评论(0) 推荐(0) 编辑