Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 518 for expert (0.04 sec)

  1. docs/pt/docs/help-fastapi.md

    Ajudando a responder as questΓ΅es de varias pessoas, vocΓͺ pode se tornar um [Expert em FastAPI](fastapi-people.md#especialistas){.internal-link target=_blank} oficial. πŸŽ‰
    
    ## Acompanhe o repositΓ³rio do GitHub
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/first-steps.md

    /// info
    
    A "bearer" token is not the only option.
    
    But it's the best one for our use case.
    
    And it might be the best for most use cases, unless you are an OAuth2 expert and know exactly why there's another option that better suits your needs.
    
    In that case, **FastAPI** also provides you with the tools to build it.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  3. docs/es/docs/help-fastapi.md

    En muchos casos, probablemente ya conozcas la respuesta a esas preguntas. πŸ€“
    
    Si estΓ‘s ayudando mucho a la gente con sus preguntas, te convertirΓ‘s en un [FastAPI Expert](fastapi-people.md#fastapi-experts){.internal-link target=_blank} oficial. πŸŽ‰
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.5K bytes
    - Viewed (0)
  4. docs/en/docs/help-fastapi.md

    In many cases you might already know the answer for those questions. πŸ€“
    
    If you are helping a lot of people with their questions, you will become an official [FastAPI Expert](fastapi-people.md#fastapi-experts){.internal-link target=_blank}. πŸŽ‰
    
    Just remember, the most important point is: try to be kind. People come with their frustrations and in many cases don't ask in the best way, but try as best as you can to be kind. πŸ€—
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14K bytes
    - Viewed (0)
  5. docs/en/docs/advanced/path-operation-advanced-configuration.md

    # Path Operation Advanced Configuration { #path-operation-advanced-configuration }
    
    ## OpenAPI operationId { #openapi-operationid }
    
    /// warning
    
    If you are not an "expert" in OpenAPI, you probably don't need this.
    
    ///
    
    You can set the OpenAPI `operationId` to be used in your *path operation* with the parameter `operation_id`.
    
    You would have to make sure that it is unique for each operation.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/Striped.java

      private static int ceilToPowerOfTwo(int x) {
        return 1 << IntMath.log2(x, RoundingMode.CEILING);
      }
    
      /*
       * This method was written by Doug Lea with assistance from members of JCP JSR-166 Expert Group
       * and released to the public domain, as explained at
       * http://creativecommons.org/licenses/publicdomain
       *
       * As of 2010/06/11, this method is identical to the (package private) hash method in OpenJDK 7's
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  7. docs/en/docs/python-types.md

    **FastAPI** is all based on these type hints, they give it many advantages and benefits.
    
    But even if you never use **FastAPI**, you would benefit from learning a bit about them.
    
    /// note
    
    If you are a Python expert, and you already know everything about type hints, skip to the next chapter.
    
    ///
    
    ## Motivation { #motivation }
    
    Let's start with a simple example:
    
    {* ../../docs_src/python_types/tutorial001.py *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  8. docs/ko/docs/help-fastapi.md

    μ±„νŒ… μ‹œμŠ€ν…œμ—μ„œμ˜ λŒ€ν™” λ˜ν•œ GitHubμ—μ„œ 처럼 μ‰½κ²Œ 검색할 수 μ—†κΈ° λ•Œλ¬Έμ— λŒ€ν™” 쀑에 질문과 닡변이 손싀될 수 μžˆμŠ΅λ‹ˆλ‹€. 그리고 GitHub μ΄μŠˆμ— μžˆλŠ” κ²ƒλ§Œ [FastAPI Expert](fastapi-people.md#fastapi-experts){.internal-link target=_blank}κ°€ λ˜λŠ” κ²ƒμœΌλ‘œ κ°„μ£Όλ˜λ―€λ‘œ, GitHub μ΄μŠˆμ—μ„œ 더 λ§Žμ€ 관심을 받을 κ²ƒμž…λ‹ˆλ‹€.
    
    반면, μ±„νŒ… μ‹œμŠ€ν…œμ—λŠ” 수천 λͺ…μ˜ μ‚¬μš©μžκ°€ 있기 λ•Œλ¬Έμ—, 거의 항상 λŒ€ν™” μƒλŒ€λ₯Ό 찾을 κ°€λŠ₯성이 λ†’μŠ΅λ‹ˆλ‹€. πŸ˜„
    
    ## 개발자 μŠ€ν°μ„œκ°€ λ˜μ‹­μ‹œμ˜€
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  9. docs/compression/README.md

    When set, environment variables override the defined `compress` config settings in the server config.
    
    ```bash
    export MINIO_COMPRESSION_ENABLE="on"
    export MINIO_COMPRESSION_EXTENSIONS=".txt,.log,.csv,.json,.tar,.xml,.bin"
    export MINIO_COMPRESSION_MIME_TYPES="text/*,application/json,application/xml"
    ```
    
    > [!NOTE]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    In short, if you had dependencies that looked like:
    
    ```Python
    def my_dep():
        try:
            yield
        except SomeException:
            pass
    ```
    
    Now you need to make sure you raise again after `except`, just as you would in regular Python:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top