SYMBOL INDEX (92 symbols across 16 files) FILE: Captcha1/pytesser_pro/errors.py class Tesser_General_Exception (line 3) | class Tesser_General_Exception(Exception): class Tesser_Invalid_Filetype (line 6) | class Tesser_Invalid_Filetype(Tesser_General_Exception): function check_for_errors (line 9) | def check_for_errors(logfile = "tesseract.log"): FILE: Captcha1/pytesser_pro/pytesser_pro.py function call_tesseract (line 12) | def call_tesseract(input_filename, output_filename, bool_digits=False): function image_to_string (line 28) | def image_to_string(im, cleanup = cleanup_scratch_flag, bool_digits=False): function image_file_to_string (line 40) | def image_file_to_string(filename, cleanup = cleanup_scratch_flag, grace... FILE: Captcha1/pytesser_pro/util.py function image_to_scratch (line 5) | def image_to_scratch(im, scratch_image_name): function retrieve_text (line 9) | def retrieve_text(scratch_text_name_root): function perform_cleanup (line 15) | def perform_cleanup(scratch_image_name, scratch_text_name_root): FILE: Captcha1/tess_test.py function binary (line 13) | def binary(image_name, binary_image_name): function numpoint (line 29) | def numpoint(im): function pointmidu (line 41) | def pointmidu(binary_image_name, midu_image_name): function filter_enhance (line 83) | def filter_enhance(midu_image_name, midu_image_name_pro1): function seg (line 95) | def seg(midu_image_name_pro1, midu_image_name_pro2, num): function get_aim1_point (line 108) | def get_aim1_point(im): function get_aim2_point (line 122) | def get_aim2_point(im): FILE: NewsSpider/NewsSpider.py function StringListSave (line 10) | def StringListSave(save_path, filename, slist): function Page_Info (line 18) | def Page_Info(myPage): function New_Page_Info (line 23) | def New_Page_Info(new_page): function Spider (line 37) | def Spider(url): FILE: QunarSpider/QunarSpider.py function one_driver_ticket (line 20) | def one_driver_ticket(driver, from_city, to_city): function get_proxy_list (line 69) | def get_proxy_list(file_path): function ticket_worker_proxy (line 81) | def ticket_worker_proxy(city_proxy): function all_ticket_proxy (line 102) | def all_ticket_proxy(): function ticket_worker_no_proxy (line 112) | def ticket_worker_no_proxy(city): function all_ticket_no_proxy (line 128) | def all_ticket_no_proxy(): FILE: Spider_Java/Spider_Java1/src/synchronizetest/Test.java class Test (line 10) | public class Test method main (line 12) | public static void main(String[] args) class Reservoir (line 23) | class Reservoir { method Reservoir (line 25) | public Reservoir(int t) method sellTicket (line 33) | public synchronized boolean sellTicket() // 利用synchronized修饰符同步了整个方法 class Booth (line 47) | class Booth extends Thread { method Booth (line 55) | public Booth(Reservoir r) { method toString (line 63) | public String toString() { method run (line 69) | public void run() { FILE: Spider_Java/Spider_Java1/src/wallstreetcnsave/WallstreetcnSaveTest.java class WallstreetcnSaveTest (line 23) | public class WallstreetcnSaveTest implements Runnable { method GetMap (line 36) | public static Map GetMap() { method setCategory (line 62) | public static String setCategory(String categorySet, String[] ruleList... method httpRequest (line 89) | private static String httpRequest(String requestUrl) { method htmlFiter (line 144) | public static List> htmlFiter(String html, String ... method UnicodeToString (line 162) | public static String UnicodeToString(String str) { method run (line 173) | public void run() { method main (line 228) | public static void main(String[] args) throws InterruptedException { FILE: Spider_Java/Spider_Java2/src/synchronizetest/Test.java class Test (line 10) | public class Test method main (line 12) | public static void main(String[] args) class Reservoir (line 23) | class Reservoir { method Reservoir (line 25) | public Reservoir(int t) method sellTicket (line 33) | public synchronized boolean sellTicket() // 利用synchronized修饰符同步了整个方法 class Booth (line 47) | class Booth extends Thread { method Booth (line 55) | public Booth(Reservoir r) { method toString (line 63) | public String toString() { method run (line 69) | public void run() { FILE: Spider_Java/Spider_Java2/src/wallstreetcnsave/WallstreetcnSaveTest.java class WallstreetcnSave (line 24) | class WallstreetcnSave implements Runnable { method WallstreetcnSave (line 27) | public WallstreetcnSave(GetrequestUrl url) { method GetMap (line 40) | public static Map GetMap() { method setCategory (line 63) | public static String setCategory(String categorySet, String[] ruleList... method httpRequest (line 90) | private static String httpRequest(String requestUrl) { method htmlFiter (line 145) | public static List> htmlFiter(String html, String ... method UnicodeToString (line 163) | public static String UnicodeToString(String str) { method run (line 174) | public void run() { method run1 (line 231) | public void run1() { class GetrequestUrl (line 293) | class GetrequestUrl { method GetrequestUrl (line 299) | public GetrequestUrl(int start) method GetrequestUrl (line 303) | public GetrequestUrl(int start, int end) method GetMethod (line 312) | public synchronized String GetMethod() // 利用synchronized修饰符同步了整个方法 class WallstreetcnSaveTest (line 326) | public class WallstreetcnSaveTest { method main (line 327) | public static void main(String[] args) { FILE: Spider_Python/WallstreetcnSaveTest.py function num2name (line 29) | def num2name(category_num): class MongoDBIO (line 35) | class MongoDBIO: method __init__ (line 37) | def __init__(self, host, port, name, password, database, collection): method Connection (line 46) | def Connection(self): function ResultSave (line 64) | def ResultSave(save_host, save_port, save_name, save_password, save_data... function Spider (line 68) | def Spider(url, data): function ContentSave (line 80) | def ContentSave(item): function func (line 116) | def func(page): FILE: WechatSearchProjects/WechatSearchTest.py class MongoDBIO (line 14) | class MongoDBIO: method __init__ (line 16) | def __init__(self, host, port, name, password, database, collection): method Connection (line 25) | def Connection(self): function ResultSave (line 45) | def ResultSave(save_host, save_port, save_name, save_password, save_data... function GetTitleUrl (line 50) | def GetTitleUrl(url, data): function GetContent (line 60) | def GetContent(url): function ContentSave (line 67) | def ContentSave(item): function func (line 84) | def func(tuple): FILE: WechatSearchProjects/Wechatproject/Wechatproject/items.py class WechatprojectItem (line 8) | class WechatprojectItem(Item): FILE: WechatSearchProjects/Wechatproject/Wechatproject/pipelines.py class WechatprojectPipeline (line 35) | class WechatprojectPipeline(object): method __init__ (line 37) | def __init__(self): method process_item (line 43) | def process_item(self, item, spider): FILE: WechatSearchProjects/Wechatproject/Wechatproject/spiders/spider.py class WechatSpider (line 9) | class WechatSpider(BaseSpider): method parse (line 25) | def parse(self, response): method parse (line 40) | def parse(self, response): method parse2 (line 54) | def parse2(self, response): FILE: ZhihuSpider/ZhihuSpider.py function create_session (line 8) | def create_session():