logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

influxdb性能测试

docker run -d -p 8083:8083 -p 8086:8086 --name my_influxdb influxdbgo get -v github.com/influxdata/influx-stress/cmd/…go run /opt/go/gopath/src/github.com/influxdata/influx-stress/cmd/influx-stress/..

kafka使外网访问配置

参考https://blog.csdn.net/fengcai19/article/details/54695874修改advertised.listeners=PLAINTEXT://10.20.12.23:9092zookeeper.connect=10.20.12.23:2181

canal监控除某表以外的表

canal.instance.filter.regex=.*\\^((?!DS_API_HEART).)*$

安装node-sass提示 Failed at the node-sass

npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.14.0 postinstall: node scripts/build.jsnpm ERR! Exit status 1npm ERR!npm ERR! Failed at the node-sass@4.14.0 postinstall script.npm ERR! Th

git项目合并时出现错误

File->setting删除红色位置

docker-compose离线安装

一直使用在线安装docker-compose,一直有很多坑,今天有个哥们(人才)使用了离线安装compose 我尝试了一下 很方便下载地址:https://github.com/docker/compose/releases下载离线包sudo mv docker-compose-Linux-x86_64 /usr/local/bin/docker-composesudo chmod +x /usr

到底了