【已解决】Python中如何比较浮点数是否相等
crifan 8年前 (2016-10-25) 12364浏览 1评论
Flask的程序中,需要用到Python的浮点数,要比较两个浮点数是否相等。 虽然此处,比较的是0.0,觉得应该很简单,估计就是: floatValue == 0.0 即可。 但是还是需要去查查,更精确的比较办法。 python float comp...
在路上on the way - 走别人没走过的路,让别人有路可走
crifan 8年前 (2016-10-25) 12364浏览 1评论
Flask的程序中,需要用到Python的浮点数,要比较两个浮点数是否相等。 虽然此处,比较的是0.0,觉得应该很简单,估计就是: floatValue == 0.0 即可。 但是还是需要去查查,更精确的比较办法。 python float comp...
crifan 8年前 (2016-10-25) 4287浏览 0评论
在Mac中,参考: 搭建开发环境 – React Native 中文网 去折腾看看。 之前好像其实也折腾过一点react native: [记录]折腾React Native 但是没继续弄。 现在重新折腾。 ➜ pic whic...
crifan 8年前 (2016-10-25) 2860浏览 0评论
1.数据库升级不会更新枚举值的定义 python db_manager.py db migrate python db_manager.py db upgrade 去升级数据库的时候, 针对于之前的枚举类型的定义: 比如: class Bill...
crifan 8年前 (2016-10-21) 8314浏览 0评论
折腾: 【已解决】Flask-restful中想要使用marshal格式化enum变量 期间,对于一个Python中的枚举变量: class ItemType(enum.Enum): Unknown = "Unknown&qu...
crifan 8年前 (2016-10-21) 4398浏览 0评论
对于: task_fields = { ‘id’: fields.String, ‘promotionCode’ : fields.String, ‘hasF...
crifan 8年前 (2016-10-21) 5952浏览 0评论
想要在Flask去使用Http的错误码, 不想要直接写400,表示bad request 而想要试用别处已经定义好的http的状态码 搜: Flask Bad Request Application Errors — Flask Documentat...
crifan 8年前 (2016-10-20) 7199浏览 0评论
Flask-Restful的api,运行出错: DEBUG in Task [/root/RunningFast/staging/runningfast/resources/Task.py:63]: self=<runningfast.r...
crifan 8年前 (2016-10-20) 5546浏览 0评论
已有Flask-restful的api定义: class TaskAPI(Resource): decorators = [login_required] def get(self, userId, taskId): ...
crifan 8年前 (2016-10-20) 3460浏览 0评论
在: 【已解决】Flask中SQLAlchemy出错:AmbiguousForeignKeysError: Could not determine join condition between parent/child tables on relat...
crifan 8年前 (2016-10-20) 13515浏览 2评论
尝试通过google apps 去使用G Suite中的企业邮箱 但是在 选择了已有一个域名后,继续操作,出错: This domain is already in use. If you own this domain and would like...