Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 194 for major (0.05 sec)

  1. docs/pt/docs/help-fastapi.md

    do FastAPI.
    
    /// tip | "Dica"
    
    Para perguntas, pergunte nas <a href="https://github.com/fastapi/fastapi/issues/new/choose" class="external-link" target="_blank">questões do GitHub</a>, lá tem um chance maior de você ser ajudado sobre o FastAPI [FastAPI Experts](fastapi-people.md#especialistas){.internal-link target=_blank}.
    
    Use o chat apenas para outro tipo de assunto.
    
    ///
    
    ### Não faça perguntas no chat
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/openapi-callbacks.md

    Ele terá uma *operação de rota* que receberá um corpo `Invoice`, e um parâmetro de consulta `callback_url` que conterá a URL para o callback.
    
    Essa parte é bastante normal, a maior parte do código provavelmente já é familiar para você:
    
    ```Python hl_lines="9-13  36-53"
    {!../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    /// tip | Dica
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 30 19:53:03 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/request_files.md

    Você também poderia utilizar `from starlette.responses import HTMLResponse`.
    
    O **FastAPI** fornece as mesmas `starlette.responses` como `fastapi.responses` apenas como um facilitador para você, desenvolvedor. Mas a maior parte das respostas vem diretamente do Starlette.
    
    ///
    
    ### Enviando Múltiplos Arquivos com Metadados Adicionais
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), type BpfStat struct, Drop uint32
    pkg syscall (darwin-386), type BpfStat struct, Recv uint32
    pkg syscall (darwin-386), type BpfVersion struct
    pkg syscall (darwin-386), type BpfVersion struct, Major uint16
    pkg syscall (darwin-386), type BpfVersion struct, Minor uint16
    pkg syscall (darwin-386), type Cmsghdr struct
    pkg syscall (darwin-386), type Cmsghdr struct, Len uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type BpfStat struct, Recv uint32 #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct, Major uint16 #53466
    pkg syscall (freebsd-riscv64), type BpfVersion struct, Minor uint16 #53466
    pkg syscall (freebsd-riscv64), type BpfZbuf struct #53466
    pkg syscall (freebsd-riscv64), type BpfZbuf struct, Bufa *uint8 #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. docs/en/data/external_links.yml

    https://editor.leonh.space/2022/tortoise/ title: 'Tortoise ORM / FastAPI 整合快速筆記' Spanish: - author: Eduardo Zepeda author_link: https://coffeebytes.dev/en/authors/eduardo-zepeda/ link: https://coffeebytes.dev/es/python-fastapi-el-mejor-framework-de-python/ title: 'Tutorial de FastAPI, ¿el mejor framework de Python?' Podcasts: English: - author: Real Python author_link: https://realpython.com/ link: https://realpython.com/podcasts/rpp/72/ title: Starting With FastAPI and Examining Python's Import System - Episode...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:39:34 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  7. docs/pt/docs/contributing.md

    Isso ajuda a garantir:
    
    * Que a documentação esteja atualizada.
    * Que os exemplos da documentação possam ser rodadas do jeito que estão apresentadas.
    * A maior parte dos recursos é coberta pela documentação, garantida por cobertura de testes.
    
    Durante o desenvolvimento local, existe um _script_ que constrói o site e procura por quaisquer mudanças, carregando na hora:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/bigger-applications.md

    ///
    
    ## O principal `FastAPI`
    
    Agora, vamos ver o módulo em `app/main.py`.
    
    Aqui é onde você importa e usa a classe `FastAPI`.
    
    Este será o arquivo principal em seu aplicativo que une tudo.
    
    E como a maior parte de sua lógica agora viverá em seu próprio módulo específico, o arquivo principal será bem simples.
    
    ### Importar `FastAPI`
    
    Você importa e cria uma classe `FastAPI` normalmente.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  9. docs/pt/docs/deployment/concepts.md

    Nesse caso, seria melhor ter apenas 2 servidores e usar uma porcentagem maior de seus recursos (CPU, memória, disco, largura de banda de rede, etc).
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:04:50 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. test-site/activator-launch-1.3.2.jar

    i getPasswordAuthentic(); private boolean isProxyAuthenticatio(); static void <clinit>(); } org/apache/ivy/osgi/util/Version.class package org.apache.ivy.osgi.util; public final synchronized class Version implements Comparable { private final int major; private final int minor; private final int patch; private final String qualifier; public void Version(String); public void Version(int, int, int, String); public final String toString(); public final int hashCode(); public final boolean equals(Object);...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top