• Yii2 报错 Headers already sent in

    有时候我们把Yii2版本进行升级之后会报一些莫名其妙的错误,这次就遇到如下错误信息anErroroccurredwhilehandlinganothererror:exception'yii\web\HeadersAlreadySentException'withmessage'Headersalreadysentin/xxxx/xxxx/xxx.phponline90.&
  • Python Flask jsonify a Decimal Error

    问题最近使用flaskjsonify进行序列号的过程发现如果是decimal类型就会出错,错误如下typeerrorobjectoftype'decimal'isnotjsonserializablejsonify解决方案根据https://github.com/pallets/flask/issues/835的解决方案如下pipinstallsimplejson