错误信息显示乱码
check_acct_available:select * from account where acctid=11
check_acct_available:select * from account where acctid=12
has_enough_money:select * from account where acctid=11 and money > 100
�������⣺�ʺ�11û���㹻��Ǯ
在第一行就设置过coding:utf8,使用的python2.7,pydev,数据库是SQLyog