会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
下一页
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
阅读(155)
评论(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
阅读(57)
评论(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
阅读(2148)
评论(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
阅读(358)
评论(0)
推荐(0)
2023年6月28日
centos7 rpm安装rabbitmq
摘要: 1、在 https://www.rabbitmq.com/which-erlang.html 查看erlang和rabbitmq的版本对应关系 2、在https://packagecloud.io/rabbitmq/erlang?page=1 下载erlang的rpm包 3、在https://git
阅读全文
posted @ 2023-06-28 09:09 苦逼yw
阅读(45)
评论(0)
推荐(0)
2023年6月25日
Centos7 内核限制
摘要: 一、设置所有用户最大打开文件数和网络连接数 1、编辑 /etc/security/limits.conf 文件,可以使用下面的命令打开该文件: sudo vim /etc/security/limits.conf 2、添加以下四行: 第一行和第二行分别设置所有用户的文件打开数的软限制和硬限制均为 6
阅读全文
posted @ 2023-06-25 10:45 苦逼yw
阅读(631)
评论(0)
推荐(0)
2023年6月7日
k8s 1.23 拉取 harbor镜像失败
摘要: 解决: 创建secret kubectl create secret docker-registry regsecret --docker-server="http://192.168.1.137:8011" --docker-username="admin" --docker-password="
阅读全文
posted @ 2023-06-07 17:08 苦逼yw
阅读(256)
评论(0)
推荐(0)
2023年6月6日
k8s1.23 安装网络插件
摘要: 一、calico 1、下载 3.24版本或最新版本,任选其一 curl -O https://docs.tigera.io/archive/v3.25/manifests/calico.yaml 最新版本 curl https://docs.projectcalico.org/manifests/c
阅读全文
posted @ 2023-06-06 10:39 苦逼yw
阅读(2692)
评论(1)
推荐(0)
2023年5月24日
tj-factory_Person_v1_to_v2.py
摘要: 说明:该脚本把21的mysql数据库factory_cloud.personnel表里的数据迁移到185的mysql数据库tj_factory_prod.bd_person表里,这2个表字段不一致,只要2个表相关联的字段。 import pymysql import sys import datet
阅读全文
posted @ 2023-05-24 20:02 苦逼yw
阅读(31)
评论(0)
推荐(0)
springboot常用注解
摘要: Spring Boot 是基于 Spring 框架的部分组件进行封装,所以大部分注解都是 Spring 框架中常用的注解。下面是 Spring Boot 中常用的注解: 1、@SpringBootApplication:这个注解是 Spring Boot 应用的入口标志,同时也标注了这是一个Spri
阅读全文
posted @ 2023-05-24 19:29 苦逼yw
阅读(152)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
下一页