11 2014 档案

摘要:爬虫 另类 遍历页面内容 阅读全文
posted @ 2014-11-23 21:40 to be crazy 阅读(9918) 评论(0) 推荐(1)
摘要:public static void type(WebElement e,String str) throws InterruptedException { String[] singleCharacters = str.split(""); // Interva... 阅读全文
posted @ 2014-11-17 17:16 to be crazy 阅读(1692) 评论(0) 推荐(0)
摘要:public class ArgsTest { private List args; private ArgsTestCheckPoint checkPoint; public enum ArgsTestCheckPoint { IS_NAME_COR... 阅读全文
posted @ 2014-11-10 22:35 to be crazy 阅读(751) 评论(0) 推荐(0)