08 2016 档案
摘要:1、编辑文件 tab.py 1 vi tab.py 2 3 #!/usr/bin/env python 4 # python startup file 5 import sys 6 import readline 7 import rlcompleter 8 import atexit 9 impo
阅读全文
摘要:1 #!/bin/bash 2 3 # 1、检查当前系统Python版本 4 5 python_old_version=$(python -V 2>&1 | awk '{print $2}') 6 echo "当前系统Python版本为: $python_old_version" 7 8 # 2、检
阅读全文
摘要:1 MariaDB [zabbix]> select authentication_type from config ; 2 +---------------------+ 3 | authentication_type | 4 +---------------------+ 5 | 2 | 6 +---------------------+ 7...
阅读全文