摘要:
问题描述 当前环境win10,python_3.6.1,64位。在windows下,在dos中运行pip install Scrapy报错:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ 阅读全文
摘要:
JsonResponse是HttpResponse的一个子类,是Django提供的用于创建JSON编码类型响应的快捷类。它的默认Content-Type头部设置为application/json,它的第一个参数data通常应该为一个字典数据类型。 当HttpResponse('content', c 阅读全文