- Sort Score
- Result 10 results
- Languages All
Results 1071 - 1080 of 3,005 for LINK (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderResult.java
Optional<Path> getPomFile(); /** * Gets the project that was built. * * @return The project that was built or {@code null} if an error occurred and this result accompanies a * {@link ProjectBuilderException}. */ @Nonnull Optional<Project> getProject(); /** * Gets the problems that were encountered during the project building. *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jun 11 07:23:04 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/em/docs/how-to/conditional-openapi.md
๐ฅ ๐ค ๐โโ โ ๐ ๐, โซ๏ธ ๐ ๐. ๐ตโโ ๐งพ โ โซ๏ธ ๐ โ ๐ค โ ๐ โฎ๏ธ ๐ ๐ ๏ธ, & ๐ช โ โซ๏ธ ๐ โ ๐ โน โซ๏ธ ๐ญ. โซ๏ธ ๐ช ๐ค ๐ฏ ๐จ <a href="https://en.wikipedia.org/wiki/Security_through_obscurity" class="external-link" target="_blank">๐โโ ๐ ๐</a>. ๐ฅ ๐ ๐ ๐ ๐ ๐ ๏ธ, ๐ค ๐ ๐ ๐ ๐ ๐ช, ๐ผ: * โ ๐ญ ๐ โ๏ธ ๐ ๐ฌ Pydantic ๐ท ๐ ๐จ ๐ช & ๐จ. * ๐ ๐ โ โ & ๐ โ๏ธ ๐. * ๐ ๐ช ๐ข ๐, ๐ด ๐#๏ธโฃ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2K bytes - Viewed (0) -
docs/ko/docs/advanced/response-change-status-code.md
# ์๋ต - ์ํ ์ฝ๋ ๋ณ๊ฒฝ ๊ธฐ๋ณธ [์๋ต ์ํ ์ฝ๋ ์ค์ ](../tutorial/response-status-code.md){.internal-link target=_blank}์ด ๊ฐ๋ฅํ๋ค๋ ๊ฑธ ์ด๋ฏธ ์๊ณ ๊ณ์ค ๊ฒ๋๋ค. ํ์ง๋ง ๊ฒฝ์ฐ์ ๋ฐ๋ผ ๊ธฐ๋ณธ ์ค์ ๊ณผ ๋ค๋ฅธ ์ํ ์ฝ๋๋ฅผ ๋ฐํํด์ผ ํ ๋๊ฐ ์์ต๋๋ค. ## ์ฌ์ฉ ์ ์๋ฅผ ๋ค์ด ๊ธฐ๋ณธ์ ์ผ๋ก HTTP ์ํ ์ฝ๋ "OK" `200`์ ๋ฐํํ๊ณ ์ถ๋ค๊ณ ๊ฐ์ ํด ๋ด ์๋ค. ํ์ง๋ง ๋ฐ์ดํฐ๊ฐ ์กด์ฌํ์ง ์์ผ๋ฉด ์ด๋ฅผ ์๋ก ์์ฑํ๊ณ , HTTP ์ํ ์ฝ๋ "CREATED" `201`์ ๋ฐํํ๊ณ ์ ํ ๋๊ฐ ์์ ์ ์์ต๋๋ค. ์ด๋๋ ์ฌ์ ํ `response_model`์ ์ฌ์ฉํ์ฌ ๋ฐํํ๋ ๋ฐ์ดํฐ๋ฅผ ํํฐ๋งํ๊ณ ๋ณํํ๊ณ ์ถ์ ์ ์์ต๋๋ค. ์ด๋ฐ ๊ฒฝ์ฐ์๋ `Response` ํ๋ผ๋ฏธํฐ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ## `Response` ํ๋ผ๋ฏธํฐ ์ฌ์ฉํ๊ธฐ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 22:01:39 UTC 2024 - 1.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
* those tasks. * * <p>Submitted tasks have a happens-before order as defined in the Java Language Specification. * Tasks execute with the same happens-before order that the function calls to {@link #submit} and * {@link #submitAsync} that submitted those tasks had. * * <p>This class has limited support for cancellation and other "early completions": * * <ul>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 01 21:46:34 UTC 2024 - 22.1K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/hash/MessageDigestAlgorithmBenchmark.java
import com.google.caliper.Param; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Random; /** * Benchmarks for comparing {@link MessageDigest}s and {@link com.google.common.hash.HashFunction}s * that wrap {@link MessageDigest}s. * * <p>Parameters for the benchmark are: * * <ul> * <li>size: The length of the byte array to hash.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3.5K bytes - Viewed (0) -
guava-tests/benchmark/com/google/common/hash/MessageDigestAlgorithmBenchmark.java
import com.google.caliper.Param; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Random; /** * Benchmarks for comparing {@link MessageDigest}s and {@link com.google.common.hash.HashFunction}s * that wrap {@link MessageDigest}s. * * <p>Parameters for the benchmark are: * * <ul> * <li>size: The length of the byte array to hash.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3.5K bytes - Viewed (0) -
docs/ja/docs/history-design-future.md
ใในใฆใฎ็ฎๆใงใใในใฆใฎ้็บ่ ใซๆ้ซใฎ้็บไฝ้จใๆไพใใพใใใ ## ่ฆไปถ ใใใคใใฎไปฃๆฟๆๆณใ่ฉฆใใใใจใ็งใฏ<a href="https://docs.pydantic.dev/" class="external-link" target="_blank">**Pydantic**</a>ใฎๅผทใฟใๅฉ็จใใใใจใๆฑบใใพใใใ ใใใฆใJSON Schemaใซๅฎๅ จใซๆบๆ ใใใใใซใใใใๅถ็ดๅฎฃ่จใๅฎ็พฉใใใใพใใพใชๆนๆณใใตใใผใใใใใใใใคใใฎใจใใฃใฟใผใงใฎใในใใซๅบใฅใใฆใจใใฃใฟใผใฎใตใใผใ (ๅใใงใใฏใ่ชๅ่ฃๅฎ) ใๆนๅใใใใใซ่ฒข็ฎใใพใใใ ้็บไธญใใใ1ใคใฎ้่ฆใช้ตใจใชใ<a href="https://www.starlette.io/" class="external-link" target="_blank">**Starlette**</a>ใใซใ่ฒข็ฎใใพใใใ ## ้็บ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 5.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp
<c:if test="${pager.existPrePage}"> <li class="page-item"><la:link styleClass="page-link" href="list/${pager.currentPageNumber - 1}?dictId=${f:u(dictId)}"> <la:message key="labels.prev_page"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 24 13:43:18 UTC 2020 - 10.1K bytes - Viewed (0) -
api/maven-api-model/src/main/java/org/apache/maven/api/model/package-info.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Dec 31 16:32:07 UTC 2022 - 239 bytes - Viewed (0)