上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
  2019年7月15日
摘要: https://cngolon.iteye.com/blog/1571188 https://blog.csdn.net/buyaopingbixiazai/article/details/80680009 SimpleHttpClient httclient = new SimpleHttpCli 阅读全文
posted @ 2019-07-15 21:58 大山008 阅读(1473) 评论(0) 推荐(0)
  2019年7月14日
摘要: https://www.cnblogs.com/ysocean/p/7617620.html https://blog.csdn.net/qq_42914528/article/details/83743726 阅读全文
posted @ 2019-07-14 22:47 大山008 阅读(136) 评论(0) 推荐(0)
  2019年6月5日
摘要: https://blog.csdn.net/zbj18314469395/article/details/81207268 阅读全文
posted @ 2019-06-05 17:40 大山008 阅读(2439) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hhooong/article/details/52750647 封装post 阅读全文
posted @ 2019-06-05 17:25 大山008 阅读(762) 评论(0) 推荐(0)
摘要: 主要是driver点击登录后需要转为发包的形式,不然后面点击太多,容易出错 思路:主要是Cookie的问题,将driver中的Cookie转为HttpClient的Cookie形式 然后将cookie放到header里面 这里引入一个HttpClient的工具类 阅读全文
posted @ 2019-06-05 16:50 大山008 阅读(313) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_40049311/article/details/80197880 阅读全文
posted @ 2019-06-05 16:11 大山008 阅读(2543) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yanhongyu315/article/details/80701005 在自动化测试中,有时你需要等待一个任务结束后才能进行下一个任务,所以两个任务之间就需要间隔一段等待时间,而Selenium提供了两种方法,在我们编写自动化测试代码时,我们最好不要使 阅读全文
posted @ 2019-06-05 16:06 大山008 阅读(534) 评论(0) 推荐(1)
  2019年6月4日
摘要: https://www.cnblogs.com/GarfieldEr007/archive/2017/07/16/7191116.html 总结:对象的初始化顺序:首先执行父类静态的内容,父类静态的内容执行完毕后,接着去执行子类的静态的内容,当子类的静态内容执行完毕之后,再去看父类有没有非静态代码块 阅读全文
posted @ 2019-06-04 13:51 大山008 阅读(528) 评论(0) 推荐(0)
  2019年5月9日
摘要: public String regClass(String str){ String reg = "([^\\s=]+)=(['\"\\s]?)([^'\"]+)\\2(?=\\s|$|>)"; Pattern p = Pattern.compile(reg); Matcher matcher = p.matcher(str); r... 阅读全文
posted @ 2019-05-09 09:24 大山008 阅读(3190) 评论(0) 推荐(0)
摘要: 记得是要加上 response.setContentType("text/html;charset=UTF-8"); request.setCharacterEncoding("UTF-8"); response.setCharacterEncoding("UTF-8"); 阅读全文
posted @ 2019-05-09 09:09 大山008 阅读(698) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页