05 2019 档案
摘要:1.错误日志:warn:an upstream response is buffered to a temporary file 2. a client request body is buffered to a temporary file Nginx 的 buffer 机制: 对于来自 Fast
阅读全文
摘要:pk就是primary key的缩写,也就是任何model中都有的主键,那么id呢,大部分时候也是model的主键,所以在这个时候我们可以认为pk和id是完全一样的。 class Student(model.Model): my_id = models.AutoField(primary_key=T
阅读全文