这个人很懒,暂无签名信息
一:使用 route 命令添加 使用route 命令添加的路由,机器重启或者网卡重启后路由就失效了,方法: //添加到主机的路由 # route add –host 192.168.1.11 dev eth0 # route add –host 192.168.1.12 gw 192.168.1.112 //添加到网络的路由 # route add –net 192.168.1.11 net...
1.pom文件中添加依赖 net.sourceforge.htmlunit htmlunit 2.27 2.写一个获取页面的util方法 public HtmlPage getHtmlPageResponse(WebClient webClient,String url) throws Exception { webClient.getOpti...