会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
teaChat
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年12月29日
kafka 常用命令
摘要: 查看当前topic列表 bin/kafka-topics.sh --list --zookeeper ip:port,ip:port,ip:port 查看某topic bin/kafka-topics.sh --describe --topic topic_test --zookeeper ip:p
阅读全文
posted @ 2018-12-29 16:35 teaChat
阅读(839)
评论(0)
推荐(0)
2018年12月28日
内网代理设置
摘要: 1. Eclipse 代理设置 window–>preferences–>general–>network connections 选中 manual proxy configuration: 依次填入http proxy , port就ok 了。 另外,如果代理需要用帐号和密码就需要选中 Enab
阅读全文
posted @ 2018-12-28 20:53 teaChat
阅读(1459)
评论(0)
推荐(0)
读书笔记 - 《MYSQL必知必会》
摘要: 术语: 数据库 , 表 , 模式 , 列 , 数据类型 , 行 , 主键 命令行: mysql -u ben -p -h myserver -P 9999 检索 SELECT 列名 FROM 表名; 关键字:DISTINT 指示MYSQL只返回不同的值 SELECT DISTINT vend_id
阅读全文
posted @ 2018-12-28 16:48 teaChat
阅读(224)
评论(0)
推荐(0)
firewalld - 打开关闭防火墙与端口
摘要: 1. firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用
阅读全文
posted @ 2018-12-28 16:47 teaChat
阅读(9117)
评论(0)
推荐(1)
Prometheus+Grafana 配置
摘要: 一 Prometheus 1. 通过relabeling可以在写入metrics数据之前,动态修改metrics的label prometheus.yml relabel_configs: - source_labels: [__meta_ec2_tag_Environment, __meta_ec
阅读全文
posted @ 2018-12-28 09:50 teaChat
阅读(772)
评论(0)
推荐(0)
2018年12月24日
dos2unix - 转换文件格式
摘要: linux下,查看文件是dos还是unix 使用vim打开文件,输入:set ff?。根据返回结果可以文件类型 linux下,转换文件格式为unix dos2unix 文件名 linux下,批量转换当前目录下所有文件格式为unix find . -name "*" | xargs dos2unix
阅读全文
posted @ 2018-12-24 10:54 teaChat
阅读(305)
评论(0)
推荐(0)
上一页
1
2
公告