- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 66 for superior (0.06 sec)
-
docs/es/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
/// warning | Advertencia Ten en cuenta que, como el equipo de Pydantic ya no da soporte a Pydantic v1 en versiones recientes de Python, empezando por Python 3.14, usar `pydantic.v1` tampoco está soportado en Python 3.14 y superiores. /// ### Pydantic v1 y v2 en la misma app { #pydantic-v1-and-v2-on-the-same-app }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:16:35 UTC 2025 - 5.6K bytes - Viewed (0) -
docs/pt/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
/// warning | Atenção Tenha em mente que, como a equipe do Pydantic não oferece mais suporte ao Pydantic v1 nas versões recentes do Python, a partir do Python 3.14, o uso de `pydantic.v1` também não é suportado no Python 3.14 e superiores. /// ### Pydantic v1 e v2 na mesma aplicação { #pydantic-v1-and-v2-on-the-same-app }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 5.8K bytes - Viewed (0) -
docs/de/docs/deployment/concepts.md
Einige Beispiele für Tools, die diese Aufgabe übernehmen können, sind: * Docker * Kubernetes * Docker Compose * Docker im Schwarm-Modus * Systemd * Supervisor * Es wird intern von einem Cloud-Anbieter im Rahmen seiner Dienste verwaltet * Andere ... In den nächsten Kapiteln werde ich Ihnen konkretere Beispiele geben. ## Neustart { #restarts }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 21.5K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
### Example Tools to Run at Startup { #example-tools-to-run-at-startup } Some examples of the tools that can do this job are: * Docker * Kubernetes * Docker Compose * Docker in Swarm Mode * Systemd * Supervisor * Handled internally by a cloud provider as part of their services * Others... I'll give you more concrete examples in the next chapters. ## Restarts { #restarts }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (1) -
docs/zh/docs/deployment/concepts.md
为了实现这一点,您通常会有一个**单独的程序**来确保您的应用程序在启动时运行。 在许多情况下,它还可以确保其他组件或应用程序也运行,例如数据库。 ### 启动时运行的示例工具 可以完成这项工作的工具的一些示例是: * Docker * Kubernetes * Docker Compose * Docker in Swarm Mode * Systemd * Supervisor * 作为其服务的一部分由云提供商内部处理 * 其他的... 我将在接下来的章节中为您提供更具体的示例。 ## 重新启动 与确保应用程序在启动时运行类似,您可能还想确保它在挂掉后**重新启动**。 ### 我们会犯错误 作为人类,我们总是会犯**错误**。 软件几乎*总是*在不同的地方隐藏着**bug**。 🐛
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 16.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* Deprecated Binding objects in 1.7. ([#47041](https://github.com/kubernetes/kubernetes/pull/47041), [@k82cn](https://github.com/k82cn)) * Add secretbox and AES-CBC encryption modes to at rest encryption. AES-CBC is considered superior to AES-GCM because it is resistant to nonce-reuse attacks, and secretbox uses Poly1305 and XSalsa20. ([#46916](https://github.com/kubernetes/kubernetes/pull/46916), [@smarterclayton](https://github.com/smarterclayton))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
Alguns exemplos de ferramentas que podem fazer esse trabalho são: * Docker * Kubernetes * Docker Compose * Docker em Modo Swarm * Systemd * Supervisor * Gerenciado internamente por um provedor de nuvem como parte de seus serviços * Outros... Darei exemplos mais concretos nos próximos capítulos. ## Reinicializações { #restarts }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/ru/docs/deployment/concepts.md
Примеры инструментов, которые могут с этим справиться: * Docker * Kubernetes * Docker Compose * Docker в режиме Swarm (Swarm Mode) * Systemd * Supervisor * Обработка внутри облачного провайдера как часть его услуг * Прочие... Более конкретные примеры будут в следующих главах. ## Перезапуски { #restarts }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 29.6K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.bad_word_list=Lista de palavras proibidas labels.backup_list=Lista de backups labels.access_token_list=Lista de tokens de acesso labels.suggest_search_log_enabled=Sugerir por termo de pesquisa labels.suggest_documents_enabled=Sugerir por documentos labels.purge_suggest_search_log_day=Excluir informações de sugestão anteriores labels.crawling_info_title=Informações de rastreamento
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
docs/es/docs/tutorial/request-files.md
* No tienes que usar `File()` en el valor por defecto del parámetro. * Usa un archivo "spooled": * Un archivo almacenado en memoria hasta un límite de tamaño máximo, y después de superar este límite, se almacenará en el disco. * Esto significa que funcionará bien para archivos grandes como imágenes, videos, binarios grandes, etc. sin consumir toda la memoria. * Puedes obtener metadatos del archivo subido.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 7.9K bytes - Viewed (0)