摘要:
按tab没有效果,在terminal按tab也没自动补全,而是在切换标签页。 按 ctrl+m 再试试 阅读全文
摘要:
import org.quartz.TriggerUtils; import org.quartz.impl.triggers.CronTriggerImpl; import org.springframework.boot.SpringApplication; import org.springf 阅读全文
摘要:
并发查询ES,根据分片的个数来设置并发 获取所有的分片 设置并发 每个线程都可以使用scroll全量查询分片数据. 直连分片的这种方式有可能会导致ES集群压力增加,只能适用于低频、需要快速导出数据的场景,不能过度依赖. 所用到的依赖: <dependencies> <dependency> <gro 阅读全文
摘要:
添加如下两个类即可自动注入,无需变动其他代码。 import org.quartz.Scheduler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context 阅读全文
摘要:
原文链接(InfoQ技术实验室): https://baijiahao.baidu.com/s?id=1647072061942337482&wfr=spider&for=pc 让数据产生价值才叫成功。早期有不少的公司引入了 Hadoop,将企业的各种结构化非结构化数据加载至 Hadoop 环境当中 阅读全文
摘要:
解决ssl模块缺失的问题 the "ssl" parameter requires ngx_http_ssl_module https://my.oschina.net/litengteng/blog/1800751 详细的安装过程 https://www.cnblogs.com/maggieq83 阅读全文
摘要:
上图是我修复之后的。 rt,重启电脑后无效。adb kill-server然后adb start-server 无效。 后来突然试试flutter doctor 命令,发现提示如下: [@mac:~]$ flutter doctor -v Waiting for another flutter co 阅读全文
摘要:
SpringBoot项目脑袋憨憨的遇到了如下报错, 14:36:42 [http-nio-8691-exec-1] INFO o.a.coyote.http11.Http11Processor - Error parsing HTTP request header Note: further occ 阅读全文
摘要:
2020年8月17日 近期shiro被爆漏洞,需升级至1.6.0 公司用nexus中使用了低版本的shiro,需要升级。因此采用仅替换jar包的方式来解决。经测试,在nexus-2.12.0-01/nexus/WEB-INF/lib 下的jar包做如下替换即可 encoder-1.2.2.jar 新 阅读全文
摘要:
挂个官网的链接 https://www.jetbrains.com/idea/download/other.html 阅读全文