2017年9月1日

python版 google密码认证器

摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- import hmac, base64, struct, hashlib, time def calGoogleCode(secretKey): """ :param secretKey: 16个字符 :return: """ input_time = int(t... 阅读全文

posted @ 2017-09-01 17:20 林肯公园 阅读(387) 评论(0) 推荐(0)

网址收录

摘要: # 开源项目介绍 http://www.dongcoder.com/detail-201302.html # 自建网盘 https://owncloud.org/ # Python - 100天从新手到大师 https://github.com/jackfrued/Python-100-Days # 阅读全文

posted @ 2017-09-01 17:02 林肯公园 阅读(173) 评论(0) 推荐(0)

django 使用Ajax方式POST JSON数据包

摘要: 示例1: js: django 后台 view: 示例2: JS django view 示例3: js $.post 源码: django view 示例4 js $.ajax post提交 json数据 django view 示例5: 建议使用这种方式 js js post提交源数据: dja 阅读全文

posted @ 2017-09-01 09:40 林肯公园 阅读(7140) 评论(0) 推荐(0)

导航