摘要:
Failure to find xxx.jar in http://maven-nexus.xxx.com/repository/maven-public/ was cached in the local repository, resolution will not be reattempted 阅读全文
摘要:
索引刷新// Refresh your indices client.admin().indices().prepareRefresh().get(); https://blog.csdn.net/u010325193/article/details/88635299 https://blog.csdn.net/HuoqilinHeiqiji/article/details/88414834 ... 阅读全文
摘要:
我知道的实现定时任务功能的方式目前有以下几种方式一:使用java.util下的Timer和TimerTask,单线程。入门demo: Timer timer = new Timer(); timer.schedule(new TimerTask() { @Override public void r 阅读全文