摘要: 用户认证 用户认证 auth模块 1 from django.contrib import auth django.contrib.auth中提供了许多方法,这里主要介绍其中的三个: 1.1 、authenticate() 提供了用户认证,即验证用户名以及密码是否正确,一般需要username pa 阅读全文
posted @ 2018-08-02 19:17 呵呵python 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Python玩转微信 大家每天都在用微信,有没有想过用python来控制我们的微信,不多说,直接上干货! 这个是在 itchat上做的封装 http://itchat.readthedocs.io/zh/latest/ 安装模块 1.生成微信对象 2.分别找到微信对象的好友,聊天对象,朋友,群组,公 阅读全文
posted @ 2018-08-02 14:30 呵呵python 阅读(1327) 评论(0) 推荐(0) 编辑