Django REST framework 3.10.3 访问 /api/docs/ 报错 'AutoSchema' object has no attribute 'get_link' 环境 python 3.6.8 django 2.2.6 django rest framework 3.10.3 报错 访问 django rest framework& ... continue reading django zhuoyuebiji 2019/10/18 1467
理财查询网站收集 理财资讯(含 APP) 雪球 股票查询 http://www.iwencai.com/stockpick(i 问财) 财报下载 http://www.cninfo.com.c ... continue reading 理财知识 zhuoyuebiji 2020/11/3 1465
Centos7 + virtualenv + django + uwsgi + nginx 部署 Django 站点 安装环境 centos: 7.x python: 3.6.x django:1.11 virtualenv 和 virtualenvwrapper 安装 c ... continue reading django zhuoyuebiji 2019/7/24 1458
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1455
Centos7 java -verison Error: Could not create the Java Virtual Machine. 错误情况 [root@gitlab download]# java -verison Unrecognized option: -verison Error: Could not create the Java Virtual ... continue reading centos zhuoyuebiji 2021/5/18 1442
Django CKEditor 上传图片提示“不正确的服务器响应”的解决办法 开发环境 django 1.11 django-ckeditor 5.3.1(CKEditor 4.7.3) 发生背景 前端页面引用了 CKEditor 富文本编辑器,Django 未登录的时候上传文件就会报:&qu ... continue reading django zhuoyuebiji 2020/3/12 1438
Aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN' BZPOPMIN command is available since redis 5.0.0. I believe you have an older version of redis, which does not ... continue reading redis zhuoyuebiji 2020/8/27 1429
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1421
Django 通用视图(generic view)获取 request from django.views import generic from blog.models import * from ipware.ip import get_ip class IndexView(gener ... continue reading django zhuoyuebiji 2017/10/8 1410
Python3 解析 json 字符串并返回支持属性访问的对象 目的 将任意一个 json 字符串,转换为 python 的 object 对象,转换后支持使用属性访问。 方法 json 解析命令行使用的 argparse,可以任意规定命令行关键字,并能使用属性访问。 查 ... continue reading python zhuoyuebiji 2019/8/18 1408