Skip to content

python yaml格式文件转json或字典

python yaml格式文件转json或字典 import yaml f = open(data.yaml, r) ystr = f.read() aa = yaml.lo
发布时间:2024/12/31 17:00:25

国内云主机ucloud太差

国内云主机ucloud太差 买了个ucloud的香港服务器,冲着搞活动价格便宜去买的。 买来后服务器经常莫名的卡死,上面就部署了一个网站。卡死之后去看控制台的监控 磁盘IO、带宽、全部跑满
发布时间:2024/12/31 17:00:25

django 配置django_compressor 2.3 压缩js和css

django 配置django_compressor 2.3 压缩js和css 最新的django_compressor和之前版本的配置方式稍有差别,记录在此以免再走弯路。 pip
发布时间:2024/12/31 17:00:25

django启用连接池优化数据库查询性能CONN_MAX_AGE

django启用连接池优化数据库查询性能CONN_MAX_AGE django 以及支持连接池,但是默认不使用。 需要在settings.py中加入设置 python DA
发布时间:2024/12/31 17:00:25

mysql8 磁盘IO过高解决办法

mysql8 磁盘IO过高解决办法 引用大神一篇文章: [https//blog.csdn.net/zimeng0/article/details/68066146/](https//blo
发布时间:2024/12/31 17:00:25

特大好消息!注册即可免费领取云服务器或虚拟主机,真的免费咯!更赠送现金余额!

特大好消息!注册即可免费领取云服务器或虚拟主机,真的免费咯!更赠送现金余额! [https//www.jiangmiyun.com](https//www.jiangmiyun.com) 特
发布时间:2024/12/31 17:00:25

python 直接调用django的model

python 直接调用django的model 网上几乎所有的教程这样的,但是运行的时候会报错 import os import sys import django os.envi
发布时间:2024/12/31 17:00:25

centos7 nginx加入服务

centos7 nginx加入服务 摘自nginx官网文档 [](https//www.nginx.com/resources/wiki/start/topics/examples/syst
发布时间:2024/12/31 17:00:25

git 本地仓库关联远程

git 本地仓库关联远程 git config global user.name Pan git config global user.email oncwnuGR3HMB_bj1Ed
发布时间:2024/12/31 17:00:25

python 居中显示分页算法

python 居中显示分页算法 import math def get_page_range(page_num, show_num, current_page)
发布时间:2024/12/31 17:00:25