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 编写一些东西,需要我定期检查来自服务器的更新。目前我正在使用 Apache HTTPClient,并且每秒执行一个 GET 请求。这似乎效率低下。有没有更好的方法来实现这一点?
谢谢