Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1482
Django admin 多对多字段 过滤方法 及 保持横向显示(穿梭框) 两个模型 文章(Article) 和 标签(Tag),多对多 class Tag(models.Model): """ 文章标签 """ name = models.CharField ... continue reading django zhuoyuebiji 2020/3/1 1465
安卓(Android)云真机平台 腾讯优测 http://remote.utest.21kunpeng.com/deviceSearch?type=remote 云测 https://www.testin.cn/realmachine/index. ... continue reading 软件测试 zhuoyuebiji 2019/9/27 1447
Django 做的个人网站源码(github) 收集 收集了几个有站点的源码: https://github.com/liangliangyy/DjangoBlog(站点:https://www.lylinux.net/) https://github.com/Hopetree ... continue reading django zhuoyuebiji 2020/1/8 1447
Linux(centos)怎样从底部向上查看 log 文件 对于一些很大的 log 文件,我们用 more 查看时会很费劲,没有办法直接跳到末尾再向前查看。 less less 查看一个文件时,可以使用类似 vi 的 command 命令,在 command 模式下按G跳到文件 ... continue reading 计算机基础 zhuoyuebiji 2019/12/27 1428
安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021/7/6 1334
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 1332
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 1332
Django CKEditor 上传图片提示“不正确的服务器响应”的解决办法 开发环境 django 1.11 django-ckeditor 5.3.1(CKEditor 4.7.3) 发生背景 前端页面引用了 CKEditor 富文本编辑器,Django 未登录的时候上传文件就会报:&qu ... continue reading django zhuoyuebiji 2020/3/12 1330
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1324