logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用zipkin kafka elasticsearch收集链路日志

默认三台虚拟机机器bigdata111、bigdata112、bigdata113环境: 已经安装jdk8,并配置环境变量、已设置相互免密、登录免密,设置hosts映射(好习惯)1.安装kafka集群三个节点 3个broker bigdata111、bigdata112、bigdata113. 主题topic:zipkin参考 kafka 安装教程,需要安装zookeeper。 建议手动建topi

文章图片
#spring#kafka
kafka启动

kafka 启动.\bin\windows\kafka-server-start.bat .\config\server.properties# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements.See the NOTICE file distribu

#kafka
ssh-keygen -t rsa -C 指定文件路径

ssh-keygen -t rsa -C "xxxxxx@company.com” -f ~/.ssh/id-rsa$ssh-keygen -t rsa -C 'xxxxx@company.com' -f ~/.ssh/gitee_id_rsa$ssh-keygen -t rsa -C 'xxxxx@qq.com' -f ~/.ssh/github_id_rsa

Java从新手到熟练,从熟练到精通,只有精通了你才能算得上专业人才

从新手到熟练-到精通新手0-3个月 入门基础,按照规范,会写业务功能的代码,简单的设计数据库熟练 1-3年 熟悉使用框架还有工作经验,知道那里有坑,各种业务场景下需要的技术点的应用精通3-10年熟悉底层原理如比如:我们常用的map?底层数据结构是什么?jdk7与jdk8的区别?为什么说是非线程安全的?为什么源码中用位移什么,系统架构设计等?根据业务选...

[转]Windows下安装DevKit

[转]Windows下安装DevKitwindows下安装或升级时gem经常会碰到1Pleaseupdate your PATH to include build tools or download the DevKit2from 'http://rubyinstaller.org

#windows#ruby
ruby在windows环境下下载安装devkit

转自 百度  -- dkwindows下安装或升级时gem经常会碰到Please update your PATH to include build tools or download the DevKitfrom 'http://rubyinstaller.org/downloads' and follow the instructionsat 'http://github.

#ruby#windows
到底了