- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 347 for abbr (0.02 sec)
-
docs/em/docs/tutorial/request-files.md
๐ฅ ๐ ๐ โ ๐ ๐ ๐ ๐ข & ๐จ ๐, ๐ณ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">๐</abbr> ๐ธ ๐ฉบ <code>POST</code></a>. /// /// warning ๐ ๐ช ๐ฃ ๐ `File` & `Form` ๐ข *โก ๐ ๏ธ*, โ๏ธ ๐ ๐ช ๐ซ ๐ฃ `Body` ๐ ๐ ๐ โ ๐จ ๐ป, ๐จ ๐ โ๏ธ ๐ช ๐ โ๏ธ `multipart/form-data` โฉ๏ธ `application/json`.
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/de/docs/tutorial/dependencies/dependencies-with-yield.md
# Abhรคngigkeiten mit yield FastAPI unterstรผtzt Abhรคngigkeiten, die nach Abschluss einige <abbr title="Manchmal auch genannt โExit Codeโ, โCleanup Codeโ, โTeardown Codeโ, โClosing Codeโ, โKontext Manager Exit Codeโ, usw.">zusรคtzliche Schritte ausfรผhren</abbr>. Verwenden Sie dazu `yield` statt `return` und schreiben Sie die zusรคtzlichen Schritte / den zusรคtzlichen Code danach. /// tip | "Tipp"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/first-steps.md
```Python hl_lines="6" {!../../docs_src/first_steps/tutorial001.py!} ``` `@app.get("/")`์ **FastAPI**์๊ฒ ๋ฐ๋ก ์๋์ ์๋ ํจ์๊ฐ ๋ค์์ผ๋ก ์ด๋ํ๋ ์์ฒญ์ ์ฒ๋ฆฌํ๋ค๋ ๊ฒ์ ์๋ ค์ค๋๋ค. * ๊ฒฝ๋ก `/` * <abbr title="HTTP GET ๋ฉ์๋"><code>get</code> ์๋</abbr> ์ฌ์ฉ /// info | "`@decorator` ์ ๋ณด" ์ด `@something` ๋ฌธ๋ฒ์ ํ์ด์ฌ์์ "๋ฐ์ฝ๋ ์ดํฐ"๋ผ ๋ถ๋ฆ ๋๋ค. ๋ง์น ์์ ์ฅ์์ฉ(Decorative) ๋ชจ์์ฒ๋ผ(๊ฐ์ธ์ ์ผ๋ก ์ด ์ฉ์ด๊ฐ ์ฌ๊ธฐ์ ์ ๋ํ ๊ฒ ๊ฐ์ต๋๋ค) ํจ์ ๋งจ ์์ ๋์ต๋๋ค. "๋ฐ์ฝ๋ ์ดํฐ"๋ ์๋ ์๋ ํจ์๋ฅผ ๋ฐ์ ๊ทธ๊ฒ์ผ๋ก ๋ฌด์ธ๊ฐ๋ฅผ ํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
{!../../docs_src/sql_databases/sql_app/crud.py!} ``` /// tip ๐ ๐ข ๐ ๐ด ๐ก ๐ โฎ๏ธ ๐ฝ (๐ค ๐ฉโ๐ป โ๏ธ ๐ฌ) ๐ฌ ๐ *โก ๐ ๏ธ ๐ข*, ๐ ๐ช ๐ ๐ช โป ๐ซ ๐ ๐ & ๐ฎ <abbr title="Automated tests, written in code, that check if another piece of code is working correctly.">โ ๐ฏ</abbr> ๐ซ. /// ### โ ๐ฝ ๐ โ ๐ ๐ข โ ๐ฝ. ๐: * โ ๐ธ๐ฒ ๐ท *๐* โฎ๏ธ ๐ ๐. * `add` ๐ ๐ ๐ ๐ ๐ฝ ๐. * `commit` ๐ ๐ฝ (๐ ๐ซ ๐).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/em/docs/tutorial/body.md
* ๐ <a href="https://json-schema.org" class="external-link" target="_blank">๐ป ๐</a> ๐ ๐ ๐ท, ๐ ๐ช โ๏ธ ๐ซ ๐ ๐ ๐ ๐ ๐ฅ โซ๏ธ โ ๐ ๐ ๐. * ๐ ๐ ๐ ๐ ๐ ๐ ๐, & โ๏ธ ๐ง ๐งพ <abbr title="User Interfaces">โ</abbr>. ## ๐ง ๐ฉบ ๐ป ๐ ๐ ๐ท ๐ ๐ ๐ ๐ ๐ ๐, & ๐ ๐ฆ ๐ ๐ ๏ธ ๐ฉบ: <img src="/img/tutorial/body/image01.png"> & ๐ โ๏ธ ๐ ๏ธ ๐ฉบ ๐ ๐ *โก ๐ ๏ธ* ๐ ๐ช ๐ซ:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.4K bytes - Viewed (0) -
docs/zh/docs/deployment/https.md
* ๆ ่ฎบไฝ ็ๆๅกๅจๆๅคๅคง๏ผๆ่ ๆๅกๅจไธ็ๆฏไธชๅบ็จ็จๅบๆๅคๅฐใ * ไธ่ฟ๏ผๅฏนๆญคๆไธไธช**่งฃๅณๆนๆก**ใ * **TLS** ๅ่ฎฎ๏ผๅจ HTTP ไนไธ็TCP ๅฑๅค็ๅ ๅฏ็ๅ่ฎฎ๏ผๆไธไธช**ๆฉๅฑ**๏ผ็งฐไธบ **<a href="https://en.wikipedia.org/wiki/Server_Name_Indication" class="external-link" target="_blank"><abbr title="ๆๅกๅจๅ็งฐๆ็คบ">SNI</abbr></a>**ใ * SNI ๆฉๅฑๅ ่ฎธไธๅฐๆๅกๅจ๏ผๅ ทๆ **ๅไธช IP ๅฐๅ**๏ผๆฅๆ **ๅคไธช HTTPS ่ฏไนฆ** ๅนถๆไพ **ๅคไธช HTTPS ๅๅ/ๅบ็จ็จๅบ**ใ * ไธบๆญค๏ผๆๅกๅจไธไผๆ**ๅ็ฌ**็ไธไธช็ปไปถ๏ผ็จๅบ๏ผไพฆๅฌ**ๅ ฌๅ ฑ IP ๅฐๅ**๏ผ่ฟไธช็ปไปถๅฟ ้กปๆฅๆๆๅกๅจไธญ็**ๆๆ HTTPS ่ฏไนฆ**ใ * **่ทๅพๅฎๅ จ่ฟๆฅๅ**๏ผ้ไฟกๅ่ฎฎ**ไป็ถๆฏHTTP**ใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/en/docs/advanced/path-operation-advanced-configuration.md
{!../../docs_src/path_operation_advanced_configuration/tutorial006.py!} ``` In this example, we didn't declare any Pydantic model. In fact, the request body is not even <abbr title="converted from some plain format, like bytes, into Python objects">parsed</abbr> as JSON, it is read directly as `bytes`, and the function `magic_data_reader()` would be in charge of parsing it in some way.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/en/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/zh/docs/tutorial/body.md
* ๆๆฅๆถ็ๆฐๆฎ่ตๅผ็ปๅๆฐ `item` * ๆๅฝๆฐไธญ่ฏทๆฑไฝๅๆฐ็็ฑปๅๅฃฐๆไธบ `Item`๏ผ่ฟ่ฝ่ทๅพไปฃ็ ่กฅๅ จ็ญ็ผ่พๅจๆฏๆ * ไธบๆจกๅ็ๆ <a href="https://json-schema.org" class="external-link" target="_blank">JSON Schema</a>๏ผๅจ้กน็ฎไธญๆ้็ไฝ็ฝฎไฝฟ็จ * ่ฟไบๆฆๅพๆฏ OpenAPI ๆฆๅพ็้จไปถ๏ผ็จไบ API ๆๆกฃ <abbr title="็จๆท็้ข">UI</abbr> ## API ๆๆกฃ Pydantic ๆจกๅ็ JSON ๆฆๅพๆฏ OpenAPI ็ๆ็ๆฆๅพ้จไปถ๏ผๅฏๅจ API ๆๆกฃไธญๆพ็คบ๏ผ <img src="/img/tutorial/body/image01.png"> ่ไธ๏ผ่ฟไผ็จไบ API ๆๆกฃไธญไฝฟ็จไบๆฆๅพ็*่ทฏๅพๆไฝ*๏ผ <img src="/img/tutorial/body/image02.png">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/cors.md
์ด ๊ฒฝ์ฐ ๋ฏธ๋ค์จ์ด๋ ๋ค์ด์ค๋ ์์ฒญ์ ๊ฐ๋ก์ฑ ์ ์ ํ CORS ํค๋์, ์ ๋ณด ์ ๊ณต์ ์ํ `200` ๋๋ `400` ์๋ต์ผ๋ก ์๋ตํฉ๋๋ค. ### ๋จ์ํ ์์ฒญ `Origin` ํค๋๋ฅผ ๊ฐ์ง ๋ชจ๋ ์์ฒญ. ์ด ๊ฒฝ์ฐ ๋ฏธ๋ค์จ์ด๋ ์์ฒญ์ ์ ์์ ์ผ๋ก ์ ๋ฌํ์ง๋ง, ์ ์ ํ CORS ํค๋๋ฅผ ์๋ต์ ํฌํจ์ํต๋๋ค. ## ๋ ๋ง์ ์ ๋ณด <abbr title="๊ต์ฐจ-์ถ์ฒ ๋ฆฌ์์ค ๊ณต์ ">CORS</abbr>์ ๋ํ ๋ ๋ง์ ์ ๋ณด๋ฅผ ์๊ณ ์ถ๋ค๋ฉด, <a href="https://developer.mozilla.org/ko/docs/Web/HTTP/CORS" class="external-link" target="_blank">Mozilla CORS ๋ฌธ์</a>๋ฅผ ์ฐธ๊ณ ํ๊ธฐ ๋ฐ๋๋๋ค. /// note | "๊ธฐ์ ์ ์ธ๋ถ ์ฌํญ"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.8K bytes - Viewed (0)