摘要:
下载 Releases · coreybutler/nvm-windows nvm-setup.exe nvm list available #查看可安装版本 如果报错Could not retrieve https://nodejs.org/dist/index.json: Get "https: 阅读全文
摘要:
F 对象:用于引用模型字段自身的值 F 对象允许你在数据库层面进行字段之间的比较或运算,而不是将值取出到 Python 中再处理。 from django.db.models import FMyModel.objects.update(counter=F('counter') + 1) #将某个字 阅读全文