Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for vivo (0.02 sec)

  1. docs/es/docs/tutorial/first-steps.md

    # Primeros pasos
    
    Un archivo muy simple de FastAPI podría verse así:
    
    ```Python
    {!../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Copia eso a un archivo `main.py`.
    
    Corre el servidor en vivo:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  2. docs/pt/docs/contributing.md

    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    </div>
    
    Agora você pode ir em <a href="http://127.0.0.1:8008" class="external-link" target="_blank">http://127.0.0.1:8008</a> e ver suas mudanças ao vivo.
    
    Se você procurar no site da documentação do FastAPI, você verá que toda linguagem tem todas as páginas. Mas algumas páginas não estão traduzidas e tem notificação sobre a falta da tradução.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    vfs.cloud9.us-west-2.amazonaws.com vg vgs.no vi vi.it vi.us viajes vibo-valentia.it vibovalentia.it vic.au vic.edu.au vic.gov.au vicenza.it video video.hu vig vik.no viking viking.museum vikna.no village.museum villas vin vindafjord.no vinnica.ua vinnytsia.ua vip vip.jelastic.cloud vipsinaapp.com virgin virginia.museum virtual-user.de virtual.museum virtualserver.io virtualuser.de virtuel.museum visa vision viterbo.it viva vivian.jp vivo vix.br vlaanderen vlaanderen.museum vladikavkaz.ru vladikavkaz.su...
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (1)
  4. go.mod

    	github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
    	github.com/prometheus/prom2json v1.4.0 // indirect
    	github.com/prometheus/prometheus v0.54.1 // indirect
    	github.com/rivo/uniseg v0.4.7 // indirect
    	github.com/rjeczalik/notify v0.9.3 // indirect
    	github.com/rs/xid v1.6.0 // indirect
    	github.com/safchain/ethtool v0.4.1 // indirect
    	github.com/shoenig/go-m1cpu v0.1.6 // indirect
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/bigger-applications.md

    ///
    
    Um único ponto `.`, como em:
    
    ```Python
    from .dependencies import get_token_header
    ```
    
    significaria:
    
    * Começando no mesmo pacote em que este módulo (o arquivo `app/routers/items.py`) vive (o diretório `app/routers/`)...
    * encontre o módulo `dependencies` (um arquivo imaginário em `app/routers/dependencies.py`)...
    * e dele, importe a função `get_token_header`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  6. go.mod

    	github.com/pkg/errors v0.9.1 // indirect
    	github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca // indirect
    	github.com/quic-go/qpack v0.5.1 // indirect
    	github.com/rivo/uniseg v0.4.6 // indirect
    	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    	github.com/sagikazarmark/locafero v0.4.0 // indirect
    	github.com/sagikazarmark/slog-shim v0.1.0 // indirect
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Nov 06 06:23:25 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top