...为后台脚本,也可以用php来写 easy_install DBUtils easy_install mysql-python 用http接口来处理 vi queue.py import MySQLdb from DBUtils.PooledDB import PooledDB import urllib from time import sleep if __name__ == '__main__': _pool = PooledDB(creator=MySQLdb, host='数据库地...