Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 56 of 56 for tenidos (0.08 sec)

  1. docs/pt/docs/tutorial/bigger-applications.md

    {!../../docs_src/bigger_applications/app/main.py!}
    ```
    
    e funcionará corretamente, junto com todas as outras *operações de rota* adicionadas com `app.include_router()`.
    
    /// info | "Detalhes Técnicos"
    
    **Observação**: este é um detalhe muito técnico que você provavelmente pode **simplesmente pular**.
    
    ---
    
    Os `APIRouter`s não são "montados", eles não são isolados do resto do aplicativo.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/settings.md

    #### Detalhes Técnicos de `lru_cache`
    
    `@lru_cache` modifica a função decorada para retornar o mesmo valor que foi retornado na primeira vez, em vez de calculá-lo novamente, executando o código da função toda vez.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/docker.md

    Tendo outro gerenciador de processos dentro do contêiner (como seria com o Gunicorn ou o Uvicorn gerenciando trabalhadores Uvicorn) só adicionaria **complexidade desnecessária** que você provavelmente já está cuidando com seu sistema de cluster.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/CharMatcher.java

        return Invisible.INSTANCE;
      }
    
      /**
       * Determines whether a character is single-width (not double-width). When in doubt, this matcher
       * errs on the side of returning {@code false} (that is, it tends to assume a character is
       * double-width).
       *
       * <p><b>Note:</b> as the reference file evolves, we will modify this matcher to keep it up to
       * date.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 13:00:28 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    teaches-yoga.com team tec.br tec.mi.us tec.ve tech tech.orange technology technology.museum tecnologia.bo tel tel.tr tele.amune.org telebit.app telebit.io telekommunikation.museum television.museum temasek temp-dns.com tempio-olbia.it tempioolbia.it tempurl.host tendo.yamagata.jp tenei.fukushima.jp tenkawa.nara.jp tennis tenri.nara.jp teo.br teramo.it termez.su terni.it ternopil.ua teshikaga.hokkaido.jp test-iserv.de test.ru test.tj teva texas.museum textile.museum tf tg tgory.pl th thd the.br theater theater.museum...
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (1)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    oguni.yamagata.jp
    ohkura.yamagata.jp
    oishida.yamagata.jp
    sagae.yamagata.jp
    sakata.yamagata.jp
    sakegawa.yamagata.jp
    shinjo.yamagata.jp
    shirataka.yamagata.jp
    shonai.yamagata.jp
    takahata.yamagata.jp
    tendo.yamagata.jp
    tozawa.yamagata.jp
    tsuruoka.yamagata.jp
    yamagata.yamagata.jp
    yamanobe.yamagata.jp
    yonezawa.yamagata.jp
    yuza.yamagata.jp
    abu.yamaguchi.jp
    hagi.yamaguchi.jp
    hikari.yamaguchi.jp
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top