Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for panel (0.15 sec)

  1. docs/en/docs/tutorial/debugging.md

    Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly from the debugger.
    
    ---
    
    For example, in Visual Studio Code, you can:
    
    * Go to the "Debug" panel.
    * "Add configuration...".
    * Select "Python"
    * Run the debugger with the option "`Python: Current File (Integrated Terminal)`".
    
    It will then start the server with your **FastAPI** code, stop at your breakpoints, etc.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jun 22 17:04:16 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  2. docs/pt/docs/async.md

    * **Deep Learning**: Esse é um subcampo do Machine Learning, então o mesmo se aplica. A diferença é que não há apenas uma grande folha de papel com números para multiplicar, mas um grande conjunto de folhas de papel, e em muitos casos, você utiliza um processador especial para construir e/ou usar modelos.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  3. docs/pt/docs/project-generation.md

    * _Frontend_ **Vue**:
        * Gerado com Vue CLI.
        * Controle de **Autenticação JWT**.
        * Visualização de _login_.
        * Após o _login_, visualização do painel de controle principal.
        * Painel de controle principal com criação e edição de usuário.
        * Edição do próprio usuário.
        * **Vuex**.
        * **Vue-router**.
        * **Vuetify** para belos componentes _material design_.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Oct 17 05:50:32 GMT 2020
    - 6.3K bytes
    - Viewed (0)
  4. docs/tr/docs/project-generation.md

    * **Vue** ile frontend:
        * Vue CLI ile oluşturulmuş.
        * Dahili **JWT kimlik doğrulama**.
        * Dahili Login.
        * Login sonrası, Kontrol paneli.
        * Kullanıcı oluşturma ve düzenleme kontrol paneli
        * Kendi kendine kullanıcı sürümü.
        * **Vuex**.
        * **Vue-router**.
        * **Vuetify** güzel material design kompanentleri için.
        * **TypeScript**.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jan 22 19:55:41 GMT 2024
    - 6K bytes
    - Viewed (0)
Back to top