• 发帖子
  • 发文章
成就云开发者社区|开发者社区
话题技术文章成就云
登录
web开发框架之Django基础
# 基本查询 print(BookInfo.objects.all()) print(BookInfo.objects.get(btitle='雪山飞狐').id) print(BookInfo.objects.get(id=3)) print(BookInfo.objects.get(pk=3)) # 将ID=3的排除,显示其他的 print(BookInfo.objects.exclude(id=3)) print(111111111) try:   print(BookInfo.objects.get(id=12)) # except Exception as e:
成就云发布于 2024-08-06 06:28:31
centercontainsdatefilterreverse
Nginx No, Traefik Yes
As we all know, Nginx is a very popular reverse proxy server. It is very stable and has a lot of features. But I choose Traefik instead of Nginx as a reverse proxy in test environment since it is more suitable for my use case. In this post, I will explain why I choose Traefik instead of Nginx.
成就云发布于 2024-08-04 13:10:20
apinginxazurereversetraefik

© 2025 Attains Cloud. 成就云 版权所有

豫ICP备2021016866号-1