- Sort Score
- Result 10 results
- Languages All
Results 921 - 930 of 1,332 for notes (0.02 sec)
-
docs/em/docs/tutorial/extra-models.md
โซ๏ธ ๐ ๐ฌ ๐ โฎ๏ธ `anyOf`. ๐, โ๏ธ ๐ฉ ๐ ๐ ๐ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>: /// note ๐โ โ <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>, ๐ ๐ ๐ฏ ๐ ๐ฅ, โฉ ๐ ๐ฏ ๐. ๐ผ ๐, ๐ ๐ฏ `PlaneItem` ๐ โญ `CarItem` `Union[PlaneItem, CarItem]`. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/ja/docs/advanced/response-directly.md
ใใฎใใใชใฑใผในใงใฏใใฌในใใณในใซใใผใฟใๅซใใๅใซ `jsonable_encoder` ใไฝฟใฃใฆใใผใฟใๅคๆใงใใพใใ {* ../../docs_src/response_directly/tutorial001.py hl[6:7,21:22] *} /// note | ๆ่ก่ฉณ็ดฐ ใพใใ`from starlette.responses import JSONResponse` ใๅฉ็จใงใใพใใ **FastAPI** ใฏ้็บ่ ใฎๅฉไพฟๆงใฎใใใซ `fastapi.responses` ใจใใ `starlette.responses` ใจๅใใใฎใๆไพใใฆใใพใใใใใใๅฉ็จๅฏ่ฝใชใฌในใใณในใฎใปใจใใฉใฏStarletteใใ็ดๆฅๆไพใใใพใใ ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/index.md
ใใฅใผใใชใขใซใฎใใใซใใในใฆใฎใชใใทใงใณใฎไพๅญ้ขไฟใจๆฉ่ฝใใคใณในใใผใซใใใใจใ: <div class="termy"> ```console $ pip install "fastapi[all]" ---> 100% ``` </div> ...ใใใซใฏใใณใผใใๅฎ่กใใใตใผใใผใจใใฆไฝฟ็จใงใใ `uvicorn`ใๅซใพใใพใใ /// note | ๅ่ ใใผใๆฏใซใคใณในใใผใซใใใใจใๅฏ่ฝใงใใ ไปฅไธใฏใใขใใชใฑใผใทใงใณใๆฌ็ช็ฐๅขใซใใใญใคใใ้ใซ่กใใงใใใใใฎใงใ: ``` pip install fastapi ``` ใพใใใตใผใใผใจใใฆๅไฝใใใใใซ`uvicorn` ใใคใณในใใผใซใใพใ: ``` pip install "uvicorn[standard]" ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/ko/docs/advanced/middlewares.md
app.add_middleware(UnicornMiddleware, some_config="rainbow") ``` `app.add_middleware()`๋ ์ฒซ ๋ฒ์งธ ์ธ์๋ก ๋ฏธ๋ค์จ์ด ํด๋์ค์ ๋ฏธ๋ค์จ์ด์ ์ ๋ฌํ ์ถ๊ฐ ์ธ์๋ฅผ ๋ฐ์ต๋๋ค. ## ํตํฉ ๋ฏธ๋ค์จ์ด **FastAPI**์๋ ์ผ๋ฐ์ ์ธ ์ฌ์ฉ ์ฌ๋ก๋ฅผ ์ํ ์ฌ๋ฌ ๋ฏธ๋ค์จ์ด๊ฐ ํฌํจ๋์ด ์์ผ๋ฉฐ, ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ค์์์ ์ดํด๋ณด๊ฒ ์ต๋๋ค. /// note | ๊ธฐ์ ์ธ๋ถ ์ฌํญ ๋ค์ ์์ ์์๋ `from starlette.middleware.something import SomethingMiddleware`๋ฅผ ์ฌ์ฉํ ์๋ ์์ต๋๋ค. **FastAPI**๋ ๊ฐ๋ฐ์์ ํธ์๋ฅผ ์ํด `fastapi.middleware`์ ์ฌ๋ฌ ๋ฏธ๋ค์จ์ด๋ฅผ ์ ๊ณตํฉ๋๋ค. ๊ทธ๋ฌ๋ ์ฌ์ฉ ๊ฐ๋ฅํ ๋๋ถ๋ถ์ ๋ฏธ๋ค์จ์ด๋ Starlette์์ ์ง์ ์ ๊ณตํฉ๋๋ค. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Nov 26 22:35:09 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/es/docs/advanced/websockets.md
{* ../../docs_src/websockets/tutorial001.py hl[2,6:38,41:43] *} ## Crear un `websocket` En tu aplicaciรณn de **FastAPI**, crea un `websocket`: {* ../../docs_src/websockets/tutorial001.py hl[1,46:47] *} /// note | Detalles Tรฉcnicos Tambiรฉn podrรญas usar `from starlette.websockets import WebSocket`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5.6K bytes - Viewed (0) -
guava/src/com/google/common/escape/ArrayBasedCharEscaper.java
* lies outside the stated safe range. Subclasses should override this method to provide * generalized escaping for characters. * * <p>Note that arrays returned by this method must not be modified once they have been returned. * However it is acceptable to return the same array multiple times (even for different input * characters). *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 6.2K bytes - Viewed (0) -
docs/de/docs/advanced/websockets.md
## Einen `websocket` erstellen Erstellen Sie in Ihrer **FastAPI**-Anwendung einen `websocket`: {* ../../docs_src/websockets/tutorial001.py hl[1,46:47] *} /// note | Technische Details Sie kรถnnen auch `from starlette.websockets import WebSocket` verwenden.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.kt
// with MD5 or 512-bit RSA; that's insecure! // // openssl req \ // -x509 \ // -md5 \ // -nodes \ // -days 1 \ // -newkey rsa:512 \ // -keyout privateKey.key \ // -out certificate.crt val certificatePem = """ |-----BEGIN CERTIFICATE-----
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 22.6K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
containing an IP address we must match that address against the URL's IP address, even when the two addresses are encoded differently, such as `192.168.1.1` and `0::0:0:FFFF:C0A8:101`. Note that OkHttp incorrectly rejected valid certificates resulting in a failure to connect; at no point were invalid certificates accepted.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0) -
configure.py
'errors.\n' % (android_ndk_home_path, ndk_version, _SUPPORTED_ANDROID_NDK_VERSIONS)) write_action_env_to_bazelrc('ANDROID_NDK_VERSION', ndk_version) # Now grab the NDK API level to use. Note that this is different from the # SDK API level, as the NDK API level is effectively the *min* target SDK # version. meta = open(os.path.join(android_ndk_home_path, 'meta/platforms.json')) platforms = json.load(meta)
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)