Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 171 - 180 of 191 for Editors (0.06 seconds)

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

  1. docs/pt/docs/tutorial/bigger-applications.md

    ```
    
    Mas você teria que lembrar de passar o path correto toda vez que chamar o comando `fastapi`.
    
    Além disso, outras ferramentas podem não conseguir encontrá-la, por exemplo a [Extensão do VS Code](../editor-support.md) ou a [FastAPI Cloud](https://fastapicloud.com), portanto é recomendável usar o `entrypoint` em `pyproject.toml`.
    
    ///
    
    ## Verifique a documentação automática da API { #check-the-automatic-api-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  2. docs/fr/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ python main.py
    
    Hello World
    ```
    
    </div>
    
    ## Configurer votre éditeur { #configure-your-editor }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 24.5K bytes
    - Click Count (0)
  3. docs/zh-hant/docs/tutorial/bigger-applications.md

    如此一來 `fastapi` 指令就會知道去哪裡找到你的 app。
    
    /// Note | 注意
    
    你也可以把路徑直接傳給指令,例如:
    
    ```console
    $ fastapi dev app/main.py
    ```
    
    但你每次呼叫 `fastapi` 指令時都得記得傳入正確的路徑。
    
    此外,其他工具可能找不到它,例如 [VS Code 擴充套件](../editor-support.md) 或 [FastAPI Cloud](https://fastapicloud.com),因此建議在 `pyproject.toml` 中使用 `entrypoint`。
    
    ///
    
    ## 檢查自動產生的 API 文件 { #check-the-automatic-api-docs }
    
    現在,執行你的應用:
    
    <div class="termy">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  4. docs/zh/docs/index.md

    ```
    
    ……从:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ……改为:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ……看看你的编辑器如何自动补全属性并知道它们的类型:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    更多包含更多特性的完整示例,请参阅 <a href="https://fastapi.tiangolo.com/zh/tutorial/">教程 - 用户指南</a>。
    
    **剧透警告**:教程 - 用户指南包括:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 20.7K bytes
    - Click Count (0)
  5. docs/ja/docs/tutorial/first-steps.md

    `fastapi dev`コマンドにファイルパスを渡すこともでき、使用すべきFastAPIのappオブジェクトを推測します:
    
    ```console
    $ fastapi dev main.py
    ```
    
    ただし、その場合は毎回`fastapi`コマンドを呼ぶたびに正しいパスを渡すことを覚えておく必要があります。
    
    さらに、他のツール(たとえば、[VS Code 拡張機能](../editor-support.md)や[FastAPI Cloud](https://fastapicloud.com))が見つけられない場合があります。そのため、`pyproject.toml`の`entrypoint`を使うことを推奨します。
    
    ### アプリをデプロイ(任意) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 15.9K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/bigger-applications.md

    /// Note | 참고
    
    명령어에 경로를 직접 전달할 수도 있습니다:
    
    ```console
    $ fastapi dev app/main.py
    ```
    
    하지만 `fastapi` 명령어를 실행할 때마다 올바른 경로를 기억해 전달해야 합니다.
    
    또한 [VS Code 확장](../editor-support.md)이나 [FastAPI Cloud](https://fastapicloud.com) 같은 다른 도구들이 이를 찾지 못할 수도 있으므로, `pyproject.toml`의 `entrypoint`를 사용하는 것을 권장합니다.
    
    ///
    
    ## 자동 API 문서 확인하기 { #check-the-automatic-api-docs }
    
    이제 앱을 실행하세요:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.5K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/index.md

    ```
    
    …從:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    …改為:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    …然後看看你的編輯器如何自動補全屬性並知道它們的型別:
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    若想看包含更多功能的完整範例,請參考 <a href="https://fastapi.tiangolo.com/zh-hant/tutorial/">Tutorial - User Guide</a>。
    
    **劇透警告**:教學 - 使用者指南包含:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  8. src/main/java/jcifs/smb1/smb1/SID.java

            }
    
            return ret.toString();
        }
    
        /**
         * Return a String representing this SID ideal for display to
         * users. This method should return the same text that the ACL
         * editor in Windows would display.
         * <p>
         * Specifically, if the SID has
         * been resolved and it is not a domain SID or builtin account,
         * the full DOMAIN\name form of the account will be
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 31.5K bytes
    - Click Count (0)
  9. docs/ja/docs/index.md

    ...以下の:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...を:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...に変更し、エディタが属性を自動補完し、その型を知ることを確認してください。
    
    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    より多くの機能を含む、より完全な例については、<a href="https://fastapi.tiangolo.com/ja/tutorial/">Tutorial - User Guide</a> を参照してください。
    
    **ネタバレ注意**: tutorial - user guide には以下が含まれます。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/virtual-environments.md

    在啟用虛擬環境後,你可以執行你的程式,它將使用虛擬環境中的 Python 和你在其中安裝的套件。
    
    <div class="termy">
    
    ```console
    $ python main.py
    
    Hello World
    ```
    
    </div>
    
    ## 設定編輯器 { #configure-your-editor }
    
    你可能會用到編輯器,請確保設定它使用你建立的相同虛擬環境(它可能會自動偵測到),以便你可以獲得自動完成和內嵌錯誤提示。
    
    例如:
    
    * [VS Code](https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 21K bytes
    - Click Count (0)
Back to Top