- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 1,573 for md (0.04 sec)
-
docs/em/docs/advanced/index.md
# ๐ง ๐ฉโ๐ป ๐ฆฎ ## ๐ โ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ](../tutorial/index.md){.internal-link target=_blank} ๐ ๐ฅ ๐ค ๐ ๐ซ ๐ ๐ ๐ โ **FastAPI**. โญ ๐ ๐ ๐ ๐ ๐ ๐, ๐ณ, & ๐ โ. /// tip โญ ๐ **๐ซ ๐ฏ "๐ง"**. & โซ๏ธ ๐ช ๐ ๐ โ๏ธ ๐ผ, โ 1๏ธโฃ ๐ซ. /// ## โ ๐ฐ ๐ฅ ๐ ๐ช โ๏ธ ๐ โ **FastAPI** โฎ๏ธ ๐ก โช๏ธโก๏ธ ๐ [๐ฐ - ๐ฉโ๐ป ๐ฆฎ](../tutorial/index.md){.internal-link target=_blank}. & โญ ๐ ๐ค ๐ โช โ โซ๏ธ, & ๐ค ๐ ๐ ๐ญ ๐ ๐ ๐ญ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 926 bytes - Viewed (0) -
docs/en/docs/tutorial/testing.md
/// ## Run it After that, you just need to install `pytest`. Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/contribute/code_of_conduct.md
appropriate, up to and including a permanent ban from all of Square spaces without warning. [codeofconduct_at]: mailto:******@****.*** [twitter_coc]: https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md [ubuntu_coc]: https://ubuntu.com/community/code-of-conduct [gdc_coc]: https://www.gdconf.com/code-of-conduct
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 5.1K bytes - Viewed (0) -
docs/uk/docs/alternatives.md
ะะพะดะฐัะบะพะฒั ัะฝัะพัะผะฐััั ะดะธะฒ. ั ัะพะทะดัะปั [ะ ะพะทะณะพััะฐะฝะฝั](deployment/index.md){.internal-link target=_blank}. /// ## ะัััะฝัะธัะธ ัะฐ ัะฒะธะดะบัััั
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 38.1K bytes - Viewed (0) -
docs/pt/docs/advanced/events.md
/// ## Sub Aplicaรงรตes
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/en/docs/advanced/events.md
/// ## Sub Applications
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Oct 28 10:36:22 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/debugging/README.md
## HTTP Trace HTTP tracing can be enabled by using [`mc admin trace`](https://github.com/minio/mc/blob/master/docs/minio-admin-complete-guide.md#command-trace---display-minio-server-http-trace) command. Example: ```sh minio server /data ``` Default trace is succinct only to indicate the API operations being called and the HTTP response status. ```sh
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Feb 25 01:17:53 UTC 2022 - 8.7K bytes - Viewed (0) -
docs/ko/docs/advanced/wsgi.md
# WSGI ํฌํจํ๊ธฐ - Flask, Django ๊ทธ ์ธ [์๋ธ ์์ฉ ํ๋ก๊ทธ๋จ - ๋ง์ดํธ](sub-applications.md){.internal-link target=_blank}, [ํ๋ก์ ๋คํธ์์](behind-a-proxy.md){.internal-link target=_blank}์์ ๋ณด์๋ฏ์ด WSGI ์์ฉ ํ๋ก๊ทธ๋จ๋ค์ ๋ค์๊ณผ ๊ฐ์ด ๋ง์ดํธ ํ ์ ์์ต๋๋ค. `WSGIMiddleware`๋ฅผ ์ฌ์ฉํ์ฌ WSGI ์์ฉ ํ๋ก๊ทธ๋จ(์: Flask, Django ๋ฑ)์ ๊ฐ์ ์ ์์ต๋๋ค. ## `WSGIMiddleware` ์ฌ์ฉํ๊ธฐ `WSGIMiddleware`๋ฅผ ๋ถ๋ฌ์์ผ ํฉ๋๋ค. ๊ทธ๋ฐ ๋ค์, WSGI(์: Flask) ์์ฉ ํ๋ก๊ทธ๋จ์ ๋ฏธ๋ค์จ์ด๋ก ํฌ์ฅํฉ๋๋ค. ๊ทธ ํ, ํด๋น ๊ฒฝ๋ก์ ๋ง์ดํธํฉ๋๋ค. ```Python hl_lines="2-3 23"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 18:56:37 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/de/docs/tutorial/metadata.md
```Python hl_lines="21 26" {!../../docs_src/metadata/tutorial004.py!} ``` /// info Lesen Sie mehr zu Tags unter [Pfadoperation-Konfiguration](path-operation-configuration.md#tags){.internal-link target=_blank}. /// ### Die Dokumentation anschauen Wenn Sie nun die Dokumentation ansehen, werden dort alle zusรคtzlichen Metadaten angezeigt: <img src="/img/tutorial/metadata/image02.png">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.6K bytes - Viewed (0) -
docs/zh/docs/tutorial/metadata.md
### ไฝฟ็จไฝ ็ๆ ็ญพ ๅฐ `tags` ๅๆฐๅ*่ทฏๅพๆไฝ*๏ผไปฅๅ `APIRouter`๏ผไธ่ตทไฝฟ็จ๏ผๅฐๅ ถๅ้ ็ปไธๅ็ๆ ็ญพ๏ผ ```Python hl_lines="21 26" {!../../docs_src/metadata/tutorial004.py!} ``` /// info | "ไฟกๆฏ" ้ ่ฏปๆดๅคๅ ณไบๆ ็ญพ็ไฟกๆฏ[่ทฏๅพๆไฝ้ ็ฝฎ](path-operation-configuration.md#tags){.internal-link target=_blank}ใ /// ### ๆฅ็ๆๆกฃ ๅฆๆไฝ ็ฐๅจๆฅ็ๆๆกฃ๏ผๅฎไปฌไผๆพ็คบๆๆ้ๅ ็ๅ ๆฐๆฎ๏ผ <img src="/img/tutorial/metadata/image02.png"> ### ๆ ็ญพ้กบๅบ ๆฏไธชๆ ็ญพๅ ๆฐๆฎๅญๅ ธ็้กบๅบไนๅฎไนไบๅจๆๆกฃ็จๆท็้ขๆพ็คบ็้กบๅบใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.6K bytes - Viewed (0)