上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页
摘要: (Cross Site Request Forgery, 跨站域请求伪造)是一种网络的攻击方式,它在 2007 年曾被列为互联网 20 大安全隐患之一,也被称为“One Click Attack”或者Session Riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利用也就是人们所知道 阅读全文
posted @ 2020-03-14 14:09 kog_maw 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-14 11:20 kog_maw 阅读(81) 评论(0) 推荐(0) 编辑
摘要: models.py 代码 1 from django.db import models 2 3 class User(models.Model): 4 telephone = models.CharField(max_length=11) 5 username = models.CharField( 阅读全文
posted @ 2020-03-13 23:15 kog_maw 阅读(144) 评论(0) 推荐(0) 编辑
摘要: setting 中的上下文处理器,自己定义的上下文处理器应该放在这个列表里 models.py 代码 1 from django.db import models 2 from django.core.validators import MinLengthValidator 3 4 class Us 阅读全文
posted @ 2020-03-13 21:15 kog_maw 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 13:53 kog_maw 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 13:42 kog_maw 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 13:06 kog_maw 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 11:38 kog_maw 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 11:20 kog_maw 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 11:11 kog_maw 阅读(74) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页