会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
下一页
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存储库 yum ins
阅读全文
posted @ 2023-08-09 09:43 苦逼yw
阅读(290)
评论(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
阅读(1789)
评论(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
阅读(584)
评论(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
阅读(580)
评论(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
阅读(25)
评论(0)
推荐(0)
Collection集合
摘要: Collection集合 数组和集合的区别【理解】 相同点 都是容器,可以存储多个数据 不同点 数组的长度是不可变的,集合的长度是可变的 数组可以存基本数据类型和引用数据类型 集合只能存引用数据类型,如果要存基本数据类型,需要存对应的包装类 Collection集合的遍历【应用】 迭代器介绍 迭代器
阅读全文
posted @ 2023-07-23 02:46 苦逼yw
阅读(41)
评论(0)
推荐(0)
2023年7月14日
数据库备份和恢复
摘要: 一、influxdb2.0以后 1、influxdb导出 ./influx backup \ /home/backup/backup_$(date '+%Y-%m-%d_%H-%M') \ --host http://xxx.xxx.xxx.xxx:xxxx \ --org orgName --bu
阅读全文
posted @ 2023-07-14 17:08 苦逼yw
阅读(117)
评论(0)
推荐(0)
2023年7月5日
npm 命令
摘要: 1、npm命令依赖报错,解决 npm install --force --legacy-peer-deps 2、npm换源 npm config set registry https://registry.npmmirror.com/ 3、npm安装vue2 vue-cli的版本4版本对应vue2,
阅读全文
posted @ 2023-07-05 09:47 苦逼yw
阅读(40)
评论(0)
推荐(0)
2023年7月3日
docker 安装 mysql8
摘要: 1、下载mysql8镜像 docker pull mysql:8.0.42 2、创建目录 mkdir -p /docker/mysql8.0.42/etc/mysql/conf.d mkdir /docker/mysql8.0.42/logs mkdir /docker/mysql8.0.42/da
阅读全文
posted @ 2023-07-03 14:44 苦逼yw
阅读(2054)
评论(0)
推荐(1)
2023年6月30日
centos7 yum安装 mqtt mosquitto
摘要: 参考:https://blog.csdn.net/darkdragonking/article/details/144510965 1、添加EPEL软件包安装源 yum install epel-release 2、安装mosquitto yum install mosquitto 3、启动 sys
阅读全文
posted @ 2023-06-30 17:53 苦逼yw
阅读(332)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
下一页