- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 665 for En (1.54 sec)
-
docs/em/docs/python-types.md
โ ๐ ๐ โ๏ธ ๐ฉ ๐ ๐, ๐ ๐ฅ (โฉ๏ธ โ ๐ ๐, ๐จโ๐จ, โ๏ธ), **FastAPI** ๐ ๐ ๐ท ๐. /// info ๐ฅ ๐ โช ๐ถ ๐ ๐ ๐ฐ & ๐ ๐ ๐ ๐ ๐ ๐, ๐ โน <a href="https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html" class="external-link" target="_blank"> "๐ฎ ๐ผ" โช๏ธโก๏ธ `mypy`</a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
guava/src/com/google/common/base/Functions.java
* serializable. * * @param g the second function to apply * @param f the first function to apply * @return the composition of {@code f} and {@code g} * @see <a href="//en.wikipedia.org/wiki/Function_composition">function composition</a> */ public static <A extends @Nullable Object, B extends @Nullable Object, C extends @Nullable Object>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
/// ## ๊ตฌ๋์ฝ๊ณผ ์ ๋น์ฝ ์์ปค **Gunicorn**์ **WSGI ํ์ค**์ ์ฃผ๋ก ์ฌ์ฉํ๋ ์ ํ๋ฆฌ์ผ์ด์ ์๋ฒ์ ๋๋ค. ์ด๊ฒ์ ๊ตฌ๋์ฝ์ด ํ๋ผ์คํฌ์ ์๊ณ ์ ๊ฐ์ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ ๊ณตํ ์ ์๋ค๋ ๊ฒ์ ์๋ฏธํฉ๋๋ค. ๊ตฌ๋์ฝ ์์ฒด๋ ์ต์ **<a href="https://asgi.readthedocs.io/en/latest/" class="external-link" target="_blank">ASGI ํ์ค</a>**์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ FastAPI์ ํธํ๋์ง ์์ต๋๋ค. ํ์ง๋ง ๊ตฌ๋์ฝ์ **ํ๋ก์ธ์ค ๊ด๋ฆฌ์**์ญํ ์ ํ๊ณ ์ฌ์ฉ์์๊ฒ ํน์ **์์ปค ํ๋ก์ธ์ค ํด๋์ค**๋ฅผ ์๋ ค์ค๋๋ค. ๊ทธ๋ฐ ๋ค์ ๊ตฌ๋์ฝ์ ํด๋น ํด๋์ค๋ฅผ ์ฌ์ฉํ์ฌ ํ๋ ์ด์์ **์์ปค ํ๋ก์ธ์ค**๋ฅผ ์์ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.2K bytes - Viewed (0) -
android/guava/src/com/google/common/math/Quantiles.java
import com.google.common.primitives.Ints; import java.math.RoundingMode; import java.util.Collection; import java.util.LinkedHashMap; import java.util.Map; /** * Provides a fluent API for calculating <a * href="http://en.wikipedia.org/wiki/Quantile">quantiles</a>. * * <h3>Examples</h3> * * <p>To compute the median: * * {@snippet : * double myMedian = median().compute(myDataset); * } *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 30.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
} } /** * Returns every possible list that can be formed by choosing one element from each of the given * sets in order; the "n-ary <a href="http://en.wikipedia.org/wiki/Cartesian_product">Cartesian * product</a>" of the sets. For example: * * {@snippet : * Sets.cartesianProduct(ImmutableList.of( * ImmutableSet.of(1, 2),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
Thread.sleep(10) // Make sure the timestamps are unique. val cacheHit = executeSynchronously( "/", "Accept-Language", "en-US", "Accept-Charset", "UTF-8", ) // Check the merged response. The request is the application's original request. cacheHit .assertCode(200)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
maxLen = 50; } maxLen *= 9; /* convert to px */ resp.setContentType("text/html"); out.println("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"); out.println("<html><head><title>Network Explorer</title>"); out.println("<meta HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">"); out.println("<style TYPE=\"text/css\">");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
/// tip | Tipp Die Syntax `{"name", "description"}` erzeugt ein `set` mit diesen zwei Werten. รquivalent zu `set(["name", "description"])`. /// #### `list`en statt `set`s verwenden Wenn Sie vergessen, ein `set` zu verwenden, und stattdessen eine `list`e oder ein `tuple` รผbergeben, wird FastAPI die dennoch in ein `set` konvertieren, und es wird korrekt funktionieren:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.9K bytes - Viewed (0) -
docs/ru/docs/tutorial/sql-databases.md
/// tip | ะะพะดัะบะฐะทะบะฐ ะ SQLModel ะฑัะดัั ะฒะบะปััะตะฝั ััะธะปะธัั ะผะธะณัะฐัะธะธ, ะฒั ะพะดััะธะต ะฒ ัะพััะฐะฒ Alembic, ะฝะพ ะฝะฐ ะดะฐะฝะฝัะน ะผะพะผะตะฝั ะฒั ะฟัะพััะพ ะผะพะถะตัะต ะธัะฟะพะปัะทะพะฒะฐัั <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">Alembic</a> ะฝะฐะฟััะผัั. /// ### ะกะพะทะดะฐะฝะธะต ะณะตัะพั (Hero)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 17 21:20:20 UTC 2024 - 25.7K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/UnsignedInts.java
builder.append(separator).append(toString(array[i])); } return builder.toString(); } /** * Returns a comparator that compares two arrays of unsigned {@code int} values <a * href="http://en.wikipedia.org/wiki/Lexicographical_order">lexicographically</a>. That is, it * compares, using {@link #compare(int, int)}), the first pair of values that follow any common
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Feb 09 16:22:33 UTC 2025 - 13.8K bytes - Viewed (0)