会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蔡徐坤1987
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
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
阅读(523)
评论(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
阅读(700)
评论(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
阅读(24)
评论(0)
推荐(0)
@Value与@AllArgsConstructor 冲突
摘要: https://www.freesion.com/article/3523589530/
阅读全文
posted @ 2022-05-20 10:35 蔡徐坤1987
阅读(95)
评论(0)
推荐(0)
2022年4月28日
idea批量启动多个工程
摘要:
阅读全文
posted @ 2022-04-28 14:47 蔡徐坤1987
阅读(76)
评论(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
阅读(13293)
评论(0)
推荐(1)
2022年4月13日
公网服务器无法远程的坑
摘要: 问题如图:一键登录和putty远程不行,但是 VNC登录可以登录 解决步骤 1.查看22端口的监听情况 22并没有占用 然后 netstat -nulpt 再次确认一下 查询远程服务状态systemctl status sshd , 发现因为错误停掉了 重启远程服务 systemctl restar
阅读全文
posted @ 2022-04-13 10:38 蔡徐坤1987
阅读(104)
评论(0)
推荐(0)
2022年4月10日
idea双击无效
摘要: 场景:最近更新了一下idea,发现双击图标以后打不开了 问题:1.先卸载之前的idea,我删除了一下注册表 2.找到%ideapath%/idea.bat 右键,最下面添加pause(报错暂停),在运行 3.网上搜了一下,大概就是说你的配置文件jetbrains-agent.jar的路径指向不对 解
阅读全文
posted @ 2022-04-10 13:50 蔡徐坤1987
阅读(191)
评论(0)
推荐(0)
2022年4月6日
网站添加SSL证书(免费版)
摘要: 一.概述: 实现HTTPS有两种方式,第一种是一键HTTPS,这种方式需要付费,价格也是很贵的,当然贵有贵的道理,更安全,配置更方便。 第二种就是免费的,需要申请,并且有效期一年 具体配置如下: 1.下载认证证书(我用的Nginx版本),具体参作参照https://cloud.tencent.com
阅读全文
posted @ 2022-04-06 16:52 蔡徐坤1987
阅读(221)
评论(0)
推荐(0)
2022年4月2日
springboot跨域实现前后端分离
摘要: 主要有种方式都可以实现 1. import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframe
阅读全文
posted @ 2022-04-02 14:48 蔡徐坤1987
阅读(193)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
11
下一页
公告