- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 858 for application (0.15 sec)
-
docs/em/docs/tutorial/request-files.md
/// ## โซ๏ธโ "๐จ ๐ฝ" ๐ ๐ธ ๐จ (`<form></form>`) ๐จ ๐ฝ ๐ฝ ๐ โ๏ธ "๐" ๐ข ๐ ๐, โซ๏ธ ๐ โช๏ธโก๏ธ ๐ป. **FastAPI** ๐ โ ๐ญ โ ๐ ๐ โช๏ธโก๏ธ โถ๏ธ๏ธ ๐ฅ โฉ๏ธ ๐ป. /// note | ๐ก โน ๐ โช๏ธโก๏ธ ๐จ ๐ ๐ โ๏ธ "๐ป ๐" `application/x-www-form-urlencoded` ๐โ โซ๏ธ ๐ซ ๐ ๐. โ๏ธ ๐โ ๐จ ๐ ๐, โซ๏ธ ๐ `multipart/form-data`. ๐ฅ ๐ โ๏ธ `File`, **FastAPI** ๐ ๐ญ โซ๏ธ โ๏ธ ๐ค ๐ โช๏ธโก๏ธ โ ๐ ๐ช.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/zh-hant/docs/fastapi-cli.md
<font color="#4E9A06">INFO</font>: Started server process [<font color="#06989A">2265873</font>] <font color="#4E9A06">INFO</font>: Waiting for application startup. <font color="#4E9A06">INFO</font>: Application startup complete. ``` </div> `fastapi` ๅฝไปคๅ็จๅผๅฐฑๆฏ **FastAPI CLI**ใ FastAPI CLI ๆฅๆถไฝ ็ Python ็จๅผ่ทฏๅพ๏ผไพๅฆ `main.py`๏ผ๏ผไธฆ่ชๅๆชขๆธฌ FastAPI ๅฏฆไพ๏ผ้ๅธธๅฝๅ็บ `app`๏ผ๏ผ็ขบๅฎๆญฃ็ขบ็ๅผๅ ฅๆจก็ตๆต็จ๏ผ็ถๅพ้่ก่ฉฒๆ็จ็จๅผใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Oct 18 12:12:01 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/first-steps.md
<span style="color: green;">INFO</span>: Started server process [28722] <span style="color: green;">INFO</span>: Waiting for application startup. <span style="color: green;">INFO</span>: Application startup complete. ``` </div> /// note | ์ฐธ๊ณ `uvicorn main:app` ๋ช ๋ น์ ๋ค์์ ์๋ฏธํฉ๋๋ค: * `main`: ํ์ผ `main.py` (ํ์ด์ฌ "๋ชจ๋").
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
<font color="#4E9A06">INFO</font>: Started server process [<font color="#06989A">2265873</font>] <font color="#4E9A06">INFO</font>: Waiting for application startup. <font color="#4E9A06">INFO</font>: Application startup complete. ``` </div> ๅจ่ผธๅบไธญ๏ผๆไธๅ้กไผผๆผ๏ผ ```hl_lines="4" INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` ้ฃๅ้กฏ็คบไบไฝ ็ๆ็จ็จๅผๆญฃๅจๆฌๅฐ็ซฏๆฉๅจไธ้่ก็ URLใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:20:58 UTC 2024 - 11.6K bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
v.add(new DERTaggedObject(true, 3, new DERSequence(principalVector))); // Wrap in APPLICATION tag as expected by KerberosEncData DERSequence seq = new DERSequence(v); return new DERTaggedObject(false, BERTags.APPLICATION, 3, seq).getEncoded(); } @Test void testConstructorWithEmptyToken() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/jcifs/spnego/NegTokenInit.java
final ASN1OutputStream der = ASN1OutputStream.create(collector, ASN1Encoding.DER); final DERTaggedObject derApplicationSpecific = new DERTaggedObject(false, BERTags.APPLICATION, 0, new DERSequence(ev)); der.writeObject(derApplicationSpecific); return collector.toByteArray(); } catch (final IOException ex) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Invoker.java
package org.apache.maven.api.cli; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * Defines the contract for a component responsible for invoking a Maven application * using the information provided in an {@link InvokerRequest}. This interface is central * to the construction and invocation of Maven commands and builds, and it fully parses arguments. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 31 20:56:58 UTC 2025 - 2.6K bytes - Viewed (0) -
docs/en/docs/advanced/testing-dependencies.md
### Use the `app.dependency_overrides` attribute { #use-the-app-dependency-overrides-attribute } For these cases, your **FastAPI** application has an attribute `app.dependency_overrides`, it is a simple `dict`. To override a dependency for testing, you put as a key the original dependency (a function), and as the value, your dependency override (another function).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/execution/RuntimeInformation.java
* under the License. */ package org.apache.maven.execution; import org.apache.maven.artifact.versioning.ArtifactVersion; /** * Describes runtime information about the application. * * @deprecated Use {@link org.apache.maven.rtinfo.RuntimeInformation} instead. */ @Deprecated public interface RuntimeInformation { ArtifactVersion getApplicationVersion();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Callback.kt
* body on another thread. * * Note that transport-layer success (receiving a HTTP response code, headers and body) does not * necessarily indicate application-layer success: `response` may still indicate an unhappy HTTP * response code like 404 or 500. */ @Throws(IOException::class) fun onResponse( call: Call, response: Response, )
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 1.6K bytes - Viewed (0)