- 博客(5)
- 收藏
- 关注
原创 VirtualBox中Kafka搭建及使用
@VirtualBox中Kafka搭建环境搭建为了配合阿里云消息队列Kafka版本,本次使用 kafka_2.12-0.10.2.2 版本搭建Step 1 下载代码wget https://archive.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgztar -zxf kafka_2.12-0.10.2.2.tgzcd ka...
2019-09-24 13:04:53
442
转载 Firewalld 使用
# Firewalld转自:https://linux.cn/article-8098-1-rel.html## 服务器配置需要开启防火墙的服务:1. gitlab:http 80,ssh 22,smtp 25 1. jenkins:http 80,ssh 22,smtp 251. rap2:http 80,tcp 80801. docker:tcp 5000防火墙配置:开通...
2019-07-26 16:15:41
229
原创 读书杂文
[size=large]A distributed system is one in which components located at networked computers communicate and coordinate their actions only by passing messages[/size]
2016-12-07 21:53:46
206
原创 vim命令
[size=large][b]统计功能,冒号命令:[/b][list][*]:%s/./&/gn 统计字符数[*]:%s/\i\+/&/gn 统计单词数[*]:%s/^//n 统计行数[*]:%s/keyword/&/g 统计任何地方出现的 "keyword" (这个效率差点, 因为会尝试替换)[*]:%s/keyword/&/gn 统计任何地方出现的 "keyword"...
2016-11-15 18:23:26
150
原创 linux 文件统计操作
[size=large][b]遍历文件夹统计语句:[/b][/size][code="java"]for dir in `find /alidata1/trip/img/ -type d ` ;do echo -n "$dir " ;find $dir -name "*.jpg" -type f | wc -l ;echo "" ;done;[/code][size=large][b]...
2016-11-14 17:49:34
170
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅