Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 773 for rain (0.03 sec)

  1. docs/em/docs/advanced/path-operation-advanced-configuration.md

    ## πŸ—„ βž•
    
    πŸ•β” πŸ‘† πŸ“£ *➑ πŸ› οΈ* πŸ‘† 🈸, **FastAPI** πŸ” πŸ— πŸ”— πŸ—ƒ πŸ”ƒ πŸ‘ˆ *➑ πŸ› οΈ* πŸ”Œ πŸ—„ πŸ”—.
    
    /// note | "πŸ“‘ β„Ή"
    
    πŸ—„ πŸ”§ ⚫️ πŸ€™ <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#operation-object" class="external-link" target="_blank">πŸ› οΈ 🎚</a>.
    
    ///
    
    ⚫️ βœ”οΈ 🌐 β„Ή πŸ”ƒ *➑ πŸ› οΈ* &amp; βš™οΈ πŸ— 🏧 🧾.
    
    ⚫️ πŸ”Œ `tags`, `parameters`, `requestBody`, `responses`, ♒️.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. docs/en/docs/js/custom.js

                index = (index + 1) % children.length
            }
            announceRandom()
            setInterval(announceRandom, timeInterval
            )
        }
    }
    
    async function main() {
        if (div) {
            data = await getData()
            div.innerHTML = '<ul></ul>'
            const ul = document.querySelector('.github-topic-projects ul')
            data.forEach(v => {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. docs/ko/docs/deployment/server-workers.md

    ```
    
    </div>
    
    각 μ˜΅μ…˜μ΄ 무엇을 μ˜λ―Έν•˜λŠ”μ§€ μ‚΄νŽ΄λ΄…μ‹œλ‹€:
    
    * 이것은 μœ λΉ„μ½˜κ³Ό λ˜‘κ°™μ€ λ¬Έλ²•μž…λ‹ˆλ‹€. `main`은 파이썬 λͺ¨λ“ˆ λ„€μž„ "`main`"을 μ˜λ―Έν•˜λ―€λ‘œ `main.py`νŒŒμΌμ„ λœ»ν•©λ‹ˆλ‹€. 그리고 `app`은 **FastAPI** μ–΄ν”Œλ¦¬μΌ€μ΄μ…˜μ΄ λ“€μ–΄ μžˆλŠ” λ³€μˆ˜μ˜ μ΄λ¦„μž…λ‹ˆλ‹€.
        * `main:app`이 파이썬의 `import` 문법과 ν‘μ‚¬ν•œ 면이 μžˆλ‹€λŠ” κ±Έ μ•Œ 수 μžˆμŠ΅λ‹ˆλ‹€:
    
            ```Python
            from main import app
            ```
    
        * 곧, `main:app`μ•ˆμ— μžˆλŠ” 콜둠의 μ˜λ―ΈλŠ” νŒŒμ΄μ¬μ—μ„œ `from main import app`μ—μ„œμ˜ `import`와 κ°™μŠ΅λ‹ˆλ‹€.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. docs/pt/docs/advanced/behind-a-proxy.md

    ### Fornecendo o `root_path`
    
    Para conseguir isso, vocΓͺ pode usar a opção de linha de comando `--root-path` assim:
    
    <div class="termy">
    
    ```console
    $ fastapi run main.py --root-path /api/v1
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Se vocΓͺ usar Hypercorn, ele tambΓ©m tem a opção `--root-path`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 15:28:18 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. docs_src/custom_response/tutorial007.py

    from fastapi.responses import StreamingResponse
    
    app = FastAPI()
    
    
    async def fake_video_streamer():
        for i in range(10):
            yield b"some fake video bytes"
    
    
    @app.get("/")
    async def main():
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 277 bytes
    - Viewed (0)
  6. docs/tr/docs/tutorial/first-steps.md

    <span style="color: green;">INFO</span>:     Application startup complete.
    ```
    
    </div>
    
    /// note | "Not"
    
    `uvicorn main:app` komutunu şu şekilde açıklayabiliriz:
    
    * `main`: dosya olan `main.py` (yani Python "modΓΌlΓΌ").
    * `app`: ise `main.py` dosyasının içerisinde `app = FastAPI()` satırında oluşturduğumuz `FastAPI` nesnesi.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/base/internal/Finalizer.java

     * unloading an OSGi bundle.
     *
     * <p>{@code com.google.common.base.FinalizableReferenceQueue} loads this class in its own class
     * loader. That way, this class doesn't prevent the main class loader from getting garbage
     * collected, and this class can detect when the main class loader has been garbage collected and
     * stop itself.
     */
    // no @ElementTypesAreNonNullByDefault for the reasons discussed above
    public class Finalizer implements Runnable {
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 23 12:54:09 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/security/first-steps.md

    βœ‹οΈ ➑️ πŸ–Š πŸ‘† πŸ•° πŸ‘‚ πŸŒ• πŸ“ πŸ”§ πŸ”Ž πŸ‘ˆ πŸ₯ πŸ– β„Ή πŸ‘† πŸ’ͺ.
    
    ➑️ βš™οΈ 🧰 🚚 **FastAPI** 🍡 πŸ’‚β€β™‚.
    
    ## ❔ ⚫️ πŸ‘€
    
    ➑️ πŸ₯‡ βš™οΈ πŸ“Ÿ &amp; πŸ‘€ ❔ ⚫️ πŸ‘·, &amp; ‴️ πŸ‘₯ πŸ”œ πŸ‘Ÿ πŸ”™ πŸ€” βš«οΈβ” πŸ˜₯.
    
    ## ✍ `main.py`
    
    πŸ“ πŸ–Ό πŸ“ `main.py`:
    
    ```Python
    {!../../docs_src/security/tutorial001.py!}
    ```
    
    ## πŸƒ ⚫️
    
    /// info
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. docs_src/custom_response/tutorial008.py

    from fastapi import FastAPI
    from fastapi.responses import StreamingResponse
    
    some_file_path = "large-video-file.mp4"
    app = FastAPI()
    
    
    @app.get("/")
    def main():
        def iterfile():  # (1)
            with open(some_file_path, mode="rb") as file_like:  # (2)
                yield from file_like  # (3)
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 19 19:14:58 UTC 2021
    - 360 bytes
    - Viewed (0)
  10. docs/ko/README.md

    * [fess_label_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_label_en.properties)
    * [fess_message_en.properties](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_message_en.properties)
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top