Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 251 - 260 of 298 for alternatifs (0.09 seconds)

  1. docs/zh/docs/tutorial/query-params-str-validations.md

    ///
    
    FastAPI 现在会:
    
    - 对数据进行**校验**,确保最大长度为 50 个字符
    - 当数据无效时向客户端展示**清晰的错误**
    - 在 OpenAPI 模式的*路径操作*中**记录**该参数(因此会出现在**自动文档 UI** 中)
    
    ## 另一种(旧的)方式:把 `Query` 作为默认值 { #alternative-old-query-as-the-default-value }
    
    早期版本的 FastAPI(<dfn title="早于 2023-03">0.95.0</dfn> 之前)要求你把 `Query` 作为参数的默认值,而不是放在 `Annotated` 里。你很可能会在别处看到这种写法,所以我也给你解释一下。
    
    /// tip | 提示
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/primitives/Doubles.java

       *
       * <p>Prefer {@link Double#BYTES} instead.
       *
       * @since 10.0
       */
      public static final int BYTES = Double.BYTES;
    
      /**
       * Returns a hash code for {@code value}; obsolete alternative to {@link Double#hashCode(double)}.
       *
       * @param value a primitive {@code double} value
       * @return a hash code for the value
       */
      @InlineMe(replacement = "Double.hashCode(value)")
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 16:38:16 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  3. docs/zh-hant/docs/virtual-environments.md

    // 啟用 prisoner-of-azkaban/.venv 中的虛擬環境 🚀
    $ source .venv/bin/activate
    
    // 現在當你執行 python 時,它會在這個虛擬環境中找到已安裝的 sirius 套件 ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 替代方案 { #alternatives }
    
    這是一個簡單的指南,幫助你入門並教會你如何理解一切**底層**的原理。
    
    有許多**替代方案**來管理虛擬環境、套件依賴(requirements)、專案。
    
    當你準備好並想要使用一個工具來**管理整個專案**、套件依賴、虛擬環境等,建議你嘗試 [uv](https://github.com/astral-sh/uv)。
    
    `uv` 可以執行許多操作,它可以:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 21K bytes
    - Click Count (0)
  4. docs/zh/docs/virtual-environments.md

    // 激活 prisoner-of-azkaban/.venv 中的虚拟环境 🚀
    $ source .venv/bin/activate
    
    // 现在当你运行 python 时,它会在这个虚拟环境中找到安装的 sirius 包 ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 替代方案 { #alternatives }
    
    这是一个简单的指南,可以帮助你入门并教会你如何理解一切**底层**的东西。
    
    有许多**替代方案**来管理虚拟环境、包依赖(requirements)、工程。
    
    一旦你准备好并想要使用一个工具来**管理整个工程**、包依赖、虚拟环境等,建议你尝试 [uv](https://github.com/astral-sh/uv)。
    
    `uv` 可以做很多事情,它可以:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  5. docs/changelogs/changelog_3x.md

        inappropriate.
    
     *  New: `HttpUrl.get(String)` is an alternative to `HttpUrl.parse(String)` that throws an exception
        when the URL is malformed instead of returning null. Use this to avoid checking for null in
        situations where the input is known to be well-formed. We've also added `MediaType.get(String)`
        which is an exception-throwing alternative to `MediaType.parse(String)`.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Click Count (0)
  6. guava/src/com/google/common/base/Converter.java

     *       be overridden.
     * </ul>
     *
     * <h3>Example</h3>
     *
     * {@snippet :
     * return Converter.from(
     *     Integer::toHexString,
     *     s -> parseUnsignedInt(s, 16));
     * }
     *
     * <p>An alternative using a subclass:
     *
     * {@snippet :
     * return new Converter<Integer, String>() {
     *   @Override
     *   protected String doForward(Integer i) {
     *     return Integer.toHexString(i);
     *   }
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jun 18 21:43:06 GMT 2025
    - 22.8K bytes
    - Click Count (0)
  7. android/guava-tests/test/com/google/common/collect/MultimapsTest.java

      }
    
      /**
       * The supplied multimap will be mutated and an unmodifiable instance used in its stead. If the
       * multimap does not support null keys or values, alternatives may be specified for tests
       * involving nulls.
       */
      private static void checkUnmodifiableMultimap(
          Multimap<@Nullable String, @Nullable Integer> multimap,
          boolean permitsDuplicates,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 39.2K bytes
    - Click Count (0)
  8. LICENSE

        Corresponding Source from a network server at no charge.
    
        c) Convey individual copies of the object code with a copy of the
        written offer to provide the Corresponding Source.  This
        alternative is allowed only occasionally and noncommercially, and
        only if you received the object code with such an offer, in accord
        with subsection 6b.
    
        d) Convey the object code by offering access from a designated
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 33.7K bytes
    - Click Count (0)
  9. docs/zh/docs/deployment/docker.md

    你将看到自动生成的交互式 API 文档(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ## 备选 API 文档 { #alternative-api-docs }
    
    你还可以访问 [http://192.168.99.100/redoc](http://192.168.99.100/redoc) 或 [http://127.0.0.1/redoc](http://127.0.0.1/redoc)(或其他等价地址,取决于你的 Docker 主机)。
    
    你将看到备选的自动文档(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 24.8K bytes
    - Click Count (0)
  10. docs/en/docs/release-notes.md

    * Fix typo. PR [#1326](https://github.com/tiangolo/fastapi/pull/1326) by [@chenl](https://github.com/chenl).
    * Add translation to Portuguese for [Alternatives, Inspiration and Comparisons - Alternativas, Inspiração e Comparações](https://fastapi.tiangolo.com/pt/alternatives/). PR [#1325](https://github.com/tiangolo/fastapi/pull/1325) by [@Serrones](https://github.com/Serrones).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top