Django admin 多对多字段 过滤方法 及 保持横向显示(穿梭框) 两个模型 文章(Article) 和 标签(Tag),多对多 class Tag(models.Model): """ 文章标签 """ name = models.CharField ... continue reading django zhuoyuebiji 2020/3/1 1880
Django 做的个人网站源码(github) 收集 收集了几个有站点的源码: https://github.com/liangliangyy/DjangoBlog(站点:https://www.lylinux.net/) https://github.com/Hopetree ... continue reading django zhuoyuebiji 2020/1/8 1875
标致新408修改桌面卡片操作指令 车机连接到手机热点 目的是确保手机和车机处于同一局域网 1. 请确保车机连接了手机 5Ghz频段 wifi 热点 2. 使用 PSA小工具(访问码:0u4j) 工具打开车机的无线 ADB, 记 ... continue reading 汽车交流 zhuoyuebiji 2023/12/29 1867
安卓手机摄像头变成电脑(windows)的摄像头(DroidCam 摄像头) 安卓端下载: https://play.google.com/store/apps/details?id=com.dev47apps.droidcam 安卓端配置(默认,打开 APP 就行了): windo ... continue reading 计算机基础 zhuoyuebiji 2021/7/6 1853
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 1845
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1841
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 1799
Adb 官方文档介绍 Android 调试桥 Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix s ... continue reading 软件测试 zhuoyuebiji 2019/5/14 1788
理财查询网站收集 理财资讯(含 APP) 雪球 股票查询 http://www.iwencai.com/stockpick(i 问财) 财报下载 http://www.cninfo.com.c ... continue reading 理财知识 zhuoyuebiji 2020/11/3 1786
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 1779