摘要: 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 阅读(21) 评论(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 阅读(459) 评论(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 阅读(664) 评论(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 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://www.freesion.com/article/3523589530/ 阅读全文
posted @ 2022-05-20 10:35 蔡徐坤1987 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-28 14:47 蔡徐坤1987 阅读(68) 评论(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 阅读(12298) 评论(0) 推荐(1) 编辑
摘要: 问题如图:一键登录和putty远程不行,但是 VNC登录可以登录 解决步骤 1.查看22端口的监听情况 22并没有占用 然后 netstat -nulpt 再次确认一下 查询远程服务状态systemctl status sshd , 发现因为错误停掉了 重启远程服务 systemctl restar 阅读全文
posted @ 2022-04-13 10:38 蔡徐坤1987 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 场景:最近更新了一下idea,发现双击图标以后打不开了 问题:1.先卸载之前的idea,我删除了一下注册表 2.找到%ideapath%/idea.bat 右键,最下面添加pause(报错暂停),在运行 3.网上搜了一下,大概就是说你的配置文件jetbrains-agent.jar的路径指向不对 解 阅读全文
posted @ 2022-04-10 13:50 蔡徐坤1987 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 一.概述: 实现HTTPS有两种方式,第一种是一键HTTPS,这种方式需要付费,价格也是很贵的,当然贵有贵的道理,更安全,配置更方便。 第二种就是免费的,需要申请,并且有效期一年 具体配置如下: 1.下载认证证书(我用的Nginx版本),具体参作参照https://cloud.tencent.com 阅读全文
posted @ 2022-04-06 16:52 蔡徐坤1987 阅读(211) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示