- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 160 for ediyor (0.04 sec)
-
docs/pt/docs/tutorial/extra-data-types.md
* `int` * `float` * `str` * `bool` Mas você também pode usar tipos de dados mais complexos. E você ainda terá os mesmos recursos que viu até agora: * Ótimo suporte do editor. * Conversão de dados das requisições recebidas. * Conversão de dados para os dados da resposta. * Validação de dados. * Anotação e documentação automáticas. ## Outros tipos de dados
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/pt/docs/tutorial/path-params.md
{* ../../docs_src/path_params/tutorial002.py hl[7] *} Nesse caso, `item_id` está sendo declarado como um `int`. /// check | Verifique /// Isso vai dar à você suporte do seu editor dentro das funções, com verificações de erros, autocompletar, etc. ## Conversão de <abbr title="também conhecido como: serialização, parsing, marshalling">dados</abbr>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/tr/docs/learn/index.md
# Öğren **FastAPI** öğrenmek için giriş bölümleri ve öğreticiler burada yer alıyor.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 23 16:02:27 UTC 2024 - 223 bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
``` </div> It is **HIGHLY encouraged** that you write or copy the code, edit it and run it locally. Using it in your editor is what really shows you the benefits of FastAPI, seeing how little code you have to write, all the type checks, autocompletion, etc. --- ## Install FastAPI { #install-fastapi } The first step is to install FastAPI.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.crud_button_update=Actualizar labels.crud_button_delete=Eliminar labels.crud_button_back=Volver labels.crud_button_edit=Editar labels.crud_button_search=Buscar labels.crud_button_reset=Restablecer labels.crud_button_cancel=Cancelar labels.crud_link_create=Crear nuevo labels.crud_link_delete=Eliminar labels.crud_link_edit=Editar labels.crud_link_details=Detalles labels.crud_link_list=Lista labels.crud_title_list=Lista
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
docs/de/docs/tutorial/index.md
``` </div> Es wird **ausdrücklich empfohlen**, dass Sie den Code schreiben oder kopieren, ihn bearbeiten und lokal ausführen. Die Verwendung in Ihrem eigenen Editor zeigt Ihnen die Vorteile von FastAPI am besten, wenn Sie sehen, wie wenig Code Sie schreiben müssen, all die Typprüfungen, die automatische Vervollständigung usw. --- ## FastAPI installieren
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3K bytes - Viewed (0) -
.gitattributes
# Treat all files in the Go repo as binary, with no git magic updating # line endings. This produces predictable results in different environments. # # Windows users contributing to Go will need to use a modern version # of git and editors capable of LF line endings. # # Windows .bat files are known to have multiple bugs when run with LF # endings, and so they are checked in with CRLF endings, with a test
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 08 15:31:43 UTC 2020 - 639 bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
Se tivéssemos declarado `-> HeroPublic`, seu editor e o linter reclamariam (com razão) que você está retornando um `Hero` em vez de um `HeroPublic`. Ao declará-lo no `response_model`, estamos dizendo ao **FastAPI** para fazer o seu trabalho, sem interferir nas anotações de tipo e na ajuda do seu editor e de outras ferramentas. /// ### Ler Heroes com `HeroPublic`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.crud_button_update=Atualizar labels.crud_button_delete=Excluir labels.crud_button_back=Voltar labels.crud_button_edit=Editar labels.crud_button_search=Pesquisar labels.crud_button_reset=Redefinir labels.crud_button_cancel=Cancelar labels.crud_link_create=Criar novo labels.crud_link_delete=Excluir labels.crud_link_edit=Editar labels.crud_link_details=Detalhes labels.crud_link_list=Lista labels.crud_title_list=Lista
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
docs/tr/docs/history-design-future.md
Sonra, JSON Schema ile tamamen uyumlu olmasını sağlamak, kısıtlama bildirimlerini tanımlamanın farklı yollarını desteklemek ve birkaç editördeki testlere dayanarak editör desteğini (tip kontrolleri, otomatik tamamlama) geliştirmek için katkıda bulundum.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 4.7K bytes - Viewed (0)