Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 241 for Editors (0.04 seconds)

  1. docs/es/docs/tutorial/path-params.md

    {* ../../docs_src/path_params/tutorial002_py310.py hl[7] *}
    
    En este caso, `item_id` se declara como un `int`.
    
    /// check | Revisa
    
    Esto te dará soporte del editor dentro de tu función, con chequeo de errores, autocompletado, etc.
    
    ///
    
    ## <dfn title="también conocido como: serialización, parsing, marshalling">Conversión</dfn> de datos { #data-conversion }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  2. docs/en/docs/tutorial/path-params.md

    {* ../../docs_src/path_params/tutorial002_py310.py hl[7] *}
    
    In this case, `item_id` is declared to be an `int`.
    
    /// check
    
    This will give you editor support inside of your function, with error checks, completion, etc.
    
    ///
    
    ## Data <dfn title="also known as: serialization, parsing, marshalling">conversion</dfn> { #data-conversion }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 8.8K bytes
    - Click Count (0)
  3. docs/de/docs/tutorial/query-params.md

    Die gleichen Prozesse, die für Pfad-Parameter gelten, werden auch auf Query-Parameter angewendet:
    
    * Editor Unterstützung (natürlich)
    * Daten-<dfn title="Konvertieren des Strings, der von einem HTTP-Request kommt, in Python-Daten">„Parsen“</dfn>
    * Datenvalidierung
    * Automatische Dokumentation
    
    ## Defaultwerte { #defaults }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  4. docs/es/docs/tutorial/query-params-str-validations.md

    /// note | Nota
    
    FastAPI sabrá que el valor de `q` no es requerido por el valor por defecto `= None`.
    
    Tener `str | None` permitirá que tu editor te dé un mejor soporte y detecte errores.
    
    ///
    
    ## Validaciones adicionales { #additional-validation }
    
    Vamos a hacer que, aunque `q` sea opcional, siempre que se proporcione, su longitud no exceda los 50 caracteres.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  5. docs/tr/docs/fastapi-cli.md

    ```console
    $ fastapi dev main.py
    ```
    
    Ancak `fastapi` komutunu her çağırdığınızda doğru path'i geçmeyi hatırlamanız gerekir.
    
    Ayrıca, [VS Code Extension](editor-support.md) veya [FastAPI Cloud](https://fastapicloud.com) gibi diğer araçlar da bunu bulamayabilir; bu yüzden `pyproject.toml` içindeki `entrypoint`'i kullanmanız önerilir.
    
    ## `fastapi dev` { #fastapi-dev }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  6. docs/de/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ python main.py
    
    Hello World
    ```
    
    </div>
    
    ## Ihren Editor konfigurieren { #configure-your-editor }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 24.8K bytes
    - Click Count (0)
  7. src/main/java/jcifs/SID.java

         *
         * @return the RID
         */
        int getRid();
    
        /**
         * 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
    - 5.4K bytes
    - Click Count (0)
  8. docs/pt/docs/tutorial/response-status-code.md

    {* ../../docs_src/response_status_code/tutorial002_py310.py hl[1,6] *}
    
    Eles são apenas uma conveniência, eles possuem o mesmo número, mas dessa forma você pode usar o preenchimento automático do editor para encontrá-los:
    
    <img src="/img/tutorial/response-status-code/image02.png">
    
    /// note | Detalhes Técnicos
    
    Você também pode usar `from starlette import status`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  9. docs/ru/docs/fastapi-cli.md

    ```console
    $ fastapi dev main.py
    ```
    
    Но тогда вам придется каждый раз не забывать передавать правильный путь при вызове команды `fastapi`.
    
    Кроме того, другие инструменты могут не найти его, например [Расширение VS Code](editor-support.md) или [FastAPI Cloud](https://fastapicloud.com), поэтому рекомендуется использовать `entrypoint` в `pyproject.toml`.
    
    ## `fastapi dev` { #fastapi-dev }
    
    Вызов `fastapi dev` запускает режим разработки.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  10. docs/tr/docs/index.md

    * **Kodlaması Hızlı**: Özellik geliştirme hızını yaklaşık %200 ile %300 aralığında artırır. *
    * **Daha az hata**: İnsan (geliştirici) kaynaklı hataları yaklaşık %40 azaltır. *
    * **Sezgisel**: Harika bir editör desteği. Her yerde <dfn title="oto-tamamlama, autocompletion, IntelliSense olarak da bilinir">Tamamlama</dfn>. Hata ayıklamaya daha az zaman.
    * **Kolay**: Kullanımı ve öğrenmesi kolay olacak şekilde tasarlandı. Doküman okumaya daha az zaman.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.2K bytes
    - Click Count (0)
Back to Top