- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for vaig (0.03 sec)
-
docs/vi/docs/tutorial/first-steps.md
```Python hl_lines="7" {!../../docs_src/first_steps/tutorial003.py!} ``` /// note Nếu bạn không biết sự khác nhau, kiểm tra [Async: *"Trong khi vội vàng?"*](../async.md#in-a-hurry){.internal-link target=_blank}. /// ### Bước 5: Nội dung trả về ```Python hl_lines="8" {!../../docs_src/first_steps/tutorial001.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.1K bytes - Viewed (0) -
docs/pt/docs/async.md
Então você vai no balcão, para a tarefa inicial que agora está finalizada, pega os hambúrgueres, e leva para a mesa. Isso finaliza esse passo / tarefa da interação com o balcão. Agora é criada uma nova tarefa, "comer hambúrgueres", mas a tarefa anterior, "pegar os hambúrgueres" já está finalizada. ### Hambúrgueres paralelos Você vai com seu _crush_ :heart_eyes: em uma lanchonete paralela.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 22.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/path-params.md
```Python hl_lines="7" {!../../docs_src/path_params/tutorial002.py!} ``` 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 Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.8K bytes - Viewed (0) -
docs/vi/docs/python-types.md
```Python hl_lines="2" {!../../docs_src/python_types/tutorial001.py!} ``` ### Sửa đổi Nó là một chương trình rất đơn giản. Nhưng bây giờ hình dung rằng bạn đang viết nó từ đầu. Tại một vài thời điểm, bạn sẽ bắt đầu định nghĩa hàm, bạn có các tham số... Nhưng sau đó bạn phải gọi "phương thức chuyển đổi kí tự đầu tiên sang kiểu chữ hoa". Có phải là `upper`? Có phải là `uppercase`? `first_uppercase`? `capitalize`?
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21.6K bytes - Viewed (0) -
docs/pt/docs/deployment/concepts.md
### Reiniciar após falha Mas nos casos com erros realmente graves que travam o **processo** em execução, você vai querer um componente externo que seja responsável por **reiniciar** o processo, pelo menos algumas vezes... /// tip | "Dica"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 11:04:50 UTC 2024 - 19.7K bytes - Viewed (0) -
docs/vi/docs/index.md
## Ý kiến đánh giá "_[...] Tôi đang sử dụng **FastAPI** vô cùng nhiều vào những ngày này. [...] Tôi thực sự đang lên kế hoạch sử dụng nó cho tất cả các nhóm **dịch vụ ML tại Microsoft**. Một vài trong số đó đang tích hợp vào sản phẩm lõi của **Window** và một vài sản phẩm cho **Office**._"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.9K bytes - Viewed (0) -
docs/it/docs/index.md
* Il _path_ `/items/{item_id}` ha un _path parameter_ `item_id` che deve essere un `int`. * Il _path_ `/items/{item_id}` ha una `str` _query parameter_ `q`. ### Documentazione interattiva dell'API Adesso vai all'indirizzo <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
* The code in FinalizableReferenceQueue goes to considerable trouble to ensure that there are * no such references and the tests here check that that trouble has not been in vain. * * When we reference FinalizableReferenceQueue in this test, we are referencing a class that is * loaded by this test and that will obviously remain loaded for as long as the test is running.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 13.3K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
* `echo "*"`: irá "imprimir" o texto `*` no terminal (a próxima parte muda isso um pouco) * `>`: qualquer coisa impressa no terminal pelo comando à esquerda de `>` não deve ser impressa, mas sim escrita no arquivo que vai à direita de `>` * `.gitignore`: o nome do arquivo onde o texto deve ser escrito E `*` para Git significa "tudo". Então, ele ignorará tudo no diretório `.venv`. Esse comando criará um arquivo `.gitignore` com o conteúdo:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
VAH V3, V4, V4 // e743400010f3 VAF V3, V4, V4 // e743400020f3 VAG V3, V4, V4 // e743400030f3 VAQ V3, V4, V4 // e743400040f3 VAB V1, V2 // e721200000f3 VAH V1, V2 // e721200010f3 VAF V1, V2 // e721200020f3 VAG V1, V2 // e721200030f3 VAQ V1, V2 // e721200040f3
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:49:24 UTC 2024 - 22.1K bytes - Viewed (0)