Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Java HtmlUnit 加载网页和这些页面中的各种 Html 元素。每 100 毫秒,我检查一下这些元素是否有变化。
HtmlUnit 似乎只是寻找这些元素的变化有点过头了,有没有更好的方法来做到这一点?
我还需要将这些结果写入 sql 数据库,那么我应该使用 JDBC,还是将它们发送到 php 脚本将结果写入数据库?
我不知道这个搜索的上下文是什么。100 毫秒非常频繁,可能对您的服务器来说有点过分了。不过,您可以使用 CURL 和正则表达式的组合轻松完成此操作。两者都可以在任何语言中使用(包括 linux 命令行),因此由您决定放置它的最佳位置。