- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 1,188 for notre (0.01 sec)
-
docs/em/docs/advanced/additional-responses.md
**FastAPI** ๐ โ ๐ ๐ท, ๐ ๐ฎ ๐ป ๐ & ๐ โซ๏ธ โ ๐ฅ ๐. ๐ผ, ๐ฃ โ1๏ธโฃ ๐จ โฎ๏ธ ๐ ๐ `404` & Pydantic ๐ท `Message`, ๐ ๐ช โ: {* ../../docs_src/additional_responses/tutorial001.py hl[18,22] *} /// note โ๏ธ ๐คฏ ๐ ๐ โ๏ธ ๐จ `JSONResponse` ๐. /// /// info `model` ๐ ๐ซ ๐ ๐. **FastAPI** ๐ โ Pydantic ๐ท โช๏ธโก๏ธ ๐ค, ๐ `JSON Schema`, & ๐ฎ โซ๏ธ โ ๐ฅ. โ ๐ฅ:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/en/docs/advanced/response-cookies.md
And also that you are not sending any data that should have been filtered by a `response_model`. /// ### More info { #more-info } /// note | Technical Details You could also use `from starlette.responses import Response` or `from starlette.responses import JSONResponse`.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/static-files.md
# ์ ์ ํ์ผ 'StaticFiles'๋ฅผ ์ฌ์ฉํ์ฌ ๋๋ ํ ๋ฆฌ์์ ์ ์ ํ์ผ์ ์๋์ผ๋ก ์ ๊ณตํ ์ ์์ต๋๋ค. ## `StaticFiles` ์ฌ์ฉ * `StaticFiles` ์ํฌํธํฉ๋๋ค. * ํน์ ๊ฒฝ๋ก์ `StaticFiles()` ์ธ์คํด์ค๋ฅผ "๋ง์ดํธ" ํฉ๋๋ค. {* ../../docs_src/static_files/tutorial001.py hl[2,6] *} /// note | ๊ธฐ์ ์ ์ธ๋ถ์ฌํญ `from starlette.staticfiles import StaticFiles` ๋ฅผ ์ฌ์ฉํ ์๋ ์์ต๋๋ค. **FastAPI**๋ ๋จ์ง ๊ฐ๋ฐ์์ธ, ๋น์ ์๊ฒ ํธ์๋ฅผ ์ ๊ณตํ๊ธฐ ์ํด `fastapi.static files` ์ ๋์ผํ `starlett.static files`๋ฅผ ์ ๊ณตํฉ๋๋ค. ํ์ง๋ง ์ฌ์ค ์ด๊ฒ์ Starlett์์ ์ง์ ์จ ๊ฒ์ ๋๋ค. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2K bytes - Viewed (0) -
docs/es/docs/tutorial/body-fields.md
{* ../../docs_src/body_fields/tutorial001_an_py310.py hl[11:14] *} `Field` funciona de la misma manera que `Query`, `Path` y `Body`, tiene todos los mismos parรกmetros, etc. /// note | Detalles tรฉcnicos En realidad, `Query`, `Path` y otros que verรกs a continuaciรณn crean objetos de subclases de una clase comรบn `Param`, que es a su vez una subclase de la clase `FieldInfo` de Pydantic.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.5K bytes - Viewed (0) -
ci/official/upload.sh
else export TF_VER_FULL="$(tfrun bazel run //tensorflow/tools/ci_build:calculate_full_version -- --wheel-type release)" fi # Note on gsutil commands: # "gsutil cp" always "copies into". It cannot act on the contents of a directory # and it does not seem possible to e.g. copy "gs://foo/bar" as anything other than
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Mar 04 22:39:12 UTC 2025 - 2.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java
* protected Iterator<String> newTargetIterator() { * return actualElements.iterator(); * } * }; * iteratorTester.test(); * iteratorTester.testForEachRemaining(); * } * * <p><b>Note</b>: It is necessary to use {@code IteratorTester.KnownOrder} as shown above, rather * than {@code KnownOrder} directly, because otherwise the code cannot be compiled. * * @author Kevin Bourrillion * @author Chris Povirk
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 4.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java
*/ @Named @Singleton @Deprecated public class DefaultWagonManager extends org.apache.maven.repository.legacy.DefaultWagonManager implements WagonManager { // NOTE: This must use a different field name than in the super class or IoC has no chance to inject the loggers @Inject private Logger log; @Inject private LegacySupport legacySupport; @InjectRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/cookie-param-models.md
# ์ฟ ํค ๋งค๊ฐ๋ณ์ ๋ชจ๋ธ ๊ด๋ จ์๋ **์ฟ ํค**๋ค์ ๊ทธ๋ฃน์ด ์๋ ๊ฒฝ์ฐ, **Pydantic ๋ชจ๋ธ**์ ์์ฑํ์ฌ ์ ์ธํ ์ ์์ต๋๋ค. ๐ช ์ด๋ฅผ ํตํด **์ฌ๋ฌ ์์น**์์ **๋ชจ๋ธ์ ์ฌ์ฌ์ฉ** ํ ์ ์๊ณ ๋ชจ๋ ๋งค๊ฐ๋ณ์์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ ๋ฐ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ํ ๋ฒ์ ์ ์ธํ ์๋ ์์ต๋๋ค. ๐ /// note | ์ฐธ๊ณ ์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.115.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// /// tip | ํ ๋์ผํ ๊ธฐ์ ์ด `Query`, `Cookie`, ๊ทธ๋ฆฌ๊ณ `Header`์ ์ ์ฉ๋ฉ๋๋ค. ๐ /// ## Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ์ฟ ํค **Pydantic ๋ชจ๋ธ**์ ํ์ํ **์ฟ ํค** ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ๋ค์, ํด๋น ๋งค๊ฐ๋ณ์๋ฅผ `Cookie`๋ก ์ ์ธํฉ๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:47:02 UTC 2024 - 3.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/request-forms.md
/// ## "ํผ ํ๋"์ ๋ํด HTML ํผ(`<form></form>`)์ด ๋ฐ์ดํฐ๋ฅผ ์๋ฒ๋ก ๋ณด๋ด๋ ๋ฐฉ์์ ์ผ๋ฐ์ ์ผ๋ก ํด๋น ๋ฐ์ดํฐ์ ๋ํด "ํน์" ์ธ์ฝ๋ฉ์ ์ฌ์ฉํ๋ฉฐ, ์ด๋ JSON๊ณผ ๋ค๋ฆ ๋๋ค. **FastAPI**๋ JSON ๋์ ์ฌ๋ฐ๋ฅธ ์์น์์ ํด๋น ๋ฐ์ดํฐ๋ฅผ ์ฝ์ต๋๋ค. /// note | ๊ธฐ์ ์ธ๋ถ์ฌํญ ํผ์ ๋ฐ์ดํฐ๋ ์ผ๋ฐ์ ์ผ๋ก "๋ฏธ๋์ด ์ ํ(media type)" `application/x-www-form-urlencoded`๋ฅผ ์ฌ์ฉํ์ฌ ์ธ์ฝ๋ฉํฉ๋๋ค. ๊ทธ๋ฌ๋ ํผ์ ํ์ผ์ด ํฌํจ๋ ๊ฒฝ์ฐ, `multipart/form-data`๋ก ์ธ์ฝ๋ฉํฉ๋๋ค. ๋ค์ ์ฅ์์ ํ์ผ ์ฒ๋ฆฌ์ ๋ํด ์ฝ์ ๊ฒ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:42:55 UTC 2024 - 3K bytes - Viewed (0) -
docs/pt/docs/advanced/middleware.md
## Middlewares Integrados **FastAPI** inclui vรกrios middlewares para casos de uso comuns, veremos a seguir como usรก-los. /// note | Detalhes Tรฉcnicos Para o prรณximo exemplo, vocรช tambรฉm poderia usar `from starlette.middleware.something import SomethingMiddleware`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Oct 30 20:00:22 UTC 2024 - 4.3K bytes - Viewed (0)