後臺處理beanstalkd 的python腳本

#!/usr/bin/python #encoding=utf-8 import beanstalkc import yaml import json import MySQLdb #load config handle = open('config.yaml') conf = yaml.load(handle) #get data from beanstalkd def get_beanstal
相關文章
相關標籤/搜索