-
https://www.tutorialspoint.com/dbms/dbms_transaction.htm Transaction four properties查看全部
-
transaction 事务查看全部
-
transaction事务 http://mysql-python.sourceforge.net/MySQLdb.html#cursor-objects查看全部
-
test Notes查看全部
-
77777查看全部
-
操作数据库总结查看全部
-
事务的概念查看全部
-
select查询数据流程查看全部
-
fetch*()方法查看全部
-
execute方法查看全部
-
cursor对象支持的方法查看全部
-
connection对象支持的方法查看全部
-
MySQLdb.Connect参数查看全部
-
Python访问数据库流程查看全部
-
if __name__ =="__main__": source_id = sys.argv[1] aim_id=sys.argv[2] money=sys.argv[3] conn = MySQLdb.Connect(host='127.0.0.1',port=3306,user='root',passwd='root', db='test', charset='utf8' ) trans = TransMoney(conn) try: trans.changeMoney(source_id,aim_id,money) except Exception as e: print '出现问题'+str(e) finally: conn.close()查看全部
举报
0/150
提交
取消