- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 132 for wurden (0.06 sec)
-
CITATION.cff
given-names: Vincent - family-names: Vasudevan given-names: Vijay - family-names: Viégas given-names: Fernanda - family-names: Vinyals given-names: Oriol - family-names: Warden given-names: Pete - family-names: Wattenberg given-names: Martin - family-names: Wicke given-names: Martin - family-names: Yu given-names: Yuan - family-names: Zheng
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 06 15:26:23 UTC 2021 - 3.5K bytes - Viewed (0) -
docs/es/docs/tutorial/query-params.md
* Validación de datos * Documentación automática ## Configuraciones por defecto Como los parámetros de query no están fijos en una parte del path pueden ser opcionales y pueden tener valores por defecto. El ejemplo arriba tiene `skip=0` y `limit=10` como los valores por defecto. Entonces, si vas a la URL: ``` http://127.0.0.1:8000/items/ ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/es/docs/python-types.md
* `bytes` ```Python hl_lines="1" {!../../docs_src/python_types/tutorial005.py!} ``` ### Tipos con sub-tipos Existen algunas estructuras de datos que pueden contener otros valores, como `dict`, `list`, `set` y `tuple`. Los valores internos pueden tener su propio tipo también. Para declarar esos tipos y sub-tipos puedes usar el módulo estándar de Python `typing`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
internal/s3select/sql/jsondata/books.json
{ "title": "Murder on the Orient Express", "authorInfo": { "name": "Agatha Christie", "yearRange": [1890, 1976], "penName": "Mary Westmacott" }, "genre": "Crime novel", "publicationHistory": [ { "year": 1934, "publisher": "Collins Crime Club (London)", "type": "Hardcover", "pages": 256 }, { "year": 1934,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 1.9K bytes - Viewed (0) -
docs/distributed/CONFIG.md
arguments for the MinIO server. Historically everything to MinIO was provided via command arguments for the hostnames and the drives via an ellipses syntax such as `minio server http://host{1...4}/disk{1...4}` this requirement added an additional burden to have sequential hostnames for us to make sure that we can provide horizontal distribution, however we have come across situations where sometimes this is not feasible and there are no easier alternatives without modifying /etc/hosts on the host...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 25 02:30:18 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/de/docs/tutorial/response-status-code.md
* **`200`** und darüber stehen für Responses, die „Successful“ („Erfolgreich“) waren. Diese verwenden Sie am häufigsten. * `200` ist der Default-Statuscode, welcher bedeutet, alles ist „OK“. * Ein anderes Beispiel ist `201`, „Created“ („Erzeugt“). Wird in der Regel verwendet, wenn ein neuer Datensatz in der Datenbank erzeugt wurde.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:59:43 UTC 2024 - 4.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
Just then her head struck against the roof of the hall: in fact she was now more than nine feet high, and she at once took up the little golden key and hurried off to the garden door. Poor Alice! It was as much as she could do, lying down on one side, to look through into the garden with one eye; but to get through was more hopeless than ever: she sat down and began to cry again. `You ought to be ashamed of yourself,' said Alice, `a great
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 29 21:35:03 UTC 2012 - 145.2K bytes - Viewed (0) -
docs/tr/docs/async.md
Farkı görmek için burgerlerle ilgili aşağıdaki hikayeyi hayal edin: ### Eşzamanlı Burgerler <!-- Cinsiyetten bağımsız olan aşçı emojisi "🧑🍳" tarayıcılarda yeterince iyi görüntülenmiyor. Bu yüzden erken "👨🍳" ve kadın "👩🍳" aşçıları karışık bir şekilde kullanıcağım. --> Aşkınla beraber 😍 dışarı hamburger yemeye çıktınız 🍔, kasiyer 💁 öndeki insanlardan sipariş alırken siz sıraya girdiniz.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 21.9K bytes - Viewed (0) -
docs/es/docs/advanced/response-headers.md
Y como la `Response` puede ser usada frecuentemente para configurar headers y cookies, **FastAPI** también la provee en `fastapi.Response`. /// ## Headers Personalizados Ten en cuenta que se pueden añadir headers propietarios personalizados <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">usando el prefijo 'X-'</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/es/docs/deployment/versions.md
## Acerca de Starlette No deberías fijar la versión de `starlette`. Diferentes versiones de **FastAPI** pueden usar una versión específica de Starlette. Entonces, puedes dejar que **FastAPI** se asegure por sí mismo de qué versión de Starlette usar. ## Acerca de Pydantic
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 4.3K bytes - Viewed (0)