- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 141 for die (0.02 seconds)
-
docs/de/docs/index.md
**Typer** ist die kleine Schwester von FastAPI. Und es soll das **FastAPI der CLIs** sein. ⌨️ 🚀 ## Anforderungen { #requirements } FastAPI steht auf den Schultern von Giganten: * [Starlette](https://www.starlette.dev/) für die Webanteile. * [Pydantic](https://docs.pydantic.dev/) für die Datenanteile. ## Installation { #installation }Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:58 - 23.6K bytes - Click Count (1) -
docs/de/docs/deployment/manually.md
Das Wort „**Server**“ wird häufig verwendet, um sowohl den entfernten/Cloud-Computer (die physische oder virtuelle Maschine) als auch das Programm zu bezeichnen, das auf dieser Maschine läuft (z. B. Uvicorn). Denken Sie einfach daran, dass sich „Server“ im Allgemeinen auf eines dieser beiden Dinge beziehen kann.
Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:58 - 7.3K bytes - Click Count (0) -
docs/de/llm-prompt.md
* the form parameter: der Formular-Parameter * the payload: die Payload * the performance: NOT die Performance * the query: die Query * the recap: die Zusammenfassung * the request (what the client sends to the server): der Request * the request body: der Requestbody * the request bodies (plural): die Requestbodys * the response (what the server sends back to the client): die Response * the return type: der Rückgabetyp
Created: 2026-04-05 07:19 - Last Modified: 2025-12-29 18:54 - 9.8K bytes - Click Count (0) -
docs/de/docs/tutorial/first-steps.md
Diese Schemadefinition enthält Ihre API-Pfade, die möglichen Parameter, welche diese entgegennehmen, usw. #### Daten-„Schema“ { #data-schema } Der Begriff „Schema“ kann sich auch auf die Form von Daten beziehen, wie z. B. einen JSON-Inhalt. In diesem Fall sind die JSON-Attribute und deren Datentypen, usw. gemeint.Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:58 - 14.9K bytes - Click Count (0) -
maven-tests/mvnw
else tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar" fi printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url" mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME" clean || :Created: 2026-04-03 11:42 - Last Modified: 2025-09-25 18:22 - 10.4K bytes - Click Count (0) -
gradlew
fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD=java if ! command -v java >/dev/null 2>&1 then die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.Created: 2026-04-03 11:42 - Last Modified: 2026-03-20 08:59 - 8.5K bytes - Click Count (0) -
internal/http/dial_linux.go
// with dead end because tcp-keepalive is not fired when there is data in the socket buffer. // https://blog.cloudflare.com/when-tcp-sockets-refuse-to-die/ // This is a sensitive configuration, it is better to set it to high values, > 60 secs since it can // affect clients reading data with a very slow pace (disappropriate with socket buffer sizes) if opts.UserTimeout > 0 {
Created: 2026-04-05 19:28 - Last Modified: 2024-07-23 10:53 - 5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Verify.java
* whenever there is a chance the check may fail "in real life". Example: * * {@snippet : * Bill bill = remoteService.getLastUnpaidBill(); * * // In case bug 12345 happens again we'd rather just die * Verify.verify(bill.status() == Status.UNPAID, * "Unexpected bill status: %s", bill.status()); * } * * <h3>Comparison to alternatives</h3> *
Created: 2026-04-03 12:43 - Last Modified: 2025-12-29 17:36 - 18.5K bytes - Click Count (0) -
guava/src/com/google/common/base/Verify.java
* whenever there is a chance the check may fail "in real life". Example: * * {@snippet : * Bill bill = remoteService.getLastUnpaidBill(); * * // In case bug 12345 happens again we'd rather just die * Verify.verify(bill.status() == Status.UNPAID, * "Unexpected bill status: %s", bill.status()); * } * * <h3>Comparison to alternatives</h3> *
Created: 2026-04-03 12:43 - Last Modified: 2025-12-29 17:36 - 18.5K bytes - Click Count (0) -
docs/en/docs/deployment/concepts.md
And it will work and will be useful **during development**. But if your connection to the server is lost, the **running process** will probably die.
Created: 2026-04-05 07:19 - Last Modified: 2026-03-05 18:13 - 18.5K bytes - Click Count (1)