Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 531 - 540 of 637 for CONSOLE (0.53 seconds)

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

    ```console
    $ pip install python-multipart
    ```
    
    installieren.
    
    Das liegt daran, dass **OAuth2** „Formulardaten“ zum Senden von `username` und `password` verwendet.
    
    ///
    
    Führen Sie das Beispiel aus mit:
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 9.7K bytes
    - Click Count (0)
  2. docs/ko/docs/deployment/server-workers.md

    ///
    
    ## 여러 워커 { #multiple-workers }
    
    `--workers` 명령어 옵션으로 여러 워커를 시작할 수 있습니다:
    
    //// tab | `fastapi`
    
    `fastapi` 명령어를 사용한다면:
    
    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> run --workers 4 <u style="text-decoration-style:solid">main.py</u>
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting production server 🚀
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  3. docs/de/docs/advanced/sub-applications.md

    ### Die automatische API-Dokumentation testen { #check-the-automatic-api-docs }
    
    Führen Sie nun den Befehl `fastapi` aus:
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/sql-databases.md

    Stellen Sie zunächst sicher, dass Sie Ihre [virtuelle Umgebung](../virtual-environments.md) erstellen, sie aktivieren und dann `sqlmodel` installieren:
    
    <div class="termy">
    
    ```console
    $ pip install sqlmodel
    ---> 100%
    ```
    
    </div>
    
    ## Die App mit einem einzelnen Modell erstellen { #create-the-app-with-a-single-model }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 17.7K bytes
    - Click Count (0)
  5. docs/ko/docs/tutorial/security/oauth2-jwt.md

    ## `PyJWT` 설치 { #install-pyjwt }
    
    Python에서 JWT 토큰을 생성하고 검증하려면 `PyJWT`를 설치해야 합니다.
    
    [가상환경](../../virtual-environments.md)을 만들고 활성화한 다음 `pyjwt`를 설치하십시오:
    
    <div class="termy">
    
    ```console
    $ pip install pyjwt
    
    ---> 100%
    ```
    
    </div>
    
    /// info | 정보
    
    RSA나 ECDSA 같은 전자 서명 알고리즘을 사용할 계획이라면, cryptography 라이브러리 의존성인 `pyjwt[crypto]`를 설치해야 합니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 13K bytes
    - Click Count (0)
  6. samples/guide/src/main/java/okhttp3/recipes/RequestBodyCompression.java

    public final class RequestBodyCompression {
      /**
       * The Google API KEY for OkHttp recipes. If you're using Google APIs for anything other than
       * running these examples, please request your own client ID!
       *
       * https://console.developers.google.com/project
       */
      public static final String GOOGLE_API_KEY = "AIzaSyAx2WZYe0My0i-uGurpvraYJxO7XNbwiGs";
      public static final MediaType MEDIA_TYPE_JSON = MediaType.get("application/json");
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Jun 04 17:43:43 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  7. docs/uk/docs/advanced/sub-applications.md

    {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 19] *}
    
    ### Перевірте автоматичну документацію API { #check-the-automatic-api-docs }
    
    Тепер запустіть команду `fastapi`:
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  8. docs/uk/docs/tutorial/security/first-steps.md

    ```console
    $ pip install python-multipart
    ```
    
    Це тому, що **OAuth2** використовує «form data» для надсилання `username` та `password`.
    
    ///
    
    Запустіть приклад:
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  9. docs/de/docs/_llm-test.md

    ```
    
    ... und ein Konsolen-Codebeispiel ...
    
    ```console
    $ <font color="#4E9A06">fastapi</font> run <u style="text-decoration-style:solid">main.py</u>
    <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting server
            Searching for package file structure
    ```
    
    ... und noch ein Konsolen-Codebeispiel ...
    
    ```console
    // Create a directory "Code"
    $ mkdir code
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  10. docs/pt/docs/tutorial/request-forms.md

    Para usar formulários, primeiro instale [`python-multipart`](https://github.com/Kludex/python-multipart).
    
    Certifique-se de criar um [ambiente virtual](../virtual-environments.md), ativá-lo e então instalá-lo, por exemplo:
    
    ```console
    $ pip install python-multipart
    ```
    
    ///
    
    ## Importe `Form` { #import-form }
    
    Importe `Form` de `fastapi`:
    
    {* ../../docs_src/request_forms/tutorial001_an_py310.py hl[3] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 2.9K bytes
    - Click Count (0)
Back to Top