Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for confusion (0.04 sec)

  1. docs/es/docs/async.md

    Y tienes que esperar 🕙 en la fila por mucho tiempo o pierdes tu turno.
    
    Probablemente no querrías llevar a tu crush 😍 contigo a hacer trámites en el banco 🏦.
    
    ### Conclusión de las Hamburguesas { #burger-conclusion }
    
    En este escenario de "hamburguesas de comida rápida con tu crush", como hay mucha espera 🕙, tiene mucho más sentido tener un sistema concurrente ⏸🔀⏯.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:15:01 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  2. docs/en/docs/async.md

    And you have to wait 🕙 in the line for a long time or you lose your turn.
    
    You probably wouldn't want to take your crush 😍 with you to run errands at the bank 🏦.
    
    ### Burger Conclusion { #burger-conclusion }
    
    In this scenario of "fast food burgers with your crush", as there is a lot of waiting 🕙, it makes a lot more sense to have a concurrent system ⏸🔀⏯.
    
    This is the case for most of the web applications.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/security/get-current-user.md

    /// tip | Dica
    
    Você pode se lembrar que corpos de requisição também são declarados com modelos Pydantic.
    
    Aqui, o **FastAPI** não ficará confuso porque você está usando `Depends`.
    
    ///
    
    /// check | Verifique
    
    A forma como esse sistema de dependências foi projetado nos permite ter diferentes dependências (diferentes "dependables") que retornam um modelo `User`.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Nov 12 16:23:57 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md

    O mesmo exemplo ficaria então dessa forma:
    
    {* ../../docs_src/dependencies/tutorial004_an_py310.py hl[19] *}
    
    ...e o **FastAPI** saberá o que fazer.
    
    /// tip | Dica
    
    Se isso parece mais confuso do que útil, não utilize, você não *precisa* disso.
    
    É apenas um atalho. Por que o **FastAPI** se preocupa em ajudar a minimizar a repetição de código.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java

        if (localInputFuture != null) {
          String message = "inputFuture=[" + localInputFuture + "]";
          if (localTimer != null) {
            long delay = localTimer.getDelay(MILLISECONDS);
            // Negative delays look confusing in an error message
            if (delay > 0) {
              message += ", remaining delay=[" + delay + " ms]";
            }
          }
          return message;
        }
        return null;
      }
    
      @Override
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. docs/de/docs/environment-variables.md

    ```
    
    </div>
    
    ////
    
    Diese Informationen werden nützlich sein, wenn Sie über [Virtuelle Umgebungen](virtual-environments.md){.internal-link target=_blank} lernen.
    
    ## Fazit { #conclusion }
    
    Mit diesem Wissen sollten Sie ein grundlegendes Verständnis davon haben, was **Umgebungsvariablen** sind und wie man sie in Python verwendet.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Sep 20 15:10:09 UTC 2025
    - 9K bytes
    - Viewed (0)
  7. docs/ru/docs/async.md

    И вам приходится долго 🕙 стоять в очереди, иначе вы потеряете свою очередь.
    
    Вы вряд ли захотите взять свою возлюбленную 😍 с собой, чтобы заняться делами в банке 🏦.
    
    ### Вывод про бургеры { #burger-conclusion }
    
    В этом сценарии «фастфуда с вашей возлюбленной», так как много ожидания 🕙, гораздо логичнее иметь конкурентную систему ⏸🔀⏯.
    
    Так обстоит дело и с большинством веб-приложений.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:24:39 UTC 2025
    - 38.5K bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java

      protected B self() {
        return (B) this;
      }
    
      // Test Data
    
      private @Nullable G subjectGenerator;
      // Gets run before every test.
      private Runnable setUp;
      // Gets run at the conclusion of every test.
      private Runnable tearDown;
    
      @CanIgnoreReturnValue
      protected B usingGenerator(G subjectGenerator) {
        this.subjectGenerator = subjectGenerator;
        return self();
      }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. docs/es/docs/tutorial/dependencies/classes-as-dependencies.md

    El mismo ejemplo se vería entonces así:
    
    {* ../../docs_src/dependencies/tutorial004_an_py310.py hl[19] *}
    
    ...y **FastAPI** sabrá qué hacer.
    
    /// tip | Consejo
    
    Si eso parece más confuso que útil, ignóralo, no lo *necesitas*.
    
    Es solo un atajo. Porque a **FastAPI** le importa ayudarte a minimizar la repetición de código.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/FeatureSpecificTestSuiteBuilder.java

      protected B self() {
        return (B) this;
      }
    
      // Test Data
    
      private @Nullable G subjectGenerator;
      // Gets run before every test.
      private Runnable setUp;
      // Gets run at the conclusion of every test.
      private Runnable tearDown;
    
      @CanIgnoreReturnValue
      protected B usingGenerator(G subjectGenerator) {
        this.subjectGenerator = subjectGenerator;
        return self();
      }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top