码迷,mamicode.com
首页 >  
搜索关键字:list backup    ( 57713个结果
Docker安装与卸载
1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc ...
分类:其他好文   时间:2021-06-24 18:31:06    阅读次数:0
unicloud数据聚合处理
const db = uniCloud.database(); const collection=db.collection('sblist'); //链表查 var res=await collection.aggregate() .lookup({ from: 'uni-id-users', l ...
分类:其他好文   时间:2021-06-24 18:27:17    阅读次数:0
mysqldump不锁表备份single-transaction
[root@es02-010007081131 dumpbackup]# more /home/script/backup/mysql_dumpbackup.sh #!/bin/bash . /etc/profile . ~/.bash_profile backup_date=`date "+%Y% ...
分类:数据库   时间:2021-06-24 18:11:54    阅读次数:0
绕过ip限制
绕过ip限制 1.enclosed alphanumerics List: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ...
分类:其他好文   时间:2021-06-24 18:00:02    阅读次数:0
Ubuntu16.04 ROS Kinetic loam_livox
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:Web程序   时间:2021-06-24 17:41:41    阅读次数:0
cuda的安装与配置
简介 先安装nvidia驱动,然后安装cuda 查看显卡型号 lspci | grep -i nvidia 查看NVIDIA驱动版本 sudo dpkg --list | grep nvidia-* N卡驱动安装 有以下三种nvidia驱动安装方式. 集成驱动管理和安装 sudo add-apt-r ...
分类:其他好文   时间:2021-06-24 17:41:15    阅读次数:0
Go语言逆向初探 原创 半个大西瓜 看雪学院 2021-06-23
Go语言逆向初探 原创 半个大西瓜 看雪学院 2021-06-23 ...
分类:编程语言   时间:2021-06-24 17:38:45    阅读次数:0
5、SpringBoot与数据访问
新建一个工程项目 开启本地的mysql数据库 配置mysql连接信息 编写测试类 package com.atguigu.springboot06jdbc; import org.junit.jupiter.api.Test; import org.springframework.beans.fac ...
分类:编程语言   时间:2021-06-23 17:18:23    阅读次数:0
Percona xtrabackup 安装与使用
原文:https://www.huaweicloud.com/articles/0bd52c317b5d1757b62914c05dbe1522.html Backup一直是数据库最重要的环节,mysql也比例外。而mysql最好的备份工具就是Percona xtrabackup和Mysql Ent ...
分类:其他好文   时间:2021-06-23 17:11:14    阅读次数:0
Linux Nginx日志切割脚本
Linux Nginx日志切割脚本 版本 操作系统版本IP版本 Centos 172.21.3.220内网 7.x Nginx日志切割脚本 #!/bin/bash #设置日志文件存放目录 logs_dir="/usr/local/nginx/logs" store_dir="/data/backup ...
分类:系统相关   时间:2021-06-23 17:02:55    阅读次数:0
57713条   上一页 1 ... 6 7 8 9 10 ... 5772 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!