安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021/7/6 1734
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1733
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 1686
理财查询网站收集 理财资讯(含 APP) 雪球 股票查询 http://www.iwencai.com/stockpick(i 问财) 财报下载 http://www.cninfo.com.c ... continue reading 理财知识 zhuoyuebiji 2020/11/3 1684
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 1681
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 1669
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 1646
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 1633
Linux(centos)怎样从底部向上查看 log 文件 对于一些很大的 log 文件,我们用 more 查看时会很费劲,没有办法直接跳到末尾再向前查看。 less less 查看一个文件时,可以使用类似 vi 的 command 命令,在 command 模式下按G跳到文件 ... continue reading 计算机基础 zhuoyuebiji 2019/12/27 1630
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 # ... continue reading centos zhuoyuebiji 2021/4/26 1615