logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

elasticsearch国内镜像下载

es下载:https://mirrors.huaweicloud.com/elasticsearch/kibana下载:https://mirrors.huaweicloud.com/kibana/亲测有效,下载速度很快

#elasticsearch
java通过poi-tl模板引擎生成表格(Word)

java通过poi-tl生成表格以及源码分析依赖模板如何动态生成表格参考文档及分析代码最近导出的word文件要求是越来越多了,而且对样式也做了很多要求,今天参考文档学习了一下普通表格构建表格、动态构建word表格的方法。依赖<dependency><groupId>com.deepoove</groupId><artifactId>poi-tl&lt

#java
虚拟机防火墙

1:查看防火状态systemctl status firewalldserviceiptables status2:暂时关闭防火墙systemctl stop firewalldserviceiptables stop3:永久关闭防火墙systemctl disable firewalldchkconfig iptables off4:重启防火墙systemctl enable firewalld

#linux
git更新提交失败:Couldn‘t save uncommitted changes Tried to save uncommitted changes in stash before Update

这里写目录标题问题原因解决方法问题在执行git pull 项目更新时发生错误,无法提交和更新错误信息Couldn’t save uncommitted changes.Tried to save uncommitted changes in stash before Update, but failed with an error.Couldn’t stash file://D:/WORKSPAC

#git
es启动报错:could not find java in JAVA_HOME at /elk/es/elasticsearch-7.11.1/jdk/bin/java

es启动报错错误排查检查java环境变量是否配置es启动要使用非root账户es账户是否授权如图:我的es账户未授权通过执行命令解决:chown -R elk:elk /elk/*

#elasticsearch#java
到底了