摘要: 示例: 公钥信息,要有开头和结尾信息: python base64 decode incorrect padding错误解决方法 其实一般使用场景是,私钥签名,公钥验证: https://www.cnblogs.com/hhh5460/p/5243410.html 这篇文章:https://clou 阅读全文
posted @ 2019-01-30 21:32 脚本小娃子 阅读(2934) 评论(0) 推荐(0) 编辑
摘要: python3.7+mac环境: 关于swig的作用 SWIG is an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ru 阅读全文
posted @ 2019-01-30 21:18 脚本小娃子 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 如果前端请求,后端返回信息如下,说明前端请求缺乏X-CSRFToken头,或者这个header头的值不正确 CSRF Failed: CSRF token missing or incorrect 解决办法: 1、添加X-CSRFToken 2、添加屏蔽装饰器 3、注释掉django工程settin 阅读全文
posted @ 2019-01-30 21:11 脚本小娃子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: fetch无法获取302响应的header信息: 浏览器对于302状态重定向,是直接进行重定向。 且js的fetch请求无法获取(catch也好、then也罢)到302响应的header信息,自然也无法得到header里的location字段,无法根据location值,进行重定向(window.l 阅读全文
posted @ 2019-01-30 20:23 脚本小娃子 阅读(3544) 评论(0) 推荐(0) 编辑