配置nginx设置非80端口
``` server { listen 10.10.13.89:80; #listen 443; server_name api.byalloc.com:1389; #配置ip地址 location / {...
Read More →吾生也有涯,而知也无涯
``` server { listen 10.10.13.89:80; #listen 443; server_name api.byalloc.com:1389; #配置ip地址 location / {...
Read More →https://pythondjango.cn/django/advanced/12\-sync\-periodic\-tasks\-with\-celery/
Read More →https://cloud.tencent.com/developer/article/1744641
Read More →安装库 pipenv install pandas pipenv install openpyxl ``` import pandas as pd df = pd.read_excel('价格维护_2023-04-03...
Read More →``` in the settings.py of your project, check line 28, where is the Allows Host settings.py ALLOWED_HOSTS = ['IP',...
Read More →``` NSString *tmp = [[NSString stringWithFormat:@"%@", version.downloadUrl]...
Read More →https://blog.csdn.net/haifeng10001/article/details/105156000
Read More →在 Django 中执行 Linux 命令可以使用 Python 的 subprocess 模块。subprocess 模块允许您在 Python 中执行外部命令,并获取其输出。以下是一个示例代码,演示如何在 Django 中执行...
Read More →https://pythondjango.cn/django/advanced/11\-django\-admin\-commands/
Read More →