Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for cosas (0.01 sec)

  1. docs/pt/docs/advanced/generate-clients.md

    Se você gerar um cliente para uma aplicação FastAPI usando tags, normalmente também separará o código do cliente com base nas tags.
    
    Dessa forma, você poderá ter as coisas ordenadas e agrupadas corretamente para o código do cliente:
    
    <img src="/img/tutorial/generate-clients/image06.png">
    
    Nesse caso você tem:
    
    * `ItemsService`
    * `UsersService`
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ListenableFuture.java

     * could in principle cause problems for some users. Still, we expect that the benefits of the
     * nullness annotations in particular will outweigh the costs. (And it's worth noting that we have
     * released multiple ListenableFuture.class files that are not byte-for-byte compatible even from
     * the beginning, thanks to using different `-source -target` values for compiling our `-jre` and
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 8K bytes
    - Viewed (0)
  3. futures/listenablefuture1/src/com/google/common/util/concurrent/ListenableFuture.java

     * could in principle cause problems for some users. Still, we expect that the benefits of the
     * nullness annotations in particular will outweigh the costs. (And it's worth noting that we have
     * released multiple ListenableFuture.class files that are not byte-for-byte compatible even from
     * the beginning, thanks to using different `-source -target` values for compiling our `-jre` and
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/ListenableFuture.java

     * could in principle cause problems for some users. Still, we expect that the benefits of the
     * nullness annotations in particular will outweigh the costs. (And it's worth noting that we have
     * released multiple ListenableFuture.class files that are not byte-for-byte compatible even from
     * the beginning, thanks to using different `-source -target` values for compiling our `-jre` and
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 8K bytes
    - Viewed (0)
  5. docs/pt/docs/_llm-test.md

    ////
    
    ## Elementos HTML "abbr" { #html-abbr-elements }
    
    //// tab | Teste
    
    Aqui estão algumas coisas envolvidas em elementos HTML "abbr" (algumas são inventadas):
    
    ### O abbr fornece uma frase completa { #the-abbr-gives-a-full-phrase }
    
    * <abbr title="Getting Things Done – Fazer as Coisas">GTD</abbr>
    * <abbr title="menos que"><code>lt</code></abbr>
    * <abbr title="XML Web Token – Token Web XML">XWT</abbr>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  6. docs/pt/docs/advanced/events.md

    ///
    
    /// tip | Dica
    
    Perceba que, nesse caso, estamos usando a função padrão do Python `open()` que interage com um arquivo.
    
    Então, isso envolve I/O (input/output), que requer "esperar" que as coisas sejam escritas em disco.
    
    Mas `open()` não usa `async` e `await`.
    
    Assim, declaramos a função de manipulador de evento com `def` padrão em vez de `async def`.
    
    ///
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  7. docs/es/docs/advanced/custom-response.md

    ## Responses disponibles { #available-responses }
    
    Aquí hay algunos de los responses disponibles.
    
    Ten en cuenta que puedes usar `Response` para devolver cualquier otra cosa, o incluso crear una sub-clase personalizada.
    
    /// note | Nota Técnica
    
    También podrías usar `from starlette.responses import HTMLResponse`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/docker.md

    Usando contêineres Linux você tem diversas vantagens incluindo **segurança**, **replicabilidade**, **simplicidade**, entre outras.
    
    /// tip | Dica
    
    Está com pressa e já sabe dessas coisas? Pode ir direto para o [`Dockerfile` abaixo 👇](#build-a-docker-image-for-fastapi).
    
    ///
    
    <details>
    <summary>Visualização do Dockerfile 👀</summary>
    
    ```Dockerfile
    FROM python:3.9
    
    WORKDIR /code
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/schema-extra-example.md

    ### Resumo { #summary }
    
    Eu costumava dizer que não gostava tanto de história... e olha eu aqui agora dando aulas de "história tech". 😅
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  10. docs/pt/docs/tutorial/query-params-str-validations.md

    * `$`: termina ali, não tem mais caracteres depois de `fixedquery`.
    
    Se você se sentir perdido com essas ideias de **"expressão regular"**, não se preocupe. Esse é um assunto difícil para muitas pessoas. Você ainda pode fazer muitas coisas sem precisar de expressões regulares por enquanto.
    
    Agora você sabe que, sempre que precisar delas, pode usá-las no **FastAPI**.
    
    ### Pydantic v1 `regex` em vez de `pattern` { #pydantic-v1-regex-instead-of-pattern }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top