Python教程
当前位置| > 博客

Python教程

Python是一种面向对象的解释型...
  • Python连接Oracle python 3.4.3 cx_Oracle“` python !/usr/bin/env python import time start = time.clock() import cx_Oracle tns = cx_Oracle.makedsn(‘127.0.0.1’, ‘1534’, ‘dsn’) db = cx_Oracle.connect(‘user... 继续阅读Python连接Oracle

    :
    2018-05-17
  • python 演示异常 python">#coding=utf-8 #异常用法 import sys #---------------- #sys.exc_info()[2].tb_lineno值不是固定的 try: x=1/0 except Exception as e: print "Exception:[%s][%s]" % (sys.exc_info()[2]... 继续阅读python 演示异常

    :
    2018-05-17
  • python common iter query python">def iquery(conn, sql, rowfactory=tuple, batch=1, *args, **kwgs): """在给定的数据库连接conn上执行sql(可带有参数*args或命名参数**kwgs) rowfactory指定输出物为元组/字典(或字典的扩展类) /或使用... 继续阅读python common iter query

    :
    2018-05-17