- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 805 for Warning (0.06 sec)
-
android/guava/src/com/google/common/collect/MapMaker.java
} /** * Specifies that each key (not value) stored in the map should be wrapped in a {@link * WeakReference} (by default, strong references are used). * * <p><b>Warning:</b> when this method is used, the resulting map will use identity ({@code ==}) * comparison to determine equality of keys, which is a technical violation of the {@link Map} * specification, and may not be what you expect.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/de/docs/advanced/custom-response.md
Das gleiche Beispiel von oben, das eine `HTMLResponse` zurรผckgibt, kรถnnte so aussehen: {* ../../docs_src/custom_response/tutorial003.py hl[2,7,19] *} /// warning | Achtung
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 13.1K bytes - Viewed (0) -
docs/em/docs/deployment/manually.md
//// //// tab | Hypercorn <div class="termy"> ```console $ hypercorn main:app --bind 0.0.0.0:80 Running on 0.0.0.0:8080 over http (CTRL + C to quit) ``` </div> //// /// warning ๐ญ โ `--reload` ๐ ๐ฅ ๐ โ๏ธ โซ๏ธ. `--reload` ๐ ๐ด ๐ ๐ โน, ๐ โ , โ๏ธ. โซ๏ธ โน ๐ โฎ๏ธ **๐ ๏ธ**, โ๏ธ ๐ **๐ซ๐ ๐ซ** โ๏ธ โซ๏ธ **๐ญ**. /// ## Hypercorn โฎ๏ธ ๐ป
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<description> Marks this Mojo as being thread-safe, i.e. the Mojo safely supports concurrent execution during parallel builds. Mojos without this annotation will make Maven output a warning when used during a parallel build session. @since Maven 3.0. </description> <defaultValue>false</defaultValue> </field> <field>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0) -
docs/pt/docs/advanced/additional-responses.md
# Retornos Adicionais no OpenAPI /// warning | Aviso Este รฉ um tema bem avanรงado. Se vocรช estรก comeรงando com o **FastAPI**, provavelmente vocรช nรฃo precisa disso. /// Vocรช pode declarar retornos adicionais, com cรณdigos de status adicionais, media types, descriรงรตes, etc. Essas respostas adicionais serรฃo incluรญdas no esquema do OpenAPI, e tambรฉm aparecerรฃo na documentaรงรฃo da API.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
ร equivalente a: ```Python from main import app ``` /// Cada programa de servidor ASGI alternativo teria um comando semelhante, vocรช pode ler mais na documentaรงรฃo respectiva. /// warning | Aviso Uvicorn e outros servidores suportam a opรงรฃo `--reload` que รฉ รบtil durante o desenvolvimento. A opรงรฃo `--reload` consome muito mais recursos, รฉ mais instรกvel, etc.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/en/mkdocs.yml
pymdownx.tilde: null pymdownx.blocks.admonition: types: - note - attention - caution - danger - error - tip - hint - warning - info - check pymdownx.blocks.details: null pymdownx.blocks.tab: alternate_style: true mdx_include: null markdown_include_variants: null extra: social:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0) -
.teamcity/mvnw
fi fi if [ ! -x "$JAVACMD" ] ; then echo "Error: JAVA_HOME is not defined correctly." >&2 echo " We cannot execute $JAVACMD" >&2 exit 1 fi if [ -z "$JAVA_HOME" ] ; then echo "Warning: JAVA_HOME environment variable is not set." fi CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher # traverses directory structure from process work directory to filesystem root
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 9.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
์ด๋ค ์์ธ๊ฐ ๋ฐ์ํ๋ , `HTTPException`์ ํฌํจํ์ฌ yield๋ฅผ ์ฌ์ฉํ๋ ์์กด์ฑ์ผ๋ก ์ ๋ฌ๋ฉ๋๋ค. ๋๋ถ๋ถ์ ๊ฒฝ์ฐ ์์ธ๋ฅผ ๋ค์ ๋ฐ์์ํค๊ฑฐ๋ ์๋ก์ด ์์ธ๋ฅผ ๋ฐ์์์ผ์ผ ํฉ๋๋ค. /// ## `yield`, `HTTPException`, `except` ๋ฐ ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ ์ฌ์ฉํ๋ ์์กด์ฑ /// warning | ๊ฒฝ๊ณ ์ด๋ฌํ ๊ธฐ์ ์ ์ธ๋ถ ์ฌํญ์ ๋๋ถ๋ถ ํ์ํ์ง ์์ผ๋ฏ๋ก ์ด ์น์ ์ ๊ฑด๋๋ฐ๊ณ ์๋์์ ๊ณ์ ์งํํด๋ ๋ฉ๋๋ค. ์ด๋ฌํ ์ธ๋ถ ์ ๋ณด๋ ์ฃผ๋ก FastAPI 0.106.0 ์ด์ ๋ฒ์ ์์ `yield`๊ฐ ์๋ ์์กด์ฑ์ ๋ฆฌ์์ค๋ฅผ ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ๋ฉ ์ ์ฉํฉ๋๋ค. /// ### `yield`์ `except`๋ฅผ ์ฌ์ฉํ๋ ์์กด์ฑ, ๊ธฐ์ ์ธ๋ถ์ฌํญ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Feb 09 14:54:09 UTC 2025 - 14.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/header-params.md
๋ง์ฝ ์ธ๋์ค์ฝ์ด๋ฅผ ํ์ดํ์ผ๋ก ์๋ ๋ณํ์ ๋นํ์ฑํํด์ผ ํ ์ด๋ค ์ด์ ๊ฐ ์๋ค๋ฉด, `Header`์ `convert_underscores` ๋งค๊ฐ๋ณ์๋ฅผ `False`๋ก ์ค์ ํ์ญ์์ค: {* ../../docs_src/header_params/tutorial002.py hl[10] *} /// warning | ๊ฒฝ๊ณ `convert_underscore`๋ฅผ `False`๋ก ์ค์ ํ๊ธฐ ์ ์, ์ด๋ค HTTP ํ๋ก์๋ค๊ณผ ์๋ฒ๋ค์ ์ธ๋์ค์ฝ์ด๊ฐ ํฌํจ๋ ํค๋ ์ฌ์ฉ์ ํ๋ฝํ์ง ์๋๋ค๋ ๊ฒ์ ๋ช ์ฌํ์ญ์์ค. /// ## ์ค๋ณต ํค๋ ์ค๋ณต ํค๋๋ค์ ์์ ํ ์ ์์ต๋๋ค. ์ฆ, ๋ค์ค๊ฐ์ ๊ฐ๋ ๋์ผํ ํค๋๋ฅผ ๋ปํฉ๋๋ค. ํ์ ์ ์์์ ๋ฆฌ์คํธ๋ฅผ ์ฌ์ฉํ์ฌ ์ด๋ฌํ ์ผ์ด์ค๋ฅผ ์ ์ํ ์ ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0)