byalloc.com
    首页 关于

2023 Year Archive

docker

启动docker

systemctl start docker

Read More →
2023-04-12T08:06:36Z 0 评论
Default

使用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 →
2023-04-11T05:35:28Z 0 评论
Python

配置nginx设置非80端口

``` server { listen 10.10.13.89:80; #listen 443; server_name api.byalloc.com:1389; #配置ip地址 location / {...

Read More →
2023-04-07T07:46:43Z 0 评论
Python

Django项目中使用Celery执行异步和周期性任务

https://pythondjango.cn/django/advanced/12\-sync\-periodic\-tasks\-with\-celery/

Read More →
2023-04-06T08:43:49Z 0 评论
Python

celery守护进程 celery 后台运行beat worker 定时任务

https://cloud.tencent.com/developer/article/1744641

Read More →
2023-04-06T08:43:21Z 0 评论
Default

python 读取excel数据

安装库 pipenv install pandas pipenv install openpyxl ``` import pandas as pd df = pd.read_excel('价格维护_2023-04-03...

Read More →
2023-04-03T09:15:25Z 0 评论
Python

Django项目使用Swagger自动生成API文档

https://www.jianshu.com/p/9947230a0da1

Read More →
2023-03-30T09:21:19Z 0 评论
Python

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 →
2023-03-28T08:00:50Z 0 评论
iOS

iOSurl地址含有下划线问题

``` NSString *tmp = [[NSString stringWithFormat:@"%@", version.downloadUrl]...

Read More →
2023-03-27T07:17:54Z 0 评论
Python

django 创建多个 app 到同一个文件夹下进行管理

https://blog.csdn.net/haifeng10001/article/details/105156000

Read More →
2023-03-24T08:24:10Z 0 评论
  • «
  • 1
  • 2
  • 3
  • 4 (current)
  • 5
  • 6
  • »
Link
  • Facebook
  • GitHub
  • Google+
  • LinkedIn
  • Twittter
  • 微博
分类
  • Android 3
  • c语言 12
  • Default 26
  • docker 5
  • flask 12
  • Flutter 4
  • git 1
  • iOS 104
  • Java 4
  • Linux 5
  • openclaw 0
  • OpenGLES 0
  • Python 55
  • rails 5
  • 厨艺 1
  • 小记 2
  • 工具 1
  • 数据库 4
  • 算法 1
月文章集合
  • 2018年
  • 2019年
  • 2020年
  • 2021年
  • 2022年
  • 2023年
  • 2026年
Perfect Blue Black Swan Slate Cyborg Sketchy

© 2019 Wang Tao - GitHub -

京ICP备18055667号-1

登录