Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 604 for tipy (0.08 sec)

  1. docs/zh/docs/advanced/advanced-dependencies.md

    处理依赖项时,**FastAPI** 以如下方式调用 `checker`:
    
    ```Python
    checker(q="somequery")
    ```
    
    ……并用*路径操作函数*的参数 `fixed_content_included` 返回依赖项的值:
    
    {* ../../docs_src/dependencies/tutorial011.py hl[20] *}
    
    /// tip | 提示
    
    本章示例有些刻意,也看不出有什么用处。
    
    这个简例只是为了说明高级依赖项的运作机制。
    
    在有关安全的章节中,工具函数将以这种方式实现。
    
    只要能理解本章内容,就能理解安全工具背后的运行机制。
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    *➡ 🛠️ 👨‍🎨* 📨 📦 ❌ `dependencies`.
    
    ⚫️ 🔜 `list` `Depends()`:
    
    {* ../../docs_src/dependencies/tutorial006.py hl[17] *}
    
    👉 🔗 🔜 🛠️/❎ 🎏 🌌 😐 🔗. ✋️ 👫 💲 (🚥 👫 📨 🙆) 🏆 🚫 🚶‍♀️ 👆 *➡ 🛠️ 🔢*.
    
    /// tip
    
    👨‍🎨 ✅ ♻ 🔢 🔢, & 🎦 👫 ❌.
    
    ⚙️ 👉 `dependencies` *➡ 🛠️ 👨‍🎨* 👆 💪 ⚒ 💭 👫 🛠️ ⏪ ❎ 👨‍🎨/🏭 ❌.
    
    ⚫️ 💪 ℹ ❎ 😨 🆕 👩‍💻 👈 👀 ♻ 🔢 👆 📟 & 💪 💭 ⚫️ 🙃.
    
    ///
    
    /// info
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/dataclasses.md

    You can combine `dataclasses` with other type annotations in many different combinations to form complex data structures.
    
    Check the in-code annotation tips above to see more specific details.
    
    ## Learn More { #learn-more }
    
    You can also combine `dataclasses` with other Pydantic models, inherit from them, include them in your own models, etc.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  4. docs/ja/docs/deployment/versions.md

    セマンティック バージョニングの規約に従って、`1.0.0` 未満の全てのバージョンは破壊的な変更が加わる可能性があります。
    
    FastAPIでは「パッチ」バージョンはバグ修正と非破壊的な変更に留めるという規約に従っています。
    
    /// tip | 豆知識
    
    「パッチ」は最後の数字を指します。例えば、`0.2.3` ではパッチバージョンは `3` です。
    
    ///
    
    従って、以下の様なバージョンの固定が望ましいです:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    破壊的な変更と新機能実装は「マイナー」バージョンで加えられます。
    
    /// tip | 豆知識
    
    「マイナー」は真ん中の数字です。例えば、`0.2.3` ではマイナーバージョンは `2` です。
    
    ///
    
    ## FastAPIのバージョンのアップグレード
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/metadata.md

    다음과 같이 설정할 수 있습니다:
    
    {* ../../docs_src/metadata/tutorial001.py hl[3:16,19:32] *}
    
    /// tip
    
    `description` 필드에 마크다운을 사용할 수 있으며, 출력에서 렌더링됩니다.
    
    ///
    
    이 구성을 사용하면 문서 자동화(로 생성된) API 문서는 다음과 같이 보입니다:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## 라이선스 식별자
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/security/get-current-user.md

    Обратите внимание, что мы объявляем тип переменной `current_user` как Pydantic-модель `User`.
    
    Это поможет выполнить внутри функции все проверки автозаполнения и типа.
    
    /// tip | Подсказка
    Возможно, вы помните, что тело запроса также объявляется с помощью Pydantic-моделей.
    
    В этом месте у **FastAPI** не возникнет проблем, потому что вы используете `Depends`.
    ///
    
    /// check | Заметка
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 10:52:27 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. src/main/webapp/js/bootstrap.min.js.map

    }\n\n  _isAnimated() {\n    return this._config.animation || (this.tip && this.tip.classList.contains(CLASS_NAME_FADE))\n  }\n\n  _isShown() {\n    return this.tip && this.tip.classList.contains(CLASS_NAME_SHOW)\n  }\n\n  _createPopper(tip) {\n    const placement = execute(this._config.placement, [this, tip, this._element])\n    const attachment = AttachmentMap[placement.toUpperCase()]\n    return Popper.createPopper(this._element, tip, this._getPopperConfig(attachment))\n  }\n\n  _getOffset() {\n ...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  8. docs/tr/docs/tutorial/request-forms.md

    /// info | Bilgi
    
    `Form` doğrudan `Body` sınıfını miras alan bir sınıftır.
    
    ///
    
    /// tip | İpucu
    
    Form gövdelerini tanımlamak için `Form` sınıfını kullanmanız gerekir; çünkü bu olmadan parametreler sorgu parametreleri veya gövde (JSON) parametreleri olarak yorumlanır.
    
    ///
    
    ## "Form Alanları" Hakkında
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. docs/es/docs/deployment/https.md

    # Sobre HTTPS
    
    Es fácil asumir que HTTPS es algo que simplemente está "activado" o no.
    
    Pero es mucho más complejo que eso.
    
    /// tip | Consejo
    
    Si tienes prisa o no te importa, continúa con las siguientes secciones para ver instrucciones paso a paso para configurar todo con diferentes técnicas.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 13K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java

    import java.nio.file.attribute.PosixFileAttributes;
    import java.util.Arrays;
    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Unit tests for {@link FileBackedOutputStream}.
     *
     * <p>For a tiny bit more testing, see {@link FileBackedOutputStreamAndroidIncompatibleTest}.
     *
     * @author Chris Nokleberg
     */
    @NullUnmarked
    public class FileBackedOutputStreamTest extends IoTestCase {
    
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top