- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 976 for tipi (0.06 seconds)
-
docs/es/docs/advanced/behind-a-proxy.md
// Más cosas aquí } } ``` /// tip | Consejo Observa el server auto-generado con un valor `url` de `/api/v1`, tomado del `root_path`. /// En la UI de los docs en [http://127.0.0.1:9999/api/v1/docs](http://127.0.0.1:9999/api/v1/docs) se vería como: <img src="/img/tutorial/behind-a-proxy/image03.png"> /// tip | Consejo La UI de los docs interactuará con el server que selecciones.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
## Am Chat teilnehmen { #join-the-chat } Treten Sie dem 👥 [Discord-Chatserver](https://discord.gg/VQjSZaeJmf) 👥 bei und treffen Sie sich mit anderen Mitgliedern der FastAPI-Community. /// tip | TippCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/ru/docs/tutorial/dependencies/dependencies-with-yield.md
Для этого используйте `yield` вместо `return`, а дополнительные шаги (код) напишите после него. /// tip | Подсказка Убедитесь, что используете `yield` только один раз на одну зависимость. /// /// note | Технические детали Любая функция, с которой можно корректно использовать:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 19.4K bytes - Click Count (0) -
docs/uk/docs/how-to/index.md
Якщо щось здається цікавим і корисним для вашого проєкту, сміливо перевірте це, інакше, ймовірно, просто пропустіть. /// tip | Порада Якщо ви хочете **вивчити FastAPI** у структурований спосіб (рекомендується), натомість прочитайте [Навчальний посібник - Посібник користувача](../tutorial/index.md) розділ за розділом.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 1K bytes - Click Count (0) -
docs/fr/docs/advanced/path-operation-advanced-configuration.md
Vous devez le faire après avoir ajouté tous vos chemins d’accès. {* ../../docs_src/path_operation_advanced_configuration/tutorial002_py310.py hl[2, 12:21, 24] *} /// tip | Astuce Si vous appelez manuellement `app.openapi()`, vous devez mettre à jour les `operationId` avant cela. /// /// warning | AlertesCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8K bytes - Click Count (0) -
docs/en/docs/environment-variables.md
# Environment Variables { #environment-variables } /// tip If you already know what "environment variables" are and how to use them, feel free to skip this. /// An environment variable (also known as "**env var**") is a variable that lives **outside** of the Python code, in the **operating system**, and could be read by your Python code (or by other programs as well).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.9K bytes - Click Count (0) -
docs/fr/docs/environment-variables.md
# Variables d'environnement { #environment-variables } /// tip | Astuce Si vous savez déjà ce que sont les « variables d'environnement » et comment les utiliser, vous pouvez passer cette section. /// Une variable d'environnement (également appelée « env var ») est une variable qui vit en dehors du code Python, dans le système d'exploitation, et qui peut être lue par votre code Python (ou par d'autres programmes également).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.1K bytes - Click Count (0) -
docs/ja/docs/fastapi-cli.md
<span style="background-color:#007166"><font color="#D3D7CF"> tip </font></span> Running in development mode, for production use: <b>fastapi run</b> Logs:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.6K bytes - Click Count (0) -
docs/ja/docs/tutorial/dependencies/classes-as-dependencies.md
//// tab | Python 3.10+ 注釈なし /// tip | 豆知識 可能であれば`Annotated`バージョンを使用することを推奨します。 /// ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ``` //// ...以下のように書きます: //// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends()] ``` //// //// tab | Python 3.10+ 注釈なし /// tip | 豆知識
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 15:24:30 GMT 2026 - 8.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/sql-databases.md
**SQLModel**, [SQLAlchemy](https://www.sqlalchemy.org/) ve Pydantic’in üzerine inşa edilmiştir. **FastAPI**’nin yazarı tarafından, **SQL veritabanları** kullanması gereken FastAPI uygulamalarıyla mükemmel uyum sağlaması için geliştirilmiştir. /// tip | İpucu
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 16.8K bytes - Click Count (0)