#!/usr/bin/python
# -*- coding: cp936 -*- 【程序编程相关:(转载)SQL Injection (資】 【推荐阅读:(转载)SQL Injection (資】 【扩展信息:jasperreport常遇到的问题及解】#################################
# written by caocao # # caocao@eastday.com # # http://nethermit.yeah.net # #################################import sys, string, os
from types import * import mysqldbprint "written by caocao"
print "caocao@eastday.com" print "http://nethermit.yeah.net" printdef iif(expression, whentrue, whenfalse):
if expression: return whentrue else: return whenfalseclass mysqltest:
def __init__(self, host="localhost", user="root", passwd="", db=""): self.connection=none self.host=host self.user=user self.passwd=passwd self.db=db self.result=noneprint "-"*40
print "mysql shell v 1.0" ... 下一页