随笔分类 - Algorithms
Thinking...
摘要:一、表结构 class UserInfo(models.Model): """用户表""" username = models.CharField(max_length=32) password = models.CharField(max_length=64) email = models.Cha
阅读全文
摘要:为了防止XSS即跨站脚本攻击,需要加上 safe 自定义分页组件
阅读全文
摘要:ATS-6 的round_robin可以有4种算法可以选择 true true Traffic Server goes through the parent cache list in a round robin-based on client IP address. 按照客户端IP进行轮训,如果都
阅读全文
摘要:实现代码 测试结果 几年前写的代码了,今天整理了下,居然发现个bug:
阅读全文

浙公网安备 33010602011771号