摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # File: ora_exec_cmd.py # Author: Persuit import getopt import sys import cx_Oracle def usage(): print('Usage: python %s [options]' % sys.argv... 阅读全文
posted @ 2016-12-30 11:56 persuit 阅读(5544) 评论(0) 推荐(0) 编辑