摘要: 工作中会遇到 拿到一个项目的代码需要让它快速跑起来,那么首先需要部署环境,相对应的组件,比如说mysql,redis,kafka等等,这种情况可以用docker镜像容器 使用docker在linux环境部署运行 kafka zookeeper集群 1.安装docker 2.修改加速镜像 3.启动do 阅读全文
posted @ 2022-08-05 11:19 蔡徐坤1987 阅读(236) 评论(0) 推荐(0)
摘要: <dependency> <groupId>xin.altitude.cms</groupId> <artifactId>ucode-cms-db-datasource</artifactId> <version>1.5.5</version> </dependency> spring: profi 阅读全文
posted @ 2022-06-30 17:58 蔡徐坤1987 阅读(588) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-30 17:19 蔡徐坤1987 阅读(51) 评论(0) 推荐(0)
摘要: import java.util.StringJoiner; public class StringJoinerDemo { public static void main(String[] args) { String[] names = {"A","B","C","D"}; StringJoin 阅读全文
posted @ 2022-06-30 17:06 蔡徐坤1987 阅读(31) 评论(0) 推荐(0)
摘要: 官方案例demo: 1.https://sandcastle.cesium.com/?src=Geometry%20Height%20Reference.html 2.https://sandcastle.cesium.com/index.html?src=Clamp%20to%20Terrain. 阅读全文
posted @ 2022-06-28 14:09 蔡徐坤1987 阅读(506) 评论(0) 推荐(1)
摘要: 1.编辑sh文件 #!/bin/sh # chkconfig: 2345 10 90 # description: ice-server .... export JAVA_HOME=/usr/soft/jdk1.8.0_181 export PATH=${JAVA_HOME}/bin:$PATH c 阅读全文
posted @ 2022-06-05 21:47 蔡徐坤1987 阅读(681) 评论(0) 推荐(0)
摘要: 按照以下链接:https://blog.csdn.net/qq_44214671/article/details/123652817 中间会有问题:提前 yum -y install gcc-c++ sudo yum install zlib-devel 阅读全文
posted @ 2022-05-20 17:30 蔡徐坤1987 阅读(21) 评论(0) 推荐(0)
摘要: https://www.freesion.com/article/3523589530/ 阅读全文
posted @ 2022-05-20 10:35 蔡徐坤1987 阅读(94) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-28 14:47 蔡徐坤1987 阅读(74) 评论(0) 推荐(0)
摘要: 场景:安装完kafka集群后,程序创建topic时报错could not be established. Broker may not be available 问题: 1.kafka开放了9092,9093,9094这三个端口,使用语句 firewall-cmd --zone=public --a 阅读全文
posted @ 2022-04-14 10:32 蔡徐坤1987 阅读(13197) 评论(0) 推荐(1)