- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 599 for installed (0.07 sec)
-
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]`. /// & ๐ฅ โ๏ธ ๐ ๐ท ๐ฃ ๐ ๐ข & ๐ ๐ท ๐ฃ ๐ ๐ข: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="18" {!> ../../docs_src/response_model/tutorial002.py!}
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/ko/docs/fastapi-cli.md
# FastAPI CLI **FastAPI CLI**๋ FastAPI ์ ํ๋ฆฌ์ผ์ด์ ์ ์คํํ๊ณ , ํ๋ก์ ํธ๋ฅผ ๊ด๋ฆฌํ๋ ๋ฑ ๋ค์ํ ์์ ์ ์ํํ ์ ์๋ ์ปค๋งจ๋ ๋ผ์ธ ํ๋ก๊ทธ๋จ์ ๋๋ค. FastAPI๋ฅผ ์ค์นํ ๋ (์: `pip install "fastapi[standard]"` ๋ช ๋ น์ด๋ฅผ ์ฌ์ฉํ ๊ฒฝ์ฐ), `fastapi-cli`๋ผ๋ ํจํค์ง๊ฐ ํฌํจ๋ฉ๋๋ค. ์ด ํจํค์ง๋ ํฐ๋ฏธ๋์์ ์ฌ์ฉํ ์ ์๋ `fastapi` ๋ช ๋ น์ด๋ฅผ ์ ๊ณตํฉ๋๋ค. ๊ฐ๋ฐ์ฉ์ผ๋ก FastAPI ์ ํ๋ฆฌ์ผ์ด์ ์ ์คํํ๋ ค๋ฉด ๋ค์๊ณผ ๊ฐ์ด `fastapi dev` ๋ช ๋ น์ด๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 11:29:32 UTC 2024 - 6.8K bytes - Viewed (0) -
disabled-Jenkinsfile.s390x
def buildOs = 'linux' def buildJdk = '17' def buildMvn = '3.8.x' def runITsOses = ['linux'] def runITsJdks = ['17'] def runITsMvn = '3.8.x' def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true def tests try { def osNode = jenkinsEnv.labelForOS(buildOs) node('s390x') { dir('build') { stage('Checkout') {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/zh-hant/docs/index.md
## ๅฎ่ฃ <div class="termy"> ```console $ pip install fastapi ---> 100% ``` </div> ไฝ ๅๆไนๆ้่ฆ ASGI ไผบๆๅจ็จๆผ็็ข็ฐๅข๏ผๅๆฏ <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> ๆ <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>ใ <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.8K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
## Cluster Replication Metrics Metrics marked as ``Site Replication Only`` only populate on deployments with [Site Replication](https://min.io/docs/minio/linux/operations/install-deploy-manage/multi-site-replication.html) configurations.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:48:51 UTC 2024 - 43.3K bytes - Viewed (0) -
docs/pt/docs/advanced/custom-response.md
/// ### `UJSONResponse` Uma alternativa de resposta JSON utilizando a biblioteca <a href="https://github.com/ultrajson/ultrajson" class="external-link" target="_blank">`ujson`</a>. /// info | Informaรงรฃo Essa resposta requer a instalaรงรฃo do pacote `ujson`, com o comando `pip install ujson`, por exemplo. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 11:47:10 UTC 2024 - 13.5K bytes - Viewed (0) -
helm/minio/templates/post-job.yaml
labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 15:48:31 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/pt/docs/fastapi-cli.md
# FastAPI CLI **FastAPI CLI** รฉ uma interface por linha de comando do `fastapi` que vocรช pode usar para rodar sua app FastAPI, gerenciar seu projeto FastAPI e mais. Quando vocรช instala o FastAPI (ex.: com `pip install fastapi`), isso inclui um pacote chamado `fastapi-cli`. Esse pacote disponibiliza o comando `fastapi` no terminal. Para rodar seu app FastAPI em desenvolvimento, vocรช pode usar o comando `fastapi dev`: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 6.4K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
/// info Um `EmailStr` zu verwenden, installieren Sie zuerst <a href="https://github.com/JoshData/python-email-validator" class="external-link" target="_blank">`email-validator`</a>. Z. B. `pip install email-validator` oder `pip install pydantic[email]`. /// Wir verwenden dieses Modell, um sowohl unsere Eingabe- als auch Ausgabedaten zu deklarieren: //// tab | Python 3.10+ ```Python hl_lines="16"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.8K bytes - Viewed (0) -
docs/de/README.md
$ unzip fess-14.17.x.zip $ cd fess-14.17.x $ ./bin/fess Weitere Informationen finden Sie im [Installationshandbuch](https://fess.codelibs.org/14.17/install/index.html). ### Docker
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0)