Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 381 - 390 of 402 for resMap (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/ko/docs/index.md

    그리고 이제, [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)로 이동합니다.
    
    * 대안 문서 역시 새 쿼리 매개변수와 본문을 반영합니다:
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)
    
    ### 요약 { #recap }
    
    요약하면, 여러분은 매개변수의 타입, 본문 등을 함수 매개변수로서 **한번에** 선언했습니다.
    
    여러분은 현대 표준 파이썬 타입으로 이를 행했습니다.
    
    새로운 문법, 특정 라이브러리의 메소드나 클래스 등을 배울 필요가 없습니다.
    
    그저 표준 **Python** 입니다.
    
    예를 들어, `int`에 대해선:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 23.4K bytes
    - Click Count (0)
  2. docs/ko/docs/tutorial/sql-databases.md

    </div>
    
    `/docs` API UI로 이동하면 이제 업데이트되어 있고, hero를 생성할 때 클라이언트가 `id`를 보낼 것이라고 기대하지 않는 것 등을 확인할 수 있습니다.
    
    <div class="screenshot">
    <img src="/img/tutorial/sql-databases/image02.png">
    </div>
    
    ## 요약 { #recap }
    
    [**SQLModel**](https://sqlmodel.tiangolo.com/)을 사용하여 SQL 데이터베이스와 상호작용하고, *데이터 모델* 및 *테이블 모델*로 코드를 간소화할 수 있습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 18.6K bytes
    - Click Count (0)
  3. docs/tr/docs/deployment/docker.md

    Projenizi yüklemek ve yönetmek için [uv](https://github.com/astral-sh/uv) kullanıyorsanız, onların [uv Docker rehberini](https://docs.astral.sh/uv/guides/integration/docker/) takip edebilirsiniz.
    
    ## Özet { #recap }
    
    Container sistemleri (örn. **Docker** ve **Kubernetes** ile) kullanınca tüm **deployment kavramları**nı ele almak oldukça kolaylaşır:
    
    * HTTPS
    * Startup'ta çalıştırma
    * Restart'lar
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 29.6K bytes
    - Click Count (0)
  4. docs/es/docs/deployment/docker.md

    Si estás usando [uv](https://github.com/astral-sh/uv) para instalar y gestionar tu proyecto, puedes seguir su [guía de Docker de uv](https://docs.astral.sh/uv/guides/integration/docker/).
    
    ## Resumen { #recap }
    
    Usando sistemas de contenedores (por ejemplo, con **Docker** y **Kubernetes**) se vuelve bastante sencillo manejar todos los **conceptos de despliegue**:
    
    * HTTPS
    * Ejecutar en el inicio
    * Reinicios
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 30.8K bytes
    - Click Count (0)
  5. docs/de/docs/deployment/docker.md

    Wenn Sie [uv](https://github.com/astral-sh/uv) verwenden, um Ihr Projekt zu installieren und zu verwalten, können Sie deren [uv-Docker-Leitfaden](https://docs.astral.sh/uv/guides/integration/docker/) befolgen.
    
    ## Zusammenfassung { #recap }
    
    Mithilfe von Containersystemen (z. B. mit **Docker** und **Kubernetes**) ist es ziemlich einfach, alle **Deployment-Konzepte** zu handhaben:
    
    * HTTPS
    * Beim Hochfahren ausführen
    * Neustarts
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  6. TESTING.asciidoc

    Gradle incremental builds, it is recommended to explicitly declare which
    parts of the API the tests depend upon.
    
    For example:
    ---------------------------------------------------------------------------
    restResources {
      restApi {
        includeCore '_common', 'indices', 'index', 'cluster', 'nodes', 'get', 'ingest'
      }
    }
    ---------------------------------------------------------------------------
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  7. docs/uk/docs/deployment/docker.md

    Якщо ви використовуєте [uv](https://github.com/astral-sh/uv) для встановлення та керування вашим проєктом, ви можете скористатися їхнім [посібником Docker для uv](https://docs.astral.sh/uv/guides/integration/docker/).
    
    ## Підсумок { #recap }
    
    Використовуючи системи контейнерів (наприклад, з Docker і Kubernetes), досить просто обробляти всі концепції розгортання:
    
    * HTTPS
    * Автозапуск
    * Перезапуски
    * Реплікація (кількість запущених процесів)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 44.2K bytes
    - Click Count (0)
  8. docs/ja/docs/tutorial/query-params-str-validations.md

    つまり、ユーザーが item ID を提供しなかった場合でも、ランダムな提案を受け取ります。
    
    ...これを **単一のシンプルな1行** で行っています。 🤯 Python が好きになりませんか? 🐍
    
    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[22:30] hl[29] *}
    
    ## まとめ { #recap }
    
    パラメータに追加のバリデーションとメタデータを宣言することができます。
    
    一般的なバリデーションとメタデータ:
    
    * `alias`
    * `title`
    * `description`
    * `deprecated`
    
    文字列に固有のバリデーション:
    
    * `min_length`
    * `max_length`
    * `pattern`
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  9. docs/pt/docs/deployment/docker.md

    Se você está usando o [uv](https://github.com/astral-sh/uv) para instalar e gerenciar seu projeto, você pode seguir o [guia de Docker do uv](https://docs.astral.sh/uv/guides/integration/docker/).
    
    ## Recapitulando { #recap }
    
    Usando sistemas de contêiner (por exemplo, com **Docker** e **Kubernetes**), torna-se bastante simples lidar com todos os **conceitos de implantação**:
    
    * HTTPS
    * Executando na inicialização
    * Reinícios
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  10. RELEASE.md

        *   Add `tf.contrib.distributions.bijectors.Permute`.
        *   Add `tf.contrib.distributions.bijectors.Gumbel`.
        *   Add `tf.contrib.distributions.bijectors.Reshape`.
        *   Support shape inference (i.e., shapes containing -1) in the Reshape
            bijector.
    *   Add `streaming_precision_recall_at_equal_thresholds,` a method for computing
        streaming precision and recall with `O(num_thresholds + size of
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top