找到虚拟机目录,将后缀为.lck的文件夹直接重命名,将文件夹Windows 10 x64.vmx.lck改为Windows 10 x64.vmx.lck.backup。 ...
分类:
其他好文 时间:
2021-03-16 13:55:47
阅读次数:
0
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-15 11:32:55
阅读次数:
0
处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
分类:
其他好文 时间:
2021-03-15 11:18:36
阅读次数:
0
http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-10 13:26:07
阅读次数:
0
备份工具 (1)** mongoexport/mongoimport (2)***** mongodump/mongorestore 备份工具区别在那里? 应用场景总结: mongoexport/mongoimport:json csv 1.异构平台迁移 mysql < > mongodb 2.同平 ...
分类:
数据库 时间:
2021-03-09 13:01:37
阅读次数:
0
hostname:显示或设置系统的主机名 功能说明:用于显示或设置系统的主机名 语法格式: hostname 【option】 hostname 选项 参数 -i 显示主机的ip地址,需要依赖DNS解析 [root@backup 10.0.0.31 15:51:37]]# hostname -i17 ...
分类:
其他好文 时间:
2021-03-04 13:03:30
阅读次数:
0
InfluxDB操作 1. 显示数据库 > show databases > create database test > drop database test 2. 显示说有表 > show measurements InfluxDB数据备份和恢复 备份元数据 1、influxd backup - ...
分类:
数据库 时间:
2021-03-01 13:29:57
阅读次数:
0
InfluxDB数据备份与恢复 一、基本命令 命令:influxd backup -database dbName backup_path 可选参数:-retention <retention policy name> -shard <shard ID>-since <date> 参数解析:rete ...
分类:
数据库 时间:
2021-03-01 13:29:07
阅读次数:
0
SED LEARN NOTE 参考资料 左耳朵耗子叔sed教程 GNU online sed manual SED LEARN NOTE sed基本格式 sed [option] [sed-command] input-file sed对文本的每一行依次执行sed-command,最终返回处理结果 ...
分类:
其他好文 时间:
2021-03-01 13:19:59
阅读次数:
0
--查询数据库还原时间SELECT sdb.Name AS DatabaseName ,COALESCE(CONVERT(VARCHAR(12), MAX(bus.backup_finish_date), 101), '-') AS LastBackUpTimeFROM sys.sysdatabas ...
分类:
数据库 时间:
2021-02-23 14:26:19
阅读次数:
0