我用sqlalchemy(python 2.7)创建了两个表,数据库是mysql 5.5。 ... t1 = time() result = conn.execute(s1).fetchall() print 't1:', time() - t1 t2 = time() ...
確定! 回上一頁