摘要:
踩坑2小时 ,终于搜到解决办法 ERROR 1045 (28000): Access denied for user ‘xxx’@‘localhost’ (using password: YES) 在MariDB添加新用户时: mysql> GRANT ALL PRIVILEGES ON wds. 阅读全文
摘要:
from django.shortcuts import render,HttpResponsefrom app01 import models## def user_list(request):# for i in range(500):# dic = {'name':'name_%d' % i, 阅读全文