文章分类 -  Flask

摘要:请求来了opensession 请求走了savesession 请求扩展相关 flask有一个请求上下文,一个应用上下文 -g是个什么鬼? 代理模式 阅读全文
posted @ 2019-08-05 09:43 -Rye- 阅读(102) 评论(0) 推荐(0)
摘要:flask项目一启动,有6个全局变量 _request_ctx_stack:LocalStack #LocalStack对象 _app_ctx_stack:LocalStack #LocalStack对象 current_app:LocalProxy(_find_app) request:Local 阅读全文
posted @ 2019-08-05 09:43 -Rye- 阅读(481) 评论(0) 推荐(1)