【记录】折腾React Native iOS
crifan 9年前 (2016-10-25) 3999浏览 0评论
在Mac中,参考: 搭建开发环境 – React Native 中文网 去折腾看看。 之前好像其实也折腾过一点react native: [记录]折腾React Native 但是没继续弄。 现在重新折腾。 ➜ pic whic...
工作相关的技术文章
crifan 9年前 (2016-10-25) 3999浏览 0评论
在Mac中,参考: 搭建开发环境 – React Native 中文网 去折腾看看。 之前好像其实也折腾过一点react native: [记录]折腾React Native 但是没继续弄。 现在重新折腾。 ➜ pic whic...
crifan 9年前 (2016-10-25) 2630浏览 0评论
1.数据库升级不会更新枚举值的定义 python db_manager.py db migrate python db_manager.py db upgrade 去升级数据库的时候, 针对于之前的枚举类型的定义: 比如: class Bill...
crifan 9年前 (2016-10-21) 6888浏览 0评论
折腾: 【已解决】Flask-restful中想要使用marshal格式化enum变量 期间,对于一个Python中的枚举变量: class ItemType(enum.Enum): Unknown = "Unknown&qu...
crifan 9年前 (2016-10-21) 4073浏览 0评论
对于: task_fields = { ‘id’: fields.String, ‘promotionCode’ : fields.String, ‘hasF...
crifan 9年前 (2016-10-21) 5145浏览 0评论
想要在Flask去使用Http的错误码, 不想要直接写400,表示bad request 而想要试用别处已经定义好的http的状态码 搜: Flask Bad Request Application Errors — Flask Documentat...
crifan 9年前 (2016-10-20) 5844浏览 0评论
Flask-Restful的api,运行出错: DEBUG in Task [/root/RunningFast/staging/runningfast/resources/Task.py:63]: self=<runningfast.r...
crifan 9年前 (2016-10-20) 5156浏览 0评论
已有Flask-restful的api定义: class TaskAPI(Resource): decorators = [login_required] def get(self, userId, taskId): ...
crifan 9年前 (2016-10-20) 3094浏览 0评论
在: 【已解决】Flask中SQLAlchemy出错:AmbiguousForeignKeysError: Could not determine join condition between parent/child tables on relat...
crifan 9年前 (2016-10-20) 21446浏览 2评论
尝试通过google apps 去使用G Suite中的企业邮箱 但是在 选择了已有一个域名后,继续操作,出错: This domain is already in use. If you own this domain and would like...
crifan 9年前 (2016-10-20) 5682浏览 0评论
Flask程序错误的log: ...