- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 407 for INSTALL (0.04 sec)
-
docs/em/docs/deployment/server-workers.md
& โคด๏ธ ๐-๐ **Uvicorn ๐จโ๐ญ** ๐ ๐ ๐ ๐ญ ๐ ๐จ ๐ ๐ซ ๐ฉ FastAPI โ๏ธ โซ๏ธ. ## โ ๐ & Uvicorn <div class="termy"> ```console $ pip install "uvicorn[standard]" gunicorn ---> 100% ``` </div> ๐ ๐ โ ๐ฏโโ๏ธ Uvicorn โฎ๏ธ `standard` โ ๐ฆ (๐ค โ ๐ญ) & ๐. ## ๐ ๐ โฎ๏ธ Uvicorn ๐จโ๐ญ โคด๏ธ ๐ ๐ช ๐ ๐ โฎ๏ธ: <div class="termy">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-files.md
Garanta que vocรช criou um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, o ativou e entรฃo o instalou, por exemplo: ```console $ pip install python-multipart ``` Isso รฉ necessรกrio, visto que os arquivos enviados sรฃo enviados como "dados de formulรกrio". /// ## Importe `File` Importe `File` e `UploadFile` de `fastapi`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/fr/docs/deployment/docker.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 7.5K bytes - Viewed (0) -
ci/official/containers/ml_build/builder.devtoolset/build_devtoolset.sh
--with-default-libstdcxx-abi=${LIBSTDCXX_ABI} \ --with-gcc-major-version-only \ --with-linker-hash-style="gnu" \ --with-tune="generic" \ && \ make -j 42 && \ make install # Create the devtoolset libstdc++ linkerscript that links dynamically against # the system libstdc++ 4.4 and provides all other symbols statically. case "${VERSION}" in devtoolset-7)
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Sep 24 20:45:58 UTC 2024 - 8K bytes - Viewed (0) -
docs/federation/lookup/README.md
This document explains how to configure MinIO with `Bucket lookup from DNS` style federation. ## Get started ### 1. Prerequisites Install MinIO - [MinIO Quickstart Guide](https://docs.min.io/community/minio-object-store/operations/deployments/baremetal-deploy-minio-on-redhat-linux.html). ### 2. Run MinIO in federated mode
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 4.2K bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
## ์์กด์ฑ ์ค์น ๊ฐ์ ํ๊ฒฝ์ ์์ฑํ๊ณ (virtual environment{.internal-link target=_blank}), ํ์ฑํํ ํ jinja2๋ฅผ ์ค์นํด์ผ ํฉ๋๋ค: <div class="termy"> ```console $ pip install jinja2 ---> 100% ``` </div> ## ์ฌ์ฉํ๊ธฐ `Jinja2Templates` * `Jinja2Templates`๋ฅผ ๊ฐ์ ธ์ต๋๋ค. * ๋์ค์ ์ฌ์ฌ์ฉํ ์ ์๋ `templates` ๊ฐ์ฒด๋ฅผ ์์ฑํฉ๋๋ค. * ํ ํ๋ฆฟ์ ๋ฐํํ ๊ฒฝ๋ก ์์ ์ `Request` ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:07:23 UTC 2024 - 3.7K bytes - Viewed (0) -
docs/em/docs/tutorial/response-model.md
/// info โ๏ธ `EmailStr`, ๐ฅ โ <a href="https://github.com/JoshData/python-email-validator" class="external-link" target="_blank">`email-validator`</a>. ๐คถ โ. `pip install email-validator` โ๏ธ `pip install pydantic[email]`. /// & ๐ฅ โ๏ธ ๐ ๐ท ๐ฃ ๐ ๐ข & ๐ ๐ท ๐ฃ ๐ ๐ข: {* ../../docs_src/response_model/tutorial002.py hl[18] *} ๐, ๐โ ๐ฅ ๐ ๐ฉโ๐ป โฎ๏ธ ๐, ๐ ๏ธ ๐ ๐จ ๐ ๐ ๐จ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 12.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/PluginTests.java
available.stream().filter(map -> !map.get("name").toString().startsWith("fess-")).toList().get(0); final Artifact target = getArtifactFromMap(targetMap); // Install { checkPostMethod(targetMap, getInstallEndpointSuffix()).then().body("response.status", equalTo(0)); boolean done = false; for (int i = 0; i < 60; i++) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/request-forms.md
# ใใฉใผใ ใใผใฟ JSONใฎไปฃใใใซใใฃใผใซใใๅใๅใๅ ดๅใฏใ`Form`ใไฝฟ็จใใพใใ /// info | ๆ ๅ ฑ ใใฉใผใ ใไฝฟใใใใซใฏใใพใ<a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>ใใคใณในใใผใซใใพใใ ใใจใใฐใ`pip install python-multipart`ใฎใใใซใ /// ## `Form`ใฎใคใณใใผใ `fastapi`ใใ`Form`ใใคใณใใผใใใพใ: {* ../../docs_src/request_forms/tutorial001.py hl[1] *} ## `Form`ใฎใใฉใกใผใฟใฎๅฎ็พฉ `Body`ใ`Query`ใฎๅ ดๅใจๅใใใใซใใฉใผใ ใใฉใกใผใฟใไฝๆใใพใ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/ko/docs/index.md
## ์ค์น <div class="termy"> ```console $ pip install fastapi ---> 100% ``` </div> ํ๋ก๋์ ์ ์ํด <a href="http://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> ๋๋ <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>๊ณผ ๊ฐ์ ASGI ์๋ฒ๋ ํ์ํ ๊ฒ๋๋ค. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.7K bytes - Viewed (0)