Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Bengen (0.2 sec)

  1. docs/id/docs/tutorial/index.md

    Dengan menggunakannya di dalam editor, benar-benar memperlihatkan manfaat dari FastAPI, melihat bagaimana sedikitnya kode yang harus kamu tulis, semua pengecekan tipe, pelengkapan otomatis, dll.
    
    ---
    
    ## Install FastAPI
    
    Langkah pertama adalah dengan meng-install FastAPI.
    
    Untuk tutorial, kamu mungkin hendak meng-installnya dengan semua pilihan fitur dan dependensinya:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 2.9K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/response-status-code.md

    ## Über HTTP-Statuscodes
    
    !!! note "Hinweis"
        Wenn Sie bereits wissen, was HTTP-Statuscodes sind, überspringen Sie dieses Kapitel und fahren Sie mit dem nächsten fort.
    
    In HTTP senden Sie als Teil der Response einen aus drei Ziffern bestehenden numerischen Statuscode.
    
    Diese Statuscodes haben einen Namen zugeordnet, um sie besser zu erkennen, aber der wichtige Teil ist die Zahl.
    
    Kurz:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:32:57 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/first-steps.md

    También puedes devolver modelos de Pydantic (ya verás más sobre esto más adelante).
    
    Hay muchos objetos y modelos que pueden ser convertidos automáticamente a JSON (incluyendo ORMs, etc.). Intenta usar tus favoritos, es muy probable que ya tengan soporte.
    
    ## Repaso
    
    * Importa `FastAPI`.
    * Crea un instance de `app`.
    * Escribe un **decorador de operación de path** (como `@app.get("/")`).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/generate-clients.md

        ```
    
    === "Node.js"
    
        ```Javascript
        {!> ../../../docs_src/generate_clients/tutorial004.js!}
        ```
    
    Damit würden die Operation-IDs von Dingen wie `items-get_items` in `get_items` umbenannt, sodass der Client-Generator einfachere Methodennamen generieren kann.
    
    ### Einen TypeScript-Client mit der modifizierten OpenAPI generieren
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Apr 03 03:42:11 GMT 2024
    - 12K bytes
    - Viewed (0)
  5. configure.py

      )
    
      if get_var(
          environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline',
          True, ('Would you like to override eigen strong inline for some C++ '
                 'compilation to reduce the compilation time?'),
          'Eigen strong inline overridden.', 'Not overriding eigen strong inline, '
          'some compilations could take more than 20 mins.'):
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.30.md

    - Added alpha-level support for the SuccessPolicy in Jobs.
       ([#123412](https://github.com/kubernetes/kubernetes/pull/123412), [@tenzen-y](https://github.com/tenzen-y))
    - Added the `CEL` library for IP Addresses and CIDRs. This was made available for use starting from version `1.31`.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  7. RELEASE.md

        *   This does not change the minimum required version for building
            TensorFlow from source on Windows, but builds enabling
            `EIGEN_STRONG_INLINE` can take over 48 hours to compile without this
            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
        *   If either of the required DLLs, `msvcp140.dll` (old) or `msvcp140_1.dll`
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top