Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019/5/30 2026
Adb 官方文档介绍 Android 调试桥 Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix s ... continue reading 软件测试 zhuoyuebiji 2019/5/14 2005
安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021/7/6 1995
Django admin 多对多字段 过滤方法 及 保持横向显示(穿梭框) 两个模型 文章(Article) 和 标签(Tag),多对多 class Tag(models.Model): """ 文章标签 """ name = models.CharField ... continue reading django zhuoyuebiji 2020/3/1 1989
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 1971
Notepad++ 32 位 PluginManager 下载及常用插件 github 下载 有 32 位 和 64 位的 https://github.com/bruderstein/nppPluginManager/releases 网盘下载 Notepa ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1970
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1961
Django 做的个人网站源码(github) 收集 收集了几个有站点的源码: https://github.com/liangliangyy/DjangoBlog(站点:https://www.lylinux.net/) https://github.com/Hopetree ... continue reading django zhuoyuebiji 2020/1/8 1957
APP 提测标准(规范) 背景 “万事俱备,只欠东风”出自《三国演义》四十九回,原文为:孔明索纸笔,屏退左右,密书十六字曰:“欲破曹公,宜用火攻,万事俱备,只欠东风。”原意是周瑜定计火攻曹操,作好了一切准备,忽然 ... continue reading 软件测试 zhuoyuebiji 2020/1/8 1947
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 1947