Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 608 for Learning (0.05 sec)

  1. docs/em/docs/tutorial/request-forms-and-files.md

    {* ../../docs_src/request_forms_and_files/tutorial001.py hl[8] *}
    
    ๐Ÿ“ & ๐Ÿ“จ ๐Ÿ‘ ๐Ÿ”œ ๐Ÿ“‚ ๐Ÿ“จ ๐Ÿ“Š & ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ“จ ๐Ÿ“ & ๐Ÿ“จ ๐Ÿ‘.
    
    & ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ“ `bytes` & `UploadFile`.
    
    /// warning
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ’— `File` & `Form` ๐Ÿ”ข *โžก ๐Ÿ› ๏ธ*, โœ‹๏ธ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšซ ๐Ÿ“ฃ `Body` ๐Ÿ‘ ๐Ÿ‘ˆ ๐Ÿ‘† โŒ› ๐Ÿ“จ ๐ŸŽป, ๐Ÿ“จ ๐Ÿ”œ โœ”๏ธ ๐Ÿ’ช ๐Ÿ—œ โš™๏ธ `multipart/form-data` โ†ฉ๏ธ `application/json`.
    
    ๐Ÿ‘‰ ๐Ÿšซ ๐Ÿšซ **FastAPI**, โšซ๏ธ ๐Ÿ• ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ› ๏ธ.
    
    ///
    
    ## ๐ŸŒƒ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Interner.java

       * intern(a)} is permitted to return one instance now and a different instance later if the
       * original interned instance was garbage-collected.
       *
       * <p><b>Warning:</b> do not use with mutable objects.
       *
       * @throws NullPointerException if {@code sample} is null
       */
      E intern(E sample);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. docs/es/docs/advanced/additional-status-codes.md

    Para lograr eso, importa `JSONResponse`, y devuelve tu contenido allรญ directamente, configurando el `status_code` que deseas:
    
    {* ../../docs_src/additional_status_codes/tutorial001_an_py310.py hl[4,25] *}
    
    /// warning | Advertencia
    
    Cuando devuelves un `Response` directamente, como en el ejemplo anterior, se devuelve directamente.
    
    No se serializarรก con un modelo, etc.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/body-fields.md

    ## Importe `Field`
    
    Primeiro, vocรช tem que importรก-lo:
    
    {* ../../docs_src/body_fields/tutorial001.py hl[4] *}
    
    /// warning | Aviso
    
    Note que `Field` รฉ importado diretamente do `pydantic`, nรฃo do `fastapi` como todo o resto (`Query`, `Path`, `Body`, etc).
    
    ///
    
    ## Declare atributos do modelo
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. compat/maven-builder-support/src/main/java/org/apache/maven/building/Problem.java

    @Deprecated(since = "4.0.0")
    public interface Problem {
    
        /**
         * The different severity levels for a problem, in decreasing order.
         */
        enum Severity {
            FATAL, //
            ERROR, //
            WARNING //
        }
    
        /**
         * Gets the hint about the source of the problem. While the syntax of this hint is unspecified and depends on the
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jan 15 18:51:29 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/path-operation-advanced-configuration.md

    # โžก ๐Ÿ› ๏ธ ๐Ÿง ๐Ÿ“ณ
    
    ## ๐Ÿ—„ {
    
    /// warning
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšซ "๐Ÿ•ด" ๐Ÿ—„, ๐Ÿ‘† ๐ŸŽฒ ๐Ÿšซ ๐Ÿ’ช ๐Ÿ‘‰.
    
    ///
    
    ๐Ÿ‘† ๐Ÿ’ช โš’ ๐Ÿ—„ `operationId` โš™๏ธ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ* โฎ๏ธ ๐Ÿ”ข `operation_id`.
    
    ๐Ÿ‘† ๐Ÿ”œ โœ”๏ธ โš’ ๐Ÿ’ญ ๐Ÿ‘ˆ โšซ๏ธ ๐Ÿ˜ ๐Ÿ”  ๐Ÿ› ๏ธ.
    
    {* ../../docs_src/path_operation_advanced_configuration/tutorial001.py hl[6] *}
    
    ### โš™๏ธ *โžก ๐Ÿ› ๏ธ ๐Ÿ”ข* ๐Ÿ“› {
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’š โš™๏ธ ๐Ÿ‘† ๐Ÿ”—' ๐Ÿ”ข ๐Ÿ“› `operationId`โ“‚, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ” ๐Ÿคญ ๐ŸŒ ๐Ÿ‘ซ &amp; ๐Ÿ” ๐Ÿ”  *โžก ๐Ÿ› ๏ธ* `operation_id` โš™๏ธ ๐Ÿ‘ซ `APIRoute.name`.
    
    ๐Ÿ‘† ๐Ÿ”œ โšซ๏ธ โฎ๏ธ โŽ ๐ŸŒ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ*.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/body-updates.md

    {* ../../docs_src/body_updates/tutorial001_py310.py hl[28:33] *}
    
    `PUT` is used to receive data that should replace the existing data.
    
    ### Warning about replacing { #warning-about-replacing }
    
    That means that if you want to update the item `bar` using `PUT` with a body containing:
    
    ```Python
    {
        "name": "Barz",
        "price": 3,
        "description": None,
    }
    ```
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. src/main/java/jcifs/audit/SecurityAuditLogger.java

        }
    
        /**
         * Event severity levels
         */
        public enum Severity {
            INFO(0), WARNING(1), ERROR(2), CRITICAL(3);
    
            private final int level;
    
            Severity(int level) {
                this.level = level;
            }
    
            public int getLevel() {
                return level;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  9. docs/ru/docs/tutorial/request-forms-and-files.md

    ะคะฐะนะปั‹ ะธ ะฟะพะปั ั„ะพั€ะผั‹ ะฑัƒะดัƒั‚ ะทะฐะณั€ัƒะถะตะฝั‹ ะฒ ะฒะธะดะต ะดะฐะฝะฝั‹ั… ั„ะพั€ะผั‹, ะธ ะฒั‹ ะฟะพะปัƒั‡ะธั‚ะต ั„ะฐะนะปั‹ ะธ ะฟะพะปั ั„ะพั€ะผั‹.
    
    ะ’ั‹ ะผะพะถะตั‚ะต ะพะฑัŠัะฒะธั‚ัŒ ะฝะตะบะพั‚ะพั€ั‹ะต ั„ะฐะนะปั‹ ะบะฐะบ `bytes`, ะฐ ะฝะตะบะพั‚ะพั€ั‹ะต - ะบะฐะบ `UploadFile`.
    
    /// warning | ะ’ะฝะธะผะฐะฝะธะต
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. docs/ja/docs/advanced/additional-status-codes.md

    ใ—ใ‹ใ—ใ€ๆ–ฐใ—ใ„itemใ‚‚่จฑๅฏใ—ใŸใ„ใงใ™ใ€‚itemใŒๅญ˜ๅœจใ—ใชใ„ๅ ดๅˆใฏใ€ใใ‚Œใ‚‰ใ‚’ไฝœๆˆใ—ใฆ201 "Created"ใ‚’่ฟ”ใ—ใพใ™ใ€‚
    
    ใ“ใ‚Œใ‚’้”ๆˆใ™ใ‚‹ใซใฏใ€ `JSONResponse` ใ‚’ใ‚คใƒณใƒใƒผใƒˆใ—ใ€ `status_code` ใ‚’่จญๅฎšใ—ใฆ็›ดๆŽฅๅ†…ๅฎนใ‚’่ฟ”ใ—ใพใ™ใ€‚
    
    {* ../../docs_src/additional_status_codes/tutorial001.py hl[4,25] *}
    
    /// warning | ๆณจๆ„
    
    ไธŠ่จ˜ใฎไพ‹ใฎใ‚ˆใ†ใซ `Response` ใ‚’ๆ˜Ž็คบ็š„ใซ่ฟ”ใ™ๅ ดๅˆใ€ใใ‚Œใฏ็›ดๆŽฅ่ฟ”ใ•ใ‚Œใพใ™ใ€‚
    
    ใƒขใƒ‡ใƒซใชใฉใฏใ‚ทใƒชใ‚ขใƒฉใ‚คใ‚บใ•ใ‚Œใพใ›ใ‚“ใ€‚
    
    ๅฟ…่ฆใชใƒ‡ใƒผใ‚ฟใŒๅซใพใ‚Œใฆใ„ใ‚‹ใ“ใจใ‚„ใ€ๅ€คใŒๆœ‰ๅŠนใชJSONใงใ‚ใ‚‹ใ“ใจ (`JSONResponse` ใ‚’ไฝฟใ†ๅ ดๅˆ) ใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„ใ€‚
    
    ///
    
    /// note | ๆŠ€่ก“่ฉณ็ดฐ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top