Mac包管理工具homebrew. 打开Mac terminal 安装依赖(如果已经安装了xcode的可以跳过此步骤) xcode-select --install 安装Homebrew 输入:/usr/bin/ruby…
分类:python
Oracle 11gR2 RAC/ADG状态监测
# -*- coding:utf-8 -*- import cx_Oracle import codecs from pprint import pprint import csv import time import …
python 查询IP地址所在城市
#encoding=utf-8 import time import geoip2.database reader = geoip2.database.Reader('GeoLite2-City.mmdb') respo…