Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 611 - 620 of 688 for Install (0.23 seconds)

  1. docs/de/docs/tutorial/dependencies/dependencies-with-yield.md

    Wenn Sie Exceptions abfangen und darauf basierend eine benutzerdefinierte Response erstellen möchten, erstellen Sie einen [benutzerdefinierten Exceptionhandler](../handling-errors.md#install-custom-exception-handlers).
    
    ## Abhängigkeiten mit `yield` und `except` { #dependencies-with-yield-and-except }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.4K bytes
    - Click Count (0)
  2. docs/ja/docs/tutorial/request-files.md

    /// info | 情報
    
    アップロードされたファイルを受け取るには、まず [`python-multipart`](https://github.com/Kludex/python-multipart) をインストールします。
    
    [仮想環境](../virtual-environments.md)を作成して有効化し、次のようにインストールしてください:
    
    ```console
    $ pip install python-multipart
    ```
    
    アップロードされたファイルは「form data」として送信されるためです。
    
    ///
    
    ## `File` をインポート { #import-file }
    
    `fastapi` から `File` と `UploadFile` をインポートします:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  3. docs/ko/docs/_llm-test.md

    프롬프트 설계자는 중립 따옴표를 타이포그래피 따옴표로 변환할지 선택할 수 있습니다. 그대로 두어도 괜찮습니다.
    
    예를 들어 `docs/de/llm-prompt.md`의 `### Quotes` 섹션을 참고하세요.
    
    ////
    
    ## 코드 스니펫의 따옴표 { #quotes-in-code-snippets }
    
    //// tab | 테스트
    
    `pip install "foo[bar]"`
    
    코드 스니펫에서 문자열 리터럴의 예: `"this"`, `'that'`.
    
    코드 스니펫에서 문자열 리터럴의 어려운 예: `f"I like {'oranges' if orange else "apples"}"`
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/advanced/advanced-dependencies.md

    ### 背景任務與含有 `yield` 的相依,技術細節 { #background-tasks-and-dependencies-with-yield-technical-details }
    
    在 FastAPI 0.106.0 之前,不可能在 `yield` 之後拋出例外;含有 `yield` 的相依的結束程式碼會在回應送出之後才執行,因此[例外處理器](../tutorial/handling-errors.md#install-custom-exception-handlers) 早就已經跑完了。
    
    當初這樣設計主要是為了允許在背景任務中使用由相依「yield」出來的同一組物件,因為結束程式碼會在背景任務結束後才執行。
    
    在 FastAPI 0.106.0 中,這個行為被修改,目的是在等待回應穿越網路的期間,不要持有資源。
    
    /// tip | 提示
    
    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)
  5. CHANGELOG/CHANGELOG-1.31.md

      for actions against a CRI endpoint. The kubeadm deb/rpm packages will continue to install the `cri-tools`
      package for one more release, but in you must adapt your scripts to install `crictl` manually from
      https://github.com/kubernetes-sigs/cri-tools/releases or a different location.
      
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 11:33:21 GMT 2025
    - 451.9K bytes
    - Click Count (0)
  6. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.nokia.landmark+xml",
    				"application/vnd.nokia.landmarkcollection+xml",
    				"application/vnd.nokia.n-gage.ac+xml",
    				"application/vnd.nokia.n-gage.data",
    				"application/vnd.nokia.n-gage.symbian.install",
    				"application/vnd.nokia.ncd",
    				"application/vnd.nokia.pcd+wbxml",
    				"application/vnd.nokia.pcd+xml",
    				"application/vnd.nokia.radio-preset",
    				"application/vnd.nokia.radio-presets",
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Wed Feb 11 01:15:55 GMT 2026
    - 50.4K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/response-model.md

    [仮想環境](../virtual-environments.md)を作成して有効化してから、例えば次のようにインストールしてください:
    
    ```console
    $ pip install email-validator
    ```
    
    または次のようにします:
    
    ```console
    $ pip install "pydantic[email]"
    ```
    
    ///
    
    そして、このモデルを使用して入力を宣言し、同じモデルを使って出力を宣言しています:
    
    {* ../../docs_src/response_model/tutorial002_py310.py hl[16] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 19.6K bytes
    - Click Count (0)
  8. CREDITS

       e) Provide Installation Information, but only if you would otherwise
       be required to provide such information under section 6 of the
       GNU GPL, and only to the extent that such information is
       necessary to install and execute a modified version of the
       Combined Work produced by recombining or relinking the
       Application with a modified version of the Linked Version. (If
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.19.md

      
      Users that self-deploy Kubernetes on vSphere should enable CSIMigration + CSIMigrationvSphere features and install the vSphere CSI Driver (https://github.com/kubernetes-sigs/vsphere-csi-driver) to avoid disruption to existing Pod and PVC objects at that time. Users should start using the vSphere CSI driver directly for any new volumes.
      
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String ONLINE_HELP_BASE_LINK = "online.help.base.link";
    
        /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/{version}/install/install.html */
        String ONLINE_HELP_INSTALLATION = "online.help.installation";
    
        /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/eol.html */
        String ONLINE_HELP_EOL = "online.help.eol";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top