摘要:
#download imagesdocker pull oceanbase/oceanbase-ce #start containerddocker run -p 2881:2881 --name oceanbase-ce -d -e OB_HOME_PATH="/root/obce" -e OB_ 阅读全文
摘要:
import datetimeimport psutil############1.memory#############################mem=psutil.virtual_memory()print("总内存为:",mem.total,"\n","使用内存为:",mem.used 阅读全文
摘要:
#!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/3/13 8:34 # @Author : AndyXi# @Version:V 0.1# @File : dns.py# @desc :import dns.resolverdom 阅读全文
摘要:
#!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/3/13 8:08 # @Author : AndyXi# @Version:V 0.1# @File : network_info.py# @desc :from IPy impo 阅读全文
摘要:
#!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/9/8 13:08 # @Author : AndyXi# @Version:V 0.1# @File : 爬video.py# @desc :import requestsimpo 阅读全文
摘要:
#!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/9/8 14:31 # @Author : AndyXi# @Version:V 0.1# @File : 爬img.py# @desc :import jsonfrom datet 阅读全文
摘要:
1、查看当前时间状态: root@dbabackup:/usr/share/zoneinfo/Etc# timedatectl status Local time: Thu 2022-09-08 15:08:27 CST Universal time: Thu 2022-09-08 07:08:27 阅读全文