2023 Year Archive
使用mysqlclient Library not loaded: libmysqlclient.18.dylib处理
sudo ln \-s /usr/local/mysql/lib/libmysqlclient.21\.dylib /usr/local/bin/libmysqlclient.21\.dylib sudo ln \-s...
Read More →配置nginx设置非80端口
``` server { listen 10.10.13.89:80; #listen 443; server_name api.byalloc.com:1389; #配置ip地址 location / {...
Read More →Django项目中使用Celery执行异步和周期性任务
https://pythondjango.cn/django/advanced/12\-sync\-periodic\-tasks\-with\-celery/
Read More →celery守护进程 celery 后台运行beat worker 定时任务
https://cloud.tencent.com/developer/article/1744641
Read More →python 读取excel数据
安装库 pipenv install pandas pipenv install openpyxl ``` import pandas as pd df = pd.read_excel('价格维护_2023-04-03...
Read More →Django gives Bad Request (400) when DEBUG = False
``` in the settings.py of your project, check line 28, where is the Allows Host settings.py ALLOWED_HOSTS = ['IP',...
Read More →iOSurl地址含有下划线问题
``` NSString *tmp = [[NSString stringWithFormat:@"%@", version.downloadUrl]...
Read More →django 创建多个 app 到同一个文件夹下进行管理
https://blog.csdn.net/haifeng10001/article/details/105156000
Read More →