logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

firewall指定某个IP访问某个端口

Linux7放通IP127.0.0.1访问1521端口firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="127.0.0.3" port protocol="tcp" port="1521" accept"重启服务生效systemctl restart firewalld.servic

easyexcel按照模板导出数据

1、配置pom文件<dependency><groupId>com.alibaba</groupId><artifactId>easyexcel</artifactId><version>2.2.9</version></dependency>2、配置模板3、编码4、效果response.reset()

idea远程debug k8s上的服务应用

1、修改jar启动应用命令。3、idea远程debug。配置IP和地址,如图。

文章图片
#kubernetes#容器#云原生
kafka的生产者如何把消息发送到指定分区里

发送分区设置默认配置The default partitioning strategy:If a partition is specified in the record, use itIf no partition is specified but a key is present choose a partition based on a hash of the keyIf no partit

#kafka#java
到底了