摘要: http://note.youdao.com/noteshare?id=c0e064d6a01cead04ef579ffaaa44faf 阅读全文
posted @ 2020-05-06 21:27 Amber- 阅读(104) 评论(0) 推荐(0)
摘要: http://note.youdao.com/noteshare?id=af41a0b222ce997490f34ea4b974201d 阅读全文
posted @ 2020-05-06 16:31 Amber- 阅读(180) 评论(0) 推荐(0)
摘要: 所有的jar包都在一个mvn库里! 点击下面的地址即可:https://mvnrepository.com/ 步骤图解: 想在web项目导入jar包下载第一个,想在mvn项目中引入复制粘贴第二个 阅读全文
posted @ 2020-05-06 16:16 Amber- 阅读(5525) 评论(0) 推荐(0)
摘要: 当使用Xpath方法时,除了导入的Jsoup.jar包外,还必须导入JsoupXpath.jar; 但是在这里还是提示报错了:Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils 错误原因1 阅读全文
posted @ 2020-05-06 16:05 Amber- 阅读(1881) 评论(0) 推荐(0)
摘要: 运行代码出现Exception in thread "main" java.lang.NullPointerException 可以看下这个链接:https://ask.csdn.net/questions/1057248 原因1:String path=JsoupDemo1.class.getCl 阅读全文
posted @ 2020-05-06 10:48 Amber- 阅读(1494) 评论(0) 推荐(0)