Linux(centos)怎样从底部向上查看 log 文件 对于一些很大的 log 文件,我们用 more 查看时会很费劲,没有办法直接跳到末尾再向前查看。 less less 查看一个文件时,可以使用类似 vi 的 command 命令,在 command 模式下按G跳到文件 ... continue reading 计算机基础 zhuoyuebiji 2019/12/27 1541
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 1508
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 1506
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1485
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 1474
Django CKEditor 上传图片提示“不正确的服务器响应”的解决办法 开发环境 django 1.11 django-ckeditor 5.3.1(CKEditor 4.7.3) 发生背景 前端页面引用了 CKEditor 富文本编辑器,Django 未登录的时候上传文件就会报:&qu ... continue reading django zhuoyuebiji 2020/3/12 1468
绿联云 nas 使用 公云动态 ddns 和 路由器端口转发 👉绿联云空盘版购买,到手 1499(2023年8月1日) 开通公网 IP 权限(电信) 电话 10000,转人工服务,开通权限(要讲究话术,开通监控啥,电信有新政策 从 2022 年x月以后不让免费开通,要加钱100,2023- ... continue reading 计算机基础 zhuoyuebiji 2023/6/27 1467
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 1456
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1451
Adb 官方文档介绍 Android 调试桥 Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix s ... continue reading 软件测试 zhuoyuebiji 2019/5/14 1450