Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 124 for understand (0.1 seconds)

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

    ---
    
    Aquí te explico cómo ayudar a otros con preguntas (en discusiones o issues):
    
    ### Entiende la pregunta { #understand-the-question }
    
    * Revisa si puedes entender cuál es el **propósito** y el caso de uso de la persona que pregunta.
    
    * Luego revisa si la pregunta (la gran mayoría son preguntas) es **clara**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  2. docs/fr/docs/help-fastapi.md

    ---
    
    Voici comment aider les autres avec des questions (dans les discussions ou les issues) :
    
    ### Comprendre la question { #understand-the-question }
    
    * Vérifiez si vous comprenez quel est l’**objectif** et le cas d'utilisation de la personne qui pose la question.
    
    * Ensuite, vérifiez si la question (la grande majorité sont des questions) est **claire**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 14.6K bytes
    - Click Count (0)
  3. docs/pt/docs/help-fastapi.md

    ---
    
    Veja como ajudar outras pessoas com perguntas (em discussions ou issues):
    
    ### Entenda a pergunta { #understand-the-question }
    
    * Verifique se você consegue entender qual é o **objetivo** e o caso de uso de quem está perguntando.
    
    * Depois verifique se a pergunta (a grande maioria são perguntas) está **clara**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  4. guava/src/com/google/common/base/CharMatcher.java

     *
     * <p><b>Warning:</b> This class deals only with {@code char} values, that is, <a
     * href="http://www.unicode.org/glossary/#BMP_character">BMP characters</a>. It does not understand
     * <a href="http://www.unicode.org/glossary/#supplementary_code_point">supplementary Unicode code
     * points</a> in the range {@code 0x10000} to {@code 0x10FFFF} which includes the majority of
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.5.md

      * You *MUST* set `--anonymous-auth=false` flag on your kube-apiserver unless you are a developer testing this feature and understand it.
      If you do not, you risk allowing unauthorized users to access your apiserver.
      * You *MUST* set `--anonymous-auth=false` flag on your federation apiserver unless you are a developer testing this feature and understand it.
        If you do not, you risk allowing unauthorized users to access your federation apiserver.
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/base/CharMatcher.java

     *
     * <p><b>Warning:</b> This class deals only with {@code char} values, that is, <a
     * href="http://www.unicode.org/glossary/#BMP_character">BMP characters</a>. It does not understand
     * <a href="http://www.unicode.org/glossary/#supplementary_code_point">supplementary Unicode code
     * points</a> in the range {@code 0x10000} to {@code 0x10FFFF} which includes the majority of
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 53.9K bytes
    - Click Count (0)
  7. docs/uk/docs/tutorial/query-params-str-validations.md

    Ці кастомні валідатори використовуються для речей, які можна перевірити лише з тими самими даними, що надані в запиті.
    
    ///
    
    ### Зрозумійте цей код { #understand-that-code }
    
    Головний момент — це використання `AfterValidator` з функцією всередині `Annotated`. Можете пропустити цю частину, якщо хочете. 🤸
    
    ---
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 25.9K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.16.md

    - Added metrics `authentication_attempts` that can be used to understand the attempts of authentication. ([#81509](https://github.com/kubernetes/kubernetes/pull/81509), [@RainbowMango](https://github.com/RainbowMango))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Oct 23 20:13:20 GMT 2024
    - 345.2K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/query-params-str-validations.md

    Bu custom validator’lar, request’te sağlanan **yalnızca** **aynı veri** ile kontrol edilebilen şeyler içindir.
    
    ///
    
    ### O Kodu Anlamak { #understand-that-code }
    
    Önemli nokta, **`Annotated` içinde bir fonksiyonla birlikte `AfterValidator` kullanmak**. İsterseniz bu kısmı atlayabilirsiniz. 🤸
    
    ---
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 17.3K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/tutorial/query-params-str-validations.md

    這需搭配 Pydantic 2 或以上版本。😎
    
    ///
    
    /// tip | 提示
    
    如果你需要做任何需要與「外部元件」溝通的驗證(例如資料庫或其他 API),應該改用「FastAPI 依賴」(FastAPI Dependencies),你稍後會學到。
    
    這些自訂驗證器適用於只需使用請求中「同一份資料」即可完成的檢查。
    
    ///
    
    ### 理解這段程式碼 { #understand-that-code }
    
    重點就是在 `Annotated` 中使用「`AfterValidator` 搭配函式」。如果你願意,可以略過這一節。🤸
    
    ---
    
    但如果你對這個範例感到好奇且仍有興致,以下是一些額外細節。
    
    #### 使用 `value.startswith()` 的字串 { #string-with-value-startswith }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 14.8K bytes
    - Click Count (0)
Back to Top