Django admin 多对多字段 过滤方法 及 保持横向显示(穿梭框) 两个模型 文章(Article) 和 标签(Tag),多对多 class Tag(models.Model): """ 文章标签 """ name = models.CharField ... continue reading django zhuoyuebiji 2020/3/1 1716
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1716
理财查询网站收集 理财资讯(含 APP) 雪球 股票查询 http://www.iwencai.com/stockpick(i 问财) 财报下载 http://www.cninfo.com.c ... continue reading 理财知识 zhuoyuebiji 2020/11/3 1662
HINT: It seems you set a fixed date / time / datetime value as default for this field. This may not be what you want. If you want to have the current date as default, use `django.utils.timezone.now` WARNINGS operations.AnchorBindAgent.start_time: (fields.W161) Fixed default value provided. HINT: ... continue reading django zhuoyuebiji 2020/3/28 1647
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1643
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 1620
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 1618
Linux(centos)怎样从底部向上查看 log 文件 对于一些很大的 log 文件,我们用 more 查看时会很费劲,没有办法直接跳到末尾再向前查看。 less less 查看一个文件时,可以使用类似 vi 的 command 命令,在 command 模式下按G跳到文件 ... continue reading 计算机基础 zhuoyuebiji 2019/12/27 1611
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 1606
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1586