- Sort Score
- Result 10 results
- Languages All
Results 971 - 980 of 1,513 for notes (0.05 sec)
-
docs/em/docs/alternatives.md
โณ ๐ ๐ ๏ธ โ ๐ ๐งฐ ๐ ๐ธ ๐ โ๏ธ โณ ๐, ๐ ๐ฎ ๐ ๏ธ ๐ ๏ธ. โซ๏ธ โ๏ธ ๐ ๐ข โ ๐ฆ, ๐ฅ ๐ & ๐. โซ๏ธ ๐ ๐ฅ ๐ผ **๐ง ๐ ๏ธ ๐งพ**, & ๐ ๐ฏ ๐ ๐ฅ ๐ญ ๐ ๐ฎ "๐" **FastAPI**. /// note โณ ๐ ๐ ๏ธ โ โก ๐บ๐ธ๐. ๐ ๐ผ ๐ & Uvicorn, ๐ โ **FastAPI** โ๏ธ. /// /// check | "๐ฎ **FastAPI** " โ๏ธ ๐ง ๐ ๏ธ ๐งพ ๐ธ ๐ฉโ๐ป ๐ข. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Queues.java
return new PriorityBlockingQueue<>(); } /** * Creates a {@code PriorityBlockingQueue} containing the given elements. * * <p><b>Note:</b> If the specified iterable is a {@code SortedSet} or a {@code PriorityQueue}, * this priority queue will be ordered according to the same ordering. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 26 14:11:14 UTC 2024 - 18.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-fields.md
/// ```Python hl_lines="11-14" {!> ../../docs_src/body_fields/tutorial001.py!} ``` //// `Field`๋ `Query`, `Path`์ `Body`์ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋์ํ๋ฉฐ, ๋ชจ๋ ๊ฐ์ ๋งค๊ฐ๋ณ์๋ค ๋ฑ์ ๊ฐ์ง๋๋ค. /// note | "๊ธฐ์ ์ ์ธ๋ถ์ฌํญ" ์ค์ ๋ก `Query`, `Path`๋ฑ, ์ฌ๋ฌ๋ถ์ด ์์ผ๋ก ๋ณผ ๋ค๋ฅธ ๊ฒ๋ค์ ๊ณตํต ํด๋์ค์ธ `Param` ํด๋์ค์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ๋ง๋๋๋ฐ, ๊ทธ ์์ฒด๋ก Pydantic์ `FieldInfo` ํด๋์ค์ ์๋ธํด๋์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ Pydantic์ `Field` ๋ํ `FieldInfo`์ ์ธ์คํด์ค๋ฅผ ๋ฐํํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/pt/docs/how-to/custom-request-and-route.md
Aqui nรณs usamos para criar um `GzipRequest` a partir da requisiรงรฃo original. ```Python hl_lines="18-26" {!../../docs_src/custom_request_and_route/tutorial001.py!} ``` /// note | Detalhes Tรฉcnicos Um `Request` tambรฉm tem um `request.receive`, que รฉ uma funรงรฃo para "receber" o corpo da requisiรงรฃo. Um `Request` tambรฉm tem um `request.receive`, que รฉ uma funรงรฃo para "receber" o corpo da requisiรงรฃo.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 22 17:33:00 UTC 2024 - 4.9K bytes - Viewed (0) -
cmd/xl-storage-format-utils.go
// - fivs.Versions has all the non-free versions // - fivs.FreeVersions has all the free versions // // if inclFreeVersions is true all the versions are in fivs.Versions, free and non-free versions alike. // // Note: Only the scanner requires fivs.Versions to have exclusively non-free versions. This is used while enforcing NewerNoncurrentVersions lifecycle element.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 5.5K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/MutableNetwork.java
* @since 20.0 */ @Beta @ElementTypesAreNonnullByDefault public interface MutableNetwork<N, E> extends Network<N, E> { /** * Adds {@code node} if it is not already present. * * <p><b>Nodes must be unique</b>, just as {@code Map} keys must be. They must also be non-null. * * @return {@code true} if the network was modified as a result of this call */ @CanIgnoreReturnValue boolean addNode(N node);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Apr 26 17:43:39 UTC 2021 - 4.4K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataServiceTest.java
return true; } @Override public void setUp() throws Exception { // create runner instance runner = new OpenSearchRunner(); // create ES nodes final String clusterName = UUID.randomUUID().toString(); runner.onBuild((number, settingsBuilder) -> { settingsBuilder.put("http.cors.enabled", true);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 6.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/EquivalenceTester.java
* * <pre>{@code * EquivalenceTester.of(someStringEquivalence) * .addEquivalenceGroup("hello", "h" + "ello") * .addEquivalenceGroup("world", "wor" + "ld") * .test(); * }</pre> * * <p>Note that testing {@link Object#equals(Object)} is more simply done using the {@link * EqualsTester}. It includes an extra test against an instance of an arbitrary class without having * to explicitly add another equivalence group. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 25 11:57:12 UTC 2023 - 4K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/EquivalenceTester.java
* * <pre>{@code * EquivalenceTester.of(someStringEquivalence) * .addEquivalenceGroup("hello", "h" + "ello") * .addEquivalenceGroup("world", "wor" + "ld") * .test(); * }</pre> * * <p>Note that testing {@link Object#equals(Object)} is more simply done using the {@link * EqualsTester}. It includes an extra test against an instance of an arbitrary class without having * to explicitly add another equivalence group. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 25 11:57:12 UTC 2023 - 4K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/LongAdder.java
* equals}, {@code hashCode} and {@code compareTo} because instances are expected to be mutated, and * so are not useful as collection keys. * * <p>jsr166e note: This class is targeted to be placed in java.util.concurrent.atomic. * * @since 1.8 * @author Doug Lea */ @GwtCompatible(emulated = true) @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 15 18:00:07 UTC 2021 - 5.5K bytes - Viewed (0)