- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 226 for Unicorn (0.06 sec)
-
docs/em/docs/tutorial/debugging.md
# ๐ ๏ธ ๐ ๐ช ๐ ๐น ๐ ๐จโ๐จ, ๐ผ โฎ๏ธ ๐ ๐ ๐ โ๏ธ ๐. ## ๐ค `uvicorn` ๐ FastAPI ๐ธ, ๐ & ๐ `uvicorn` ๐: ```Python hl_lines="1 15" {!../../docs_src/debugging/tutorial001.py!} ``` ### ๐ `__name__ == "__main__"` ๐ ๐ฏ `__name__ == "__main__"` โ๏ธ ๐ ๐ ๐ ๏ธ ๐โ ๐ ๐ ๐ค โฎ๏ธ: <div class="termy"> ```console $ python myapp.py ``` </div> โ๏ธ ๐ซ ๐ค ๐โ โ1๏ธโฃ ๐ ๐ โซ๏ธ, ๐: ```Python
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/id/docs/tutorial/index.md
Untuk menjalankan setiap contoh, salin kode ke file `main.py`, dan jalankan `uvicorn` dengan: <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) <span style="color: green;">INFO</span>: Started reloader process [28720]
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/fr/docs/tutorial/first-steps.md
Ce sera le point principal d'interaction pour crรฉer toute votre API. Cette `app` est la mรชme que celle ร laquelle fait rรฉfรฉrence `uvicorn` dans la commande : <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) ``` </div> Si vous crรฉez votre app avec : ```Python hl_lines="3"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/ru/docs/deployment/manually.md
//// tab | Uvicorn * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, ะพัะตะฝั ะฑัััััะน ASGI ัะตัะฒะตั, ะพัะฝะพะฒะฐะฝะฝัะน ะฝะฐ ะฑะธะฑะปะธะพัะตะบะฐั uvloop ะธ httptools. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip | "ะะพะดัะบะฐะทะบะฐ"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/em/docs/benchmarks.md
๐ ๐: * **Uvicorn**: ๐ซ ๐ฝ * **๐**: (โ๏ธ Uvicorn) ๐ธ ๐ธ * **FastAPI**: (โ๏ธ ๐) ๐ ๏ธ ๐ธ โฎ๏ธ ๐ ๐ โ ๐ ๐, โฎ๏ธ ๐ฝ ๐ฌ, โ๏ธ. * **Uvicorn**: * ๐ โ๏ธ ๐ ๐ญ, โซ๏ธ ๐ซ โ๏ธ ๐ โ ๐ โ๏ธ โช๏ธโก๏ธ ๐ฝ โซ๏ธ. * ๐ ๐ซ๐ โ ๐ธ Uvicorn ๐. ๐ ๐ โ ๐ ๐ ๐ ๐ โ๏ธ ๐ ๐ โ๏ธ ๐, ๐, ๐ ๐ ๐ ๐ (โ๏ธ **FastAPI**). & ๐ฅ ๐ ๐, ๐ ๐ ๐ธ ๐ โ๏ธ ๐ ๐ฅ โ๏ธ โ๏ธ ๐ ๏ธ & ๐ ๐ ๐ฑ ๐ & ๐. * ๐ฅ ๐ โ Uvicorn, ๐ฌ โซ๏ธ ๐ก ๐ธ, Hypercorn, โณ, โ๏ธ. ๐ธ ๐ฝ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Apr 01 09:26:04 UTC 2023 - 2.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/debugging.md
# Depuraรงรฃo Vocรช pode conectar o depurador no seu editor, por exemplo, com o Visual Studio Code ou PyCharm. ## Chamar `uvicorn` Em seu aplicativo FastAPI, importe e execute `uvicorn` diretamente: ```Python hl_lines="1 15" {!../../docs_src/debugging/tutorial001.py!} ``` ### Sobre `__name__ == "__main__"` O objetivo principal de `__name__ == "__main__"` รฉ ter algum cรณdigo que seja executado quando seu arquivo for chamado com:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/fr/docs/tutorial/index.md
Pour exรฉcuter l'un de ces exemples, copiez le code dans un fichier `main.py`, et commencez `uvicorn` avec : <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) <span style="color: green;">INFO</span>: Started reloader process [28720]
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3K bytes - Viewed (0) -
docs/es/docs/tutorial/index.md
Para ejecutar cualquiera de los ejemplos, copia el cรณdigo en un archivo llamado `main.py`, y ejecuta `uvicorn` de la siguiente manera en tu terminal: <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) <span style="color: green;">INFO</span>: Started reloader process [28720]
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.8K bytes - Viewed (0) -
docs/de/docs/benchmarks.md
* Wenn Sie Uvicorn vergleichen, vergleichen Sie es mit Anwendungsservern wie Daphne, Hypercorn, uWSGI, usw. * **Starlette**: * Wird nach Uvicorn die nรคchstbeste Performanz erbringen. Tatsรคchlich nutzt Starlette intern Uvicorn. Daher kann es wahrscheinlich nur โlangsamerโ als Uvicorn sein, weil mehr Code ausgefรผhrt wird.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Jan 23 16:04:13 UTC 2024 - 3.9K bytes - Viewed (0) -
docs/fr/docs/tutorial/debugging.md
Vous pouvez connecter le <abbr title="En anglais: debugger">dรฉbogueur</abbr> dans votre รฉditeur, par exemple avec Visual Studio Code ou PyCharm. ## Faites appel ร `uvicorn` Dans votre application FastAPI, importez et exรฉcutez directement `uvicorn` : {* ../../docs_src/debugging/tutorial001.py hl[1,15] *} ### ร propos de `__name__ == "__main__"`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:31:14 UTC 2024 - 2.9K bytes - Viewed (0)