摘要: File templateFile = new File(filePath, fileName); File destFile = new File(filePath, "test.xlsx"); try { if (templateFile.exists()) { //追加数据,目标文件与原始文件 阅读全文
posted @ 2021-12-16 21:32 迷茫的小草 阅读(9061) 评论(0) 推荐(1) 编辑
摘要: Jmeter压力测试工具安装及使用教程 阅读全文
posted @ 2019-10-20 18:41 迷茫的小草 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 常用命令 阅读全文
posted @ 2019-07-26 19:47 迷茫的小草 阅读(111) 评论(0) 推荐(0) 编辑
摘要: kafka集群管理工具kafka manager部署安装 阅读全文
posted @ 2019-07-14 21:36 迷茫的小草 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 亲测有效 "https://blog.csdn.net/wxy540843763/article/details/80197301" 阅读全文
posted @ 2019-07-12 23:49 迷茫的小草 阅读(1457) 评论(0) 推荐(0) 编辑
摘要: 解决在linux环境下,git clone 项目,走https协议时,报SSL connect error 错误 升级nss yum update y nss curl libcurl 阅读全文
posted @ 2019-07-12 23:45 迷茫的小草 阅读(2383) 评论(0) 推荐(0) 编辑
摘要: nexus私服搭建及信息配置 下载 登录nexus官网下载nexus安装包https://help.sonatype.com/repomanager2/download/download archives repository manager oss 我一开始在官网上没有成功的将安装包下载下来,所以 阅读全文
posted @ 2019-07-09 17:02 迷茫的小草 阅读(3584) 评论(0) 推荐(0) 编辑
摘要: kafka集群部署 安装前准备 配置主机名 vi /etc/sysconfig/network 修改hosts文件 vim /etc/hosts 关闭防火墙 我用的是centos6.5版本 chkconfig iptables off 不关闭防火墙,集群之间的通讯端口不通 注意 如果没有进行上述配置 阅读全文
posted @ 2019-07-09 16:53 迷茫的小草 阅读(219) 评论(0) 推荐(0) 编辑
摘要: zookeeper集群安装 安装前准备 配置主机名 vi /etc/sysconfig/network 修改hosts文件 vim /etc/hosts 关闭防火墙 我用的是centos6.5版本 chkconfig iptables off 不关闭防火墙,集群之间的通讯端口不通 注意 如果没有进行 阅读全文
posted @ 2019-07-09 11:22 迷茫的小草 阅读(216) 评论(0) 推荐(0) 编辑
摘要: mvn install:install file Dfile=D:\\repo\\mybtais generator 1.0.0.jar DgroupId=mybatis.plugins DartifactId=mybtais generator Dversion=1.0.0 Dpackaging= 阅读全文
posted @ 2019-06-27 15:56 迷茫的小草 阅读(313) 评论(0) 推荐(0) 编辑