【已解决】iOS端用Alamofire访问Flask的rest的api出错:Error Domain=NSURLErrorDomain Code=-1002
crifan 8年前 (2016-10-12) 6251浏览 0评论
iOS端用Alamofire访问Flask的rest的api出错,具体的错误的log是: Printing description of response: ▿ [Request]: <NSMutableURLRequest: 0...
crifan 8年前 (2016-10-12) 6251浏览 0评论
iOS端用Alamofire访问Flask的rest的api出错,具体的错误的log是: Printing description of response: ▿ [Request]: <NSMutableURLRequest: 0...
crifan 8年前 (2016-10-12) 6380浏览 0评论
用Flask设计了一个api接口 115.29.173.126:21084/runningfast/api/v1.0/open/register 传入: { "email": "[email protected]&quo...
crifan 8年前 (2016-10-11) 3094浏览 0评论
折腾: 【已解决】Flask中如何设计和生成用户访问控制的access token 之后,要去实现: 添加装饰器decorator的函数 去限制有些接口的访问 比如获取user信息的接口 虽然之前已经写过类似于的Flask的login的 但是这个装饰...
crifan 8年前 (2016-10-11) 2833浏览 0评论
flask access token flask how to generate access token python – How do you implement token authentication in Flask? R...
crifan 8年前 (2016-10-10) 2419浏览 0评论
在把整个的项目文件,从: /root/RunningFast 移动到: /root/RunningFast/stable 之后,修改了 supervisor.conf 配置为: [program:runningfast_stable] ...
crifan 8年前 (2016-10-10) 6220浏览 0评论
折腾: 【未解决】Flask中管理数据库:升级数据库 期间,对于自己这里的flask程序,结构是带了子文件夹的: 所以没法直接像很多帖子: Welcome to Flask-Migrate’s documentation! — Flask-Migr...
crifan 8年前 (2016-10-10) 4006浏览 0评论
之前看到介绍: Output Fields — Flask-RESTful 0.2.1 documentation <code>'date_updated': fields.DateTime(dt_format=...
crifan 8年前 (2016-10-10) 2487浏览 0评论
rest api messge code rest api how design messge code Common REST API Error Codes REST API HTTP Status Codes and Error Message...
crifan 8年前 (2016-10-09) 3263浏览 0评论
之前已经有了一些折腾了: [已解决]SQLAlchemy的数据库迁移工具:Flask-Migrate vs Alembic [已解决]SQLAlchemy中添加枚举类型字段 [未解决]Flask中SQLAlchemy中更新数据库同时保持原有数据 好像...
crifan 8年前 (2016-10-08) 4202浏览 0评论
之前用Flask-restful的api时,用代码: class SmsCodeAPI(Resource): def __init__(self): self.reqparse = reqparse.RequestPar...