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 1489
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 1485
Django 通用视图(generic view)获取 request from django.views import generic from blog.models import * from ipware.ip import get_ip class IndexView(gener ... continue reading django zhuoyuebiji 2017/10/8 1470
Python3 解析 json 字符串并返回支持属性访问的对象 目的 将任意一个 json 字符串,转换为 python 的 object 对象,转换后支持使用属性访问。 方法 json 解析命令行使用的 argparse,可以任意规定命令行关键字,并能使用属性访问。 查 ... continue reading python zhuoyuebiji 2019/8/18 1464
Linux(centos)各种颜色文件的含义 linux(centos)各种颜色文件的含义 目录文件:蓝色 一般文件:白色 符号链接:紫色 设备文件:黄色 可执行文件:春绿色 链接文件:青色 图片文件:粉红色 压缩文件:红色 ... continue reading 计算机基础 zhuoyuebiji 2019/12/25 1458
取消 vivo 手机安装软件需要密码的方法 只需要关闭网络(即不联网,关闭 WiFi 和 移动数据)即可 ... continue reading 软件测试 zhuoyuebiji 2019/12/4 1456
标致新408高德地图两种升级策略和注意事项 高德地图升级目前分为两类,两种安装方法,切记不要弄混,避免浪费时间(内容来源于 懂车帝 逐梦汴梁城 ): APK签名修改直装版 已将签名修改为与原车高德一致,直接安装不会提示签名不匹配,此安装方法比较简单,但后续不能在 ... continue reading 汽车交流 zhuoyuebiji 2024/5/27 1455
穿越深圳东西涌(冲) 海岸线介绍 深圳大鹏东西涌海岸线穿越是指从位于大鹏半岛的南澳镇的东冲村海边穿越到西冲沙滩,全程海岸线直线距离大约4公里,路程大约9公里左右,由于一路的海岸线起伏不平,快的2个多小时可以走完,慢的大约4至5个小时就可以到底西冲沙滩。从风 ... continue reading 运动旅行 zhuoyuebiji 2019/6/10 1436
卓越笔记建站日记(持续更新) 服务器续费情况 有效期:2030-08-05 花费:120(16 个月 - 首次) + 240(续 2 年) + 1652(续 3 年) + 1552(续 3 年) + 690(xieboke.net 10 年域名)+ 781( ... continue reading 建站日记 zhuoyuebiji 2017/9/22 1431
C# json 传参发送 post 请求例子 using Fiddler; using System; using System.Linq; using System.Security.Cryptography; using System.Text; using Syst ... continue reading 软件测试 zhuoyuebiji 2020/6/18 1426