首页
SpringCloud教程专栏
文章归档
1
生成安卓证书
2
cenos 防火墙放行端口
3
docker安装redis
4
Centos Nacos启动报错:Please set the JAVA_HOME variable
5
docker安装minio
王小木
这是很长,很好的一生
累计撰写
129
篇文章
累计创建
39
个标签
累计收到
3
条评论
栏目
首页
SpringCloud教程专栏
文章归档
搜索
标签搜索
spingboot
I18N
微信支付
git
nacos
feign
gitHub
Eureka
Spring Cloud教程
微服务架构设计与开发实战
微服务
Spring Cloud
https证书
certbot
centos
querydsl
jpa
nginx
mybatis
聊天室
反射
注解
linux
jdbc
websocket
java
C++
bootstrap
boot
js
.net mvc
.net
iis
云服务器
SqlServer
MySql
Sql
Oracle
数据库
目 录
CONTENT
以下是
ubuntu
相关的文章
2021-07-28
远程连接 ssh: connect to host 你的ip port 22: Connection refused 错误
Ubuntu默认并没有安装ssh服务,连接过程可能会报 ssh: connect to host 你的ip port 22: Connection refused 的错误,可以连接时加上端口ssh root@xxx.xxx.xxx.xxx -p 端口如果加上端口后还是不行,那可能是因为系统默认并没
2021-07-28
401
0
0
ubuntu
2021-07-28
Ubuntu 使用终端命令连接服务器
Ubuntu系统,不需要Windows系统那样,使用类似xshell的远程工具进行服务器的连接,在终端窗口中输入命令:ssh root@xxx.xxx.xxx.xxx -p 端口其中,xxx.xxx.xxx.xxx是你服务器公网ip地址;终端会输出如下提示:Are you sure you want
2021-07-28
517
0
0
linux
ubuntu