240 发简信
IP属地:广东
  • PIL image 转 base64

    PIL image to base64 最近有个做验证码的需求,要求直接返回图片base64编码后的数据验证码是通过PIL的image生成的,不...

  • decode jwt token in python

    本文解决jwt token 在 python中decode报错的问题,至于JWT是什么,见 jwt.io decode jwt token in...

  • 在sanic 中使用 aio kafka

    use aio kafka in sanic 一. producer 1. install 2. initialization producer...

  • 在sanic 中使用 kafka

    use kafka_python in sanic 1.install 2.initialization eg: 3.use

  • mongo设计模式(一)

    mongodb 设计模式 一对多设计方案 一对很少 使用嵌套结构eg: 一个人有多个联系地址 数十不过百 一对很多 数百不过千 eg: 一个产品...