会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
余生请多指教ANT
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
38
下一页
2023年5月15日
docker-compose查看容器ip
摘要: 获取 Docker 容器的 IP 地址 进入容器内部后 cat /etc/hosts 使用命令 docker inspect --format '{{ .NetworkSettings.IPAddress }}' <container-ID> 或 docker inspect <container
阅读全文
posted @ 2023-05-15 23:31 余生请多指教ANT
阅读(949)
评论(0)
推荐(0)
2023年5月14日
jenkins 无法执行docker-compose命令
摘要: 执行 which docker-compose 找到docker-compose绝对路径,然后用绝对路径启动
阅读全文
posted @ 2023-05-14 20:21 余生请多指教ANT
阅读(160)
评论(0)
推荐(0)
2023年5月12日
linux安装ftp服务器
摘要: ftp的安装一般用yum直接在线安装; yum install -y vsftpd 不行就update yum update 1. 查看ftp状态 systemctl status vsftpd.service # 启动ftp systemctl start vsftpd.service # 查看下
阅读全文
posted @ 2023-05-12 19:16 余生请多指教ANT
阅读(51)
评论(0)
推荐(0)
2023年5月11日
虚拟机恢复桌面版
摘要: 安装桌面版虚拟机Centos4 Cenos7 :bash: ssh-cpoy-id: 未找到命令.. 网上百度了某个老6的操作,让直行yum rease XXXX结果直接死机,关机后,只能以普通用户登已命令行方式进去, 拯救命令,su root切换命令后 执行:yum groupinstall "G
阅读全文
posted @ 2023-05-11 22:21 余生请多指教ANT
阅读(132)
评论(0)
推荐(0)
2023年5月10日
maven Unable to find a single main class
摘要: <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <skip>true</skip> </configurati
阅读全文
posted @ 2023-05-10 20:59 余生请多指教ANT
阅读(21)
评论(0)
推荐(0)
2023年5月8日
linux yum明明已经安装lzszz上传文件提示命令零错误
摘要: 遇到错误如下: Loaded plugins: fastestmirror, refresh-packagekit, security Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http
阅读全文
posted @ 2023-05-08 23:27 余生请多指教ANT
阅读(39)
评论(0)
推荐(0)
2023年5月3日
mysql优化参数
摘要: -- 隔离级别 select * from `performance_schema`.variables_by_thread where variable_name='transaction_isolation'; -- 全局级别和回话级参数 作用于 set session binlog_rows_
阅读全文
posted @ 2023-05-03 19:33 余生请多指教ANT
阅读(32)
评论(0)
推荐(0)
2023年5月1日
websocket介绍
摘要: 特点: 1.可以在浏览器里使用 2.支持双向通信 3.使用简单 全双工异步通信,tcp协议服用http握手通道 优点: 1.双向通信,实时性更强。 2.更好的二进制支持 3.较少的控制开销。连接创建后,ws客户端、服务端进行数据交换时,协议控制的数据包头部较小。在不包含头部的情况下,服务端到客户端的
阅读全文
posted @ 2023-05-01 22:48 余生请多指教ANT
阅读(53)
评论(0)
推荐(0)
2023年4月28日
win安装mongo无法启动
摘要: mongod安装后服务无法启动,要手动在指定目录下创建db文件夹,MongoDB.log文件不可提前创建,要在执行下面这条指令的时候才能生成,不然系统显示无权限 mongod --dbpath=D:\app\mongo\data\db --logpath=D:\app\mongo\log\Mongo
阅读全文
posted @ 2023-04-28 11:29 余生请多指教ANT
阅读(21)
评论(0)
推荐(0)
2023年4月20日
springboot启动自动执行sql脚本
摘要: 一: package com.lianzhu.bigdata.config; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.spr
阅读全文
posted @ 2023-04-20 23:12 余生请多指教ANT
阅读(450)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
38
下一页
公告