摘要: flask+nginx获取用户真实ip 原文:https://blog.csdn.net/xwd127429/article/details/105932045 应用使用flask框架开发,使用uswgi启动,使用supervisor管理进程,使用nginx代理服务。 flask本身可以通过requ 阅读全文
posted @ 2022-10-07 20:25 bitterteaer 阅读(212) 评论(0) 推荐(0)
摘要: python 装饰器 原文:https://blog.csdn.net/weixin_40576010/article/details/88639686 ==装饰器的作用: 在不改变原有功能代码的基础上,添加额外的功能,如用户验证等。 @wraps(view_func)的作用: 不改变使用装饰器原有 阅读全文
posted @ 2022-10-07 14:14 bitterteaer 阅读(17) 评论(0) 推荐(0)