Package us.codecraft.webmagic.monitor

Examples of us.codecraft.webmagic.monitor.SpiderMonitor.register()


            }
        }, Kr36NewsModel.class).thread(20);
        thread.start();
        SpiderMonitor spiderMonitor = SpiderMonitor.instance();
        spiderMonitor.register(thread);
    }

    public String getTitle() {
        return title;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.