Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 271 - 280 of 850 for tutoriel (0.04 seconds)

  1. docs/es/docs/tutorial/security/first-steps.md

    ```
    
    </div>
    
    ## Revisa { #check-it }
    
    Ve a la documentación interactiva en: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Verás algo así:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | ¡Botón de autorización!
    
    Ya tienes un nuevo y brillante botón de "Authorize".
    
    Y tu *path operation* tiene un pequeño candado en la esquina superior derecha que puedes pulsar.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 8.8K bytes
    - Click Count (0)
  2. docs/pt/docs/tutorial/security/first-steps.md

    ```
    
    </div>
    
    ## Verifique-o { #check-it }
    
    Vá até a documentação interativa em: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Você verá algo deste tipo:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | Botão Autorizar!
    
    Você já tem um novo botão 'Authorize'.
    
    E sua operação de rota tem um pequeno cadeado no canto superior direito em que você pode clicar.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  3. docs/ko/docs/advanced/json-base64-bytes.md

    # 바이트를 Base64로 포함하는 JSON { #json-with-bytes-as-base64 }
    
    애플리케이션에서 JSON 데이터를 주고받아야 하지만 그 안에 바이너리 데이터를 포함해야 한다면, base64로 인코딩해서 포함할 수 있습니다.
    
    ## Base64와 파일 { #base64-vs-files }
    
    바이너리 데이터 업로드에는 [요청 파일](../tutorial/request-files.md)을, 바이너리 데이터 전송에는 [커스텀 응답 - FileResponse](./custom-response.md#fileresponse--fileresponse-)를 사용할 수 있는지 먼저 고려하세요. JSON으로 인코딩하는 대신 말입니다.
    
    JSON은 UTF-8로 인코딩된 문자열만 포함할 수 있으므로, 원시 바이트를 그대로 담을 수 없습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:56:39 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/response-status-code.md

    ///
    
    Bu sayede:
    
    * Response'da o status code döner.
    * OpenAPI şemasında (dolayısıyla kullanıcı arayüzlerinde de) bu şekilde dokümante edilir:
    
    <img src="/img/tutorial/response-status-code/image01.png">
    
    /// note | Not
    
    Bazı response code'lar (bir sonraki bölümde göreceğiz) response'un bir body'ye sahip olmadığını belirtir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/security/first-steps.md

    ```
    
    </div>
    
    ## Kontrol Edin { #check-it }
    
    Etkileşimli dokümantasyona gidin: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Şuna benzer bir şey göreceksiniz:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | Authorize butonu!
    
    Artık parıl parıl yeni bir "Authorize" butonunuz var.
    
    Ayrıca *path operation*’ınızın sağ üst köşesinde tıklayabileceğiniz küçük bir kilit simgesi de bulunuyor.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 9.2K bytes
    - Click Count (0)
  6. docs/ja/docs/advanced/json-base64-bytes.md

    # Base64 にしたバイトを含む JSON { #json-with-bytes-as-base64 }
    
    アプリで JSON データの受信・送信が必要だが、その中にバイナリデータを含める必要がある場合は、base64 にエンコードできます。
    
    ## Base64 とファイル { #base64-vs-files }
    
    バイナリデータのアップロードにはまず、JSON にエンコードする代わりに [Request Files](../tutorial/request-files.md) を、バイナリデータの送信には [カスタムレスポンス - FileResponse](./custom-response.md#fileresponse--fileresponse-) を使えるか検討してください。
    
    JSON は UTF-8 でエンコードされた文字列のみを含められるため、生のバイト列は含められません。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:55:22 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/debugging.md

    すると、**FastAPI** コードでサーバーが起動され、ブレークポイントで停止したりするでしょう。
    
    以下の様な画面になります:
    
    <img src="/img/tutorial/debugging/image01.png">
    
    ---
    
    Pycharmを使用する場合、次のことが可能です:
    
    * 「実行」メニューをオープン。
    * オプション「デバッグ...」を選択。
    * 次にコンテキストメニューが表示される。
    * デバッグするファイル (ここでは `main.py`) を選択。
    
    すると、**FastAPI** コードでサーバーが起動され、ブレークポイントで停止したりするでしょう。
    
    以下の様な画面になります:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  8. docs/ru/docs/tutorial/security/oauth2-jwt.md

    ///
    
    <img src="/img/tutorial/security/image08.png">
    
    Вызвав эндпоинт `/users/me/`, вы получите ответ в виде:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "******@****.***",
      "full_name": "John Doe",
      "disabled": false
    }
    ```
    
    <img src="/img/tutorial/security/image09.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 19.7K bytes
    - Click Count (0)
  9. docs/tr/docs/how-to/index.md

    /// tip | İpucu
    
    **FastAPI**'yi yapılandırılmış bir şekilde (önerilir) **öğrenmek** istiyorsanız bunun yerine [Öğretici - Kullanıcı Rehberi](../tutorial/index.md)'ni bölüm bölüm okuyun.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 693 bytes
    - Click Count (0)
  10. scripts/playwright/separate_openapi_schemas/image05.py

        page.get_by_role("button", name="Item", exact=True).click()
        page.set_viewport_size({"width": 960, "height": 700})
        # Manually add the screenshot
        page.screenshot(
            path="docs/en/docs/img/tutorial/separate-openapi-schemas/image05.png"
        )
    
        # ---------------------
        context.close()
        browser.close()
    
    
    process = subprocess.Popen(
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Sep 13 09:14:46 GMT 2024
    - 984 bytes
    - Click Count (0)
Back to Top