会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
15
下一页
2023年8月23日
centos7 rm -rf后恢复文件
摘要: 参考:https://blog.csdn.net/qq_27546717/article/details/122264334
阅读全文
posted @ 2023-08-23 15:06 苦逼yw
阅读(88)
评论(0)
推荐(0)
2023年8月19日
Springboot websocket简单使用
摘要: 1、在pom.xml导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> 2、在Spring
阅读全文
posted @ 2023-08-19 22:27 苦逼yw
阅读(236)
评论(0)
推荐(0)
2023年8月16日
Centos7 离线安装docker20
摘要: 参考:https://blog.csdn.net/lingfeian/article/details/125482271 1、解压上传好的安装包 tar -zxvf ./docker-20.10.9.tgz 2、将解压得到的文件复制到 /usr/bin目录下 cp docker/* /usr/bin
阅读全文
posted @ 2023-08-16 23:51 苦逼yw
阅读(258)
评论(0)
推荐(0)
Centos7 常用操作
摘要: 1、开放防火墙端口 firewall-cmd --zone=public --add-port=9092/tcp --permanent firewall-cmd --zone=public --add-port=7000-40000/tcp --permanent firewall-cmd --r
阅读全文
posted @ 2023-08-16 23:51 苦逼yw
阅读(105)
评论(0)
推荐(0)
2023年8月9日
Centos7 安装与使用 postgresql-11
摘要: 参考:https://blog.csdn.net/weixin_46732884/article/details/124050982 参考:https://www.fengnayun.com/news/content/293898.html 一、安装 1、添加PostgreSQL Yum存储库 yu
阅读全文
posted @ 2023-08-09 09:43 苦逼yw
阅读(315)
评论(0)
推荐(0)
2023年7月27日
Centos7 离线升级openssh到9.3p1
摘要: 参考:https://blog.csdn.net/qq_29768197/article/details/125048720 参考:https://blog.csdn.net/weixin_46739058/article/details/129189927 参考:https://blog.csdn
阅读全文
posted @ 2023-07-27 16:46 苦逼yw
阅读(1907)
评论(0)
推荐(0)
2023年7月24日
centos7 安装 minio RELEASE.2021-06-17
摘要: 1、下载执行包 wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2021-06-17T00-10-46Z 2、创建数据、日志文件夹 mkdir -p /data/minio/data/ mkd
阅读全文
posted @ 2023-07-24 11:28 苦逼yw
阅读(642)
评论(0)
推荐(0)
centos7 安装nacos 2.5.0
摘要: 1、在https://github.com/alibaba/nacos/releases/tag/2.5.0下载nacos-server-2.5.0.tar.gz wget https://github.com/alibaba/nacos/releases/download/2.5.0/nacos-
阅读全文
posted @ 2023-07-24 09:46 苦逼yw
阅读(768)
评论(0)
推荐(0)
2023年7月23日
java基础复习
摘要: 参考:https://blog.csdn.net/weixin_42032770/article/details/116544962 参考:https://blog.csdn.net/a778203081/article/details/129296369 1、string、stringbuilde
阅读全文
posted @ 2023-07-23 15:27 苦逼yw
阅读(40)
评论(0)
推荐(0)
Collection集合
摘要: Collection集合 数组和集合的区别【理解】 相同点 都是容器,可以存储多个数据 不同点 数组的长度是不可变的,集合的长度是可变的 数组可以存基本数据类型和引用数据类型 集合只能存引用数据类型,如果要存基本数据类型,需要存对应的包装类 Collection集合的遍历【应用】 迭代器介绍 迭代器
阅读全文
posted @ 2023-07-23 02:46 苦逼yw
阅读(62)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
15
下一页