会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蔡徐坤1987
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2022年8月5日
对于docker的实际工作中的使用总结
摘要: 工作中会遇到 拿到一个项目的代码需要让它快速跑起来,那么首先需要部署环境,相对应的组件,比如说mysql,redis,kafka等等,这种情况可以用docker镜像容器 使用docker在linux环境部署运行 kafka zookeeper集群 1.安装docker 2.修改加速镜像 3.启动do
阅读全文
posted @ 2022-08-05 11:19 蔡徐坤1987
阅读(236)
评论(0)
推荐(0)
2022年6月30日
Mysql配置多数据源
摘要: <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)
java8 stream debug
摘要:
阅读全文
posted @ 2022-06-30 17:19 蔡徐坤1987
阅读(51)
评论(0)
推荐(0)
StringJoiner简化分隔字符带来的处理
摘要: 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)
2022年6月28日
使用cesium笔记
摘要: 官方案例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)
2022年6月5日
centos的sh文件开机启动
摘要: 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)
2022年5月20日
centos7安装git
摘要: 按照以下链接: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)
@Value与@AllArgsConstructor 冲突
摘要: https://www.freesion.com/article/3523589530/
阅读全文
posted @ 2022-05-20 10:35 蔡徐坤1987
阅读(94)
评论(0)
推荐(0)
2022年4月28日
idea批量启动多个工程
摘要:
阅读全文
posted @ 2022-04-28 14:47 蔡徐坤1987
阅读(74)
评论(0)
推荐(0)
2022年4月14日
KAFKA报could not be established. Broker may not be available
摘要: 场景:安装完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)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告