04 2017 档案

摘要:1、为什么选定了webmagic? webmagic的doc文档地址:http://webmagic.io/docs/zh/ 刚开始做的时候采用的是 httpclient+htmlparser+dom4j,主要说下为什么使用了dom4j,现在的webmagic也是采用了dom4j,这里主要是需要解析 阅读全文
posted @ 2017-04-21 14:53 泥猴桃\n 阅读(800) 评论(0) 推荐(0)
摘要:public static void main(String[] args) { Thread t = new Thread(new InnerRunnable()); t.start(); System.out.println(" thread: " + t); long threadId = t 阅读全文
posted @ 2017-04-16 22:17 泥猴桃\n 阅读(12300) 评论(0) 推荐(1)