- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 298 for preMap (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/fr/docs/tutorial/body-nested-models.md
Et le `dict` que vous recevez dans `weights` aura en réalité des clés `int` et des valeurs `float`. /// ## Récapitulatif { #recap } Avec FastAPI, vous bénéficiez de la flexibilité maximale fournie par les modèles Pydantic, tout en gardant votre code simple, concis et élégant. Mais avec tous les avantages :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/pt/docs/deployment/server-workers.md
## Recapitular { #recap } Você pode usar vários processos de trabalho com a opção CLI `--workers` com os comandos `fastapi` ou `uvicorn` para aproveitar as vantagens de **CPUs multi-core** e executar **vários processos em paralelo**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 8.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/path-params-numeric-validations.md
所以,`0.5` 是有效的值,但 `0.0` 或 `0` 則無效。 <abbr title="less than - 小於"><code>lt</code></abbr> 也是同樣的道理。 {* ../../docs_src/path_params_numeric_validations/tutorial006_an_py310.py hl[13] *} ## 小結 { #recap } 使用 `Query`、`Path`(以及你尚未看到的其他類別)時,你可以像在[查詢參數與字串驗證](query-params-str-validations.md)中一樣,宣告中繼資料與字串驗證。 你也可以宣告數值驗證: * `gt`:大於(`g`reater `t`han) * `ge`:大於或等於(`g`reater than or `e`qual)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/ru/docs/tutorial/path-params.md
В этом случае URL будет таким: `/files//home/johndoe/myfile.txt`, с двойным слэшем (`//`) между `files` и `home`. /// ## Резюме { #recap } Используя **FastAPI** вместе со стандартными объявлениями типов Python (короткими и интуитивно понятными), вы получаете: * Поддержку редактора кода (проверку ошибок, автозавершение и т.п.)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 14K bytes - Click Count (0) -
docs/tr/docs/deployment/server-workers.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.6K bytes - Click Count (0) -
docs/de/llm-prompt.md
* the header parameter: der Header-Parameter * the form parameter: der Formular-Parameter * the payload: die Payload * the performance: NOT die Performance * the query: die Query * the recap: die Zusammenfassung * the request (what the client sends to the server): der Request * the request body: der Requestbody * the request bodies (plural): die Requestbodys
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 29 18:54:20 GMT 2025 - 9.8K bytes - Click Count (0) -
docs/de/docs/tutorial/path-params.md
In dem Fall wäre die URL: `/files//home/johndoe/myfile.txt`, mit einem doppelten Schrägstrich (`//`) zwischen `files` und `home`. /// ## Zusammenfassung { #recap } In **FastAPI** erhalten Sie mittels kurzer, intuitiver Typdeklarationen: * Editor-Unterstützung: Fehlerprüfungen, Codevervollständigung, usw.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 10K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/first-steps.md
Vous pouvez déjà l'essayer dans la documentation interactive : <img src="/img/tutorial/security/image03.png"> Nous ne vérifions pas encore la validité du token, mais c'est déjà un début. ## Récapitulatif { #recap }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/ja/docs/tutorial/background-tasks.md
これらは、より複雑な構成、RabbitMQ や Redis などのメッセージ/ジョブキューマネージャーを必要とする傾向がありますが、複数のプロセス、特に複数のサーバーでバックグラウンドタスクを実行できます。 ただし、同じ **FastAPI** アプリから変数とオブジェクトにアクセスする必要がある場合、または小さなバックグラウンドタスク (電子メール通知の送信など) を実行する必要がある場合は、単に `BackgroundTasks` を使用できます。 ## まとめ { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/request-files.md
Daha önce olduğu gibi, `UploadFile` için bile ek parametreler ayarlamak amacıyla `File()` kullanabilirsiniz: {* ../../docs_src/request_files/tutorial003_an_py310.py hl[11,18:20] *} ## Özet { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 7.5K bytes - Click Count (0)