Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 381 - 390 of 850 for tutoriel (0.56 seconds)

  1. docs/zh-hant/docs/tutorial/path-params.md

    注意錯誤也清楚指出驗證未通過的確切位置。
    
    這在開發與除錯與你的 API 互動的程式碼時非常有幫助。
    
    ///
    
    ## 文件 { #documentation }
    
    當你在瀏覽器開啟 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs),你會看到自動產生、可互動的 API 文件,例如:
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check
    
    同樣地,只要使用那個 Python 型別宣告,**FastAPI** 就會提供自動、互動式的文件(整合 Swagger UI)。
    
    注意路徑參數被宣告為整數。
    
    ///
    
    ## 基於標準的優勢與替代文件 { #standards-based-benefits-alternative-documentation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 8.4K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/advanced-dependencies.md

    `Depends(scope="request")` (varsayılan) kullanıldığında ise `yield` sonrasındaki çıkış kodu, response gönderildikten sonra çalıştırılır.
    
    Daha fazlasını [`yield` ile Dependency'ler - Erken çıkış ve `scope`](../tutorial/dependencies/dependencies-with-yield.md#early-exit-and-scope) dokümantasyonunda okuyabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10K bytes
    - Click Count (0)
  3. docs/ru/docs/advanced/advanced-dependencies.md

    А при использовании `Depends(scope="request")` (значение по умолчанию) код после `yield` выполняется после отправки ответа.
    
    Подробнее читайте в документации: [Зависимости с `yield` — раннее завершение и `scope`](../tutorial/dependencies/dependencies-with-yield.md#early-exit-and-scope).
    
    ### Зависимости с `yield` и `StreamingResponse`, технические детали { #dependencies-with-yield-and-streamingresponse-technical-details }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  4. docs/en/docs/learn/index.md

    # Learn { #learn }
    
    Here are the introductory sections and the tutorials to learn **FastAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Aug 31 09:15:41 GMT 2025
    - 206 bytes
    - Click Count (0)
  5. docs/ru/docs/tutorial/bigger-applications.md

    * Подкаталог `app/internal/`, содержащий файл `__init__.py`, является ещё одним Python-подпакетом: `app.internal`.
    * А файл `app/internal/admin.py` является ещё одним подмодулем: `app.internal.admin`.
    
    <img src="/img/tutorial/bigger-applications/package.drawio.svg">
    
    Та же самая файловая структура приложения, но с комментариями:
    
    ```bash
    .
    ├── app                  # "app" пакет
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/path-params.md

    이는 API와 상호 작용하는 코드를 개발하고 디버깅하는 데 매우 유용합니다.
    
    ///
    
    ## 문서화 { #documentation }
    
    그리고 브라우저에서 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)를 열면, 다음과 같이 자동 대화식 API 문서를 볼 수 있습니다:
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | 확인
    
    다시 한 번, 동일한 파이썬 타입 선언만으로 **FastAPI**는 자동 대화형 문서(Swagger UI 통합)를 제공합니다.
    
    경로 매개변수가 정수형으로 선언된 것을 확인할 수 있습니다.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/tutorial/security/simple-oauth2.md

    ### 驗證身分 { #authenticate }
    
    點選「Authorize」按鈕。
    
    使用下列帳密:
    
    User: `johndoe`
    
    Password: `secret`
    
    <img src="/img/tutorial/security/image04.png">
    
    在系統中完成驗證後,你會看到如下畫面:
    
    <img src="/img/tutorial/security/image05.png">
    
    ### 取得自己的使用者資料 { #get-your-own-user-data }
    
    現在使用 `GET` 方法呼叫路徑 `/users/me`。
    
    你會取得自己的使用者資料,如:
    
    ```JSON
    {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 9.1K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            chatClient.testSearchWithQueryFiltered("Fess tutorial", fields, new String[0]);
            assertTrue(chatClient.wasSearchDocumentsCalled());
        }
    
        @Test
        public void test_searchWithQuery_filters_validWithExtraQueries() {
            chatClient.resetSearchDocumentsCalled();
            chatClient.testSearchWithQueryFiltered("Fess tutorial", Collections.emptyMap(), new String[] { "filetype:pdf" });
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 40.6K bytes
    - Click Count (0)
  9. docs/pt/docs/tutorial/metadata.md

    /// tip | Dica
    
    Você pode escrever Markdown no campo `description` e ele será renderizado na saída.
    
    ///
    
    Com essa configuração, a documentação automática da API se pareceria com:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## Identificador de Licença { #license-identifier }
    
    Desde o OpenAPI 3.1.0 e FastAPI 0.99.0, você também pode definir o `license_info` com um `identifier` em vez de uma `url`.
    
    Por exemplo:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  10. README.md

    ```python
    >>> import tensorflow as tf
    >>> tf.add(1, 2).numpy()
    3
    >>> hello = tf.constant('Hello, TensorFlow!')
    >>> hello.numpy()
    b'Hello, TensorFlow!'
    ```
    
    For more examples, see the
    [TensorFlow Tutorials](https://www.tensorflow.org/tutorials/).
    
    ## Contribution guidelines
    
    **If you want to contribute to TensorFlow, be sure to review the
    [Contribution Guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 10:38:57 GMT 2026
    - 11.6K bytes
    - Click Count (0)
Back to Top