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