绿联云 nas 使用 公云动态 ddns 和 路由器端口转发 👉绿联云空盘版购买,到手 1499(2023年8月1日) 开通公网 IP 权限(电信) 电话 10000,转人工服务,开通权限(要讲究话术,开通监控啥,电信有新政策 从 2022 年x月以后不让免费开通,要加钱100,2023- ... continue reading 计算机基础 zhuoyuebiji 2023/6/27 929
Django 数据查询中对字段进行排序 方法一:order_by 排序 # 更新时间字段,倒序排序 articles = Article.objects.filter(show_status=True).order_by('-time_created') # 更新时 ... continue reading django zhuoyuebiji 2019/9/25 924
英语辅音音变规律 前缀 com- com- con- col- cor- co- 含义 together 共同,一起 intensive 加强语气 词源学 com- ht ... continue reading 英语学习 zhuoyuebiji 2020/2/23 924
Python3 + Django + xamdin + DjangoUediter,UEditorField 在 xadmin 下加载不出来的解决办法 使用环境 python==3.6.8 django==1.11.18 xadmin # pip install git+git://github.com/sshwsfc/xadmin.git DjangoUed ... continue reading django zhuoyuebiji 2019/6/13 909
Error fetching command 'build_solr_schema': The 'solr' backend requires the installation of 'pysolr'. Please refer to the documentation. Command 'build_solr_schema' skipped 错误提示: Error fetching command 'build_solr_schema': The 'solr' backend requires the installation of 'pysolr'. Please ... continue reading django zhuoyuebiji 2020/5/21 909
Django DateTimeField 指定日期筛选(How can I filter a date of a DateTimeField in Django) models.py class AnchorBindAgent(models.Model): """ 主播绑定到代理,绑定规则 """ end_time_default = (timezon ... continue reading django zhuoyuebiji 2020/4/23 896
24款标致408打开adb和安装第三方APP教程 与22款不同,24款标致408(龘龘款)不能再通过拨号盘的方式打开ADB安装第三方APP了。幸运的是,可以通过23款508同样的方法打开ADB。本帖将以图文的方式讲解其过程。 声明:此教程仅供学习交流和参考,严禁用于非法用途。 ... continue reading 汽车交流 zhuoyuebiji 2024/3/26 896
Mac 之 STF 搭建(淘宝源安装) 参考链接: https://www.jianshu.com/p/5fe8cb7d214f (MAC 直接安装 STF) https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本 nod ... continue reading 软件测试 zhuoyuebiji 2019/5/10 887
Django 模板中使用 widthratio 标签实现 乘法、除法 运算 先看官方文档 http://doc.codingdict.com/django/ref/templates/builtins.html#std:templatetag-widthratio(中文) https://docs.dj ... continue reading django zhuoyuebiji 2020/3/29 886
Centos7 mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 django 2.2 centos 7 错误日志 pip install mysqlclient (qingjiu) [root@VM_16_3_centos running]# pip in ... continue reading django zhuoyuebiji 2020/3/30 871