摘要:
最常用的SQLAlchemy列类型 类型名Python类型说 明 Integer int 普通整数,一般是 32 位 SmallInteger int 取值范围小的整数,一般是 16 位 BigInteger int 或 long 不限制精度的整数 Float float 浮点数 Numeric d 阅读全文
摘要:
原因一: 环境:python2.7 报错:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128) 方案: 原因二: Linux-ubuntu-uwsgi 阅读全文
摘要:
1 HTMLTestRunner for Mac for installing HTMLTestRunner是标准库拓展脚本,用于实现测试报告生成,和unittest本身的TextTestRunner类似 (1)http://tungwaiyip.info/software/HTMLTestRunn 阅读全文