摘要:
win10下,pip安装的时候权限不够,无法安装; 1.以管理员权限权限运行cmd; 2.使用 --user 参数;不过只能当前安装的人使用;安装路径也在%APPDATA%; --user Install to the Python user install directory for your p 阅读全文
摘要:
d from django.shortcuts import render from django.http import request, response, HttpRequest, HttpResponse, JsonResponse from django.views.decorators. 阅读全文