Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1071 - 1080 of 1,776 for support (0.05 seconds)

  1. docs/ko/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:06:26 GMT 2026
    - 15K bytes
    - Click Count (0)
  2. cmd/iam-store.go

    	deleteGroupInfo(ctx context.Context, name string) error
    }
    
    // iamStorageWatcher is implemented by `IAMStorageAPI` implementers that
    // additionally support watching storage for changes.
    type iamStorageWatcher interface {
    	watch(ctx context.Context, keyPath string) <-chan iamWatchEvent
    }
    
    // Set default canned policies only if not already overridden by users.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 87.1K bytes
    - Click Count (0)
  3. tests/migrate_test.go

    	if err != nil {
    		t.Fatalf("AutoMigrate err:%v", err)
    	}
    }
    
    func TestPrimarykeyIDGaussDB(t *testing.T) {
    	t.Skipf("This test case skipped, because of gaussdb not support uuid-ossp plugin (SQLSTATE 58P01)")
    	if DB.Dialector.Name() != "gaussdb" {
    		return
    	}
    
    	type MissPKLanguage struct {
    		ID   string `gorm:"type:uuid;default:uuid_generate_v4()"`
    		Name string
    	}
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:49:01 GMT 2026
    - 66.3K bytes
    - Click Count (0)
  4. docs/en/docs/tutorial/bigger-applications.md

    ```
    
    But you would have to remember to pass the correct path every time you call the `fastapi` command.
    
    Additionally, other tools might not be able to find it, for example the [VS Code Extension](../editor-support.md) or [FastAPI Cloud](https://fastapicloud.com), so it is recommended to use the `entrypoint` in `pyproject.toml`.
    
    ///
    
    ## Check the automatic API docs { #check-the-automatic-api-docs }
    
    Now, run your app:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  5. docs/uk/docs/tutorial/first-steps.md

    $ fastapi dev main.py
    ```
    
    Але вам доведеться щоразу памʼятати передавати правильний шлях під час виклику команди `fastapi`.
    
    Крім того, інші інструменти можуть не знайти його, наприклад [Розширення VS Code](../editor-support.md) або [FastAPI Cloud](https://fastapicloud.com), тому рекомендується використовувати `entrypoint` у `pyproject.toml`.
    
    ### Розгорніть ваш застосунок (необовʼязково) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/bigger-applications.md

    ```console
    $ fastapi dev app/main.py
    ```
    
    Ama o zaman her `fastapi` komutunu çalıştırdığınızda doğru yolu hatırlayıp geçirmeniz gerekir.
    
    Ayrıca, diğer araçlar uygulamayı bulamayabilir; örneğin [VS Code Eklentisi](../editor-support.md) veya [FastAPI Cloud](https://fastapicloud.com). Bu yüzden `pyproject.toml` içinde `entrypoint` kullanmanız önerilir.
    
    ///
    
    ## Otomatik API Dokümanını Kontrol Edin { #check-the-automatic-api-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  7. docs/es/docs/tutorial/first-steps.md

    ```
    
    Pero tendrías que recordar pasar el path correcto cada vez que llames al comando `fastapi`.
    
    Además, otras herramientas podrían no ser capaces de encontrarlo, por ejemplo la [Extensión de VS Code](../editor-support.md) o [FastAPI Cloud](https://fastapicloud.com), así que se recomienda usar el `entrypoint` en `pyproject.toml`.
    
    ### Despliega tu app (opcional) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  8. docs/fr/docs/tutorial/first-steps.md

    ```
    
    Mais vous devrez vous souvenir de passer le chemin correct à chaque exécution de la commande `fastapi`.
    
    De plus, d’autres outils pourraient ne pas être capables de le trouver, par exemple l’[Extension VS Code](../editor-support.md) ou [FastAPI Cloud](https://fastapicloud.com), il est donc recommandé d’utiliser le `entrypoint` dans `pyproject.toml`.
    
    ### Déployer votre application (optionnel) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 15.1K bytes
    - Click Count (0)
  9. docs/ja/docs/tutorial/body.md

    <img src="/img/tutorial/body/image01.png">
    
    また、それらが必要な各 *path operation* 内のAPIドキュメントでも使用されます:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## エディタサポート { #editor-support }
    
    エディタ上で、関数内のあらゆる場所で型ヒントと補完が得られます(Pydanticモデルの代わりに `dict` を受け取った場合は起きません):
    
    <img src="/img/tutorial/body/image03.png">
    
    不正な型操作に対するエラーチェックも得られます:
    
    <img src="/img/tutorial/body/image04.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  10. docs/pt/docs/tutorial/first-steps.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), então é recomendado usar o `entrypoint` no `pyproject.toml`.
    
    ### Faça o deploy da sua aplicação (opcional) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 14.2K bytes
    - Click Count (0)
Back to Top