Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1071 - 1080 of 1,513 for notes (0.02 sec)

  1. docs/changelogs/changelog_4x.md

        containing an IP address we must match that address against the URL's IP address, even when the
        two addresses are encoded differently, such as `192.168.1.1` and `0::0:0:FFFF:C0A8:101`. Note
        that OkHttp incorrectly rejected valid certificates resulting in a failure to connect; at no
        point were invalid certificates accepted.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/websockets.md

    ```
    
    ## Einen `websocket` erstellen
    
    Erstellen Sie in Ihrer **FastAPI**-Anwendung einen `websocket`:
    
    ```Python hl_lines="1  46-47"
    {!../../docs_src/websockets/tutorial001.py!}
    ```
    
    /// note | "Technische Details"
    
    Sie kรถnnen auch `from starlette.websockets import WebSocket` verwenden.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/extra-models.md

    โšซ๏ธ ๐Ÿ”œ ๐Ÿ”ฌ ๐Ÿ—„ โฎ๏ธ `anyOf`.
    
    ๐Ÿ‘ˆ, โš™๏ธ ๐Ÿฉ ๐Ÿ ๐Ÿ†Ž ๐Ÿ”‘ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>:
    
    /// note
    
    ๐Ÿ•โ” โš– <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>, ๐Ÿ”Œ ๐Ÿ† ๐ŸŽฏ ๐Ÿ†Ž ๐Ÿฅ‡, โฉ ๐ŸŒ˜ ๐ŸŽฏ ๐Ÿ†Ž. ๐Ÿ–ผ ๐Ÿ”›, ๐ŸŒ– ๐ŸŽฏ `PlaneItem` ๐Ÿ‘Ÿ โญ `CarItem` `Union[PlaneItem, CarItem]`.
    
    ///
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/query-params.md

    {!../../docs_src/query_params/tutorial002.py!}
    ```
    
    ์ด ๊ฒฝ์šฐ ํ•จ์ˆ˜ ๋งค๊ฐœ๋ณ€์ˆ˜ `q`๋Š” ์„ ํƒ์ ์ด๋ฉฐ ๊ธฐ๋ณธ๊ฐ’์œผ๋กœ `None` ๊ฐ’์ด ๋ฉ๋‹ˆ๋‹ค.
    
    /// check | "ํ™•์ธ"
    
    **FastAPI**๋Š” `item_id`๊ฐ€ ๊ฒฝ๋กœ ๋งค๊ฐœ๋ณ€์ˆ˜์ด๊ณ  `q`๋Š” ๊ฒฝ๋กœ ๋งค๊ฐœ๋ณ€์ˆ˜๊ฐ€ ์•„๋‹Œ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜๋ผ๋Š” ๊ฒƒ์„ ์•Œ ์ •๋„๋กœ ์ถฉ๋ถ„ํžˆ ๋˜‘๋˜‘ํ•ฉ๋‹ˆ๋‹ค.
    
    ///
    
    /// note | "์ฐธ๊ณ "
    
    FastAPI๋Š” `q`๊ฐ€ `= None`์ด๋ฏ€๋กœ ์„ ํƒ์ ์ด๋ผ๋Š” ๊ฒƒ์„ ์ธ์ง€ํ•ฉ๋‹ˆ๋‹ค.
    
    `Union[str, None]`์— ์žˆ๋Š” `Union`์€ FastAPI(FastAPI๋Š” `str` ๋ถ€๋ถ„๋งŒ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค)๊ฐ€ ์‚ฌ์šฉํ•˜๋Š”๊ฒŒ ์•„๋‹ˆ์ง€๋งŒ, `Union[str, None]`์€ ํŽธ์ง‘๊ธฐ์—๊ฒŒ ์ฝ”๋“œ์—์„œ ์˜ค๋ฅ˜๋ฅผ ์ฐพ์•„๋‚ผ ์ˆ˜ ์žˆ๊ฒŒ ๋„์™€์ค๋‹ˆ๋‹ค.
    
    ///
    
    ## ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ ํ˜•๋ณ€ํ™˜
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. configure.py

              'errors.\n' %
              (android_ndk_home_path, ndk_version, _SUPPORTED_ANDROID_NDK_VERSIONS))
      write_action_env_to_bazelrc('ANDROID_NDK_VERSION', ndk_version)
    
      # Now grab the NDK API level to use. Note that this is different from the
      # SDK API level, as the NDK API level is effectively the *min* target SDK
      # version.
      meta = open(os.path.join(android_ndk_home_path, 'meta/platforms.json'))
      platforms = json.load(meta)
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/security/first-steps.md

     &amp; ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ* โœ”๏ธ ๐Ÿฅ ๐Ÿ”’ ๐Ÿ”-โ–ถ๏ธ๏ธ โ†ฉ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ–Š.
    
    ///
    
    &amp; ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ–Š โšซ๏ธ, ๐Ÿ‘† โœ”๏ธ ๐Ÿฅ โœ” ๐Ÿ“จ ๐Ÿ†Ž `username` &amp; `password` (&amp; ๐ŸŽ ๐Ÿ“ฆ ๐Ÿ‘):
    
    <img src="/img/tutorial/security/image02.png">
    
    /// note
    
    โšซ๏ธ ๐Ÿšซ ๐Ÿค” โšซ๏ธโ” ๐Ÿ‘† ๐Ÿ†Ž ๐Ÿ“จ, โšซ๏ธ ๐Ÿ† ๐Ÿšซ ๐Ÿ‘ท. โœ‹๏ธ ๐Ÿ‘ฅ ๐Ÿ”œ ๐Ÿคš ๐Ÿ“ค.
    
    ///
    
    ๐Ÿ‘‰ โ†—๏ธ ๐Ÿšซ ๐Ÿ•ธ ๐Ÿ ๐Ÿ‘ฉโ€๐Ÿ’ป, โœ‹๏ธ โšซ๏ธ ๐Ÿ‘‘ ๐Ÿง ๐Ÿงฐ ๐Ÿ“„ ๐Ÿ–ฅ ๐ŸŒ ๐Ÿ‘† ๐Ÿ› ๏ธ.
    
    โšซ๏ธ ๐Ÿ’ช โš™๏ธ ๐Ÿ•ธ ๐Ÿ‰ (๐Ÿ‘ˆ ๐Ÿ’ช ๐Ÿ‘†).
    
    โšซ๏ธ ๐Ÿ’ช โš™๏ธ ๐Ÿฅ‰ ๐Ÿฅณ ๐Ÿˆธ &amp; โš™๏ธ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/testing.md

    {!../../docs_src/app_testing/tutorial001.py!}
    ```
    
    /// tip | "ๆ็คบ"
    
    ๆณจๆ„ๆต‹่ฏ•ๅ‡ฝๆ•ฐๆ˜ฏๆ™ฎ้€š็š„ `def`๏ผŒไธๆ˜ฏ `async def`ใ€‚
    
    ่ฟ˜ๆœ‰client็š„่ฐƒ็”จไนŸๆ˜ฏๆ™ฎ้€š็š„่ฐƒ็”จ๏ผŒไธๆ˜ฏ็”จ `await`ใ€‚
    
    ่ฟ™่ฎฉไฝ ๅฏไปฅ็›ดๆŽฅไฝฟ็”จ `pytest` ่€Œไธไผš้‡ๅˆฐ้บป็ƒฆใ€‚
    
    ///
    
    /// note | "ๆŠ€ๆœฏ็ป†่Š‚"
    
    ไฝ ไนŸๅฏไปฅ็”จ `from starlette.testclient import TestClient`ใ€‚
    
    **FastAPI** ๆไพ›ไบ†ๅ’Œ `starlette.testclient` ไธ€ๆ ท็š„ `fastapi.testclient`๏ผŒๅชๆ˜ฏไธบไบ†ๆ–นไพฟๅผ€ๅ‘่€…ใ€‚ไฝ†ๅฎƒ็›ดๆŽฅๆฅ่‡ชStarletteใ€‚
    
    ///
    
    /// tip | "ๆ็คบ"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. test-site/activator.bat

        echo JAVA_OPTS          Environment variable, if unset uses ""
        echo SBT_OPTS           Environment variable, if unset uses ""
        echo ACTIVATOR_OPTS     Environment variable, if unset uses ""
        echo.
        echo Please note that in order for Activator to work you must have Java available on the classpath
        echo.
        goto :end
      )
    )
    
    if "%ACTIVATOR_HOME%"=="" (
    	set "ACTIVATOR_HOME=%~dp0"
    	@REM remove trailing "\" from path
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 7.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/TreeMultiset.java

        }
    
        void clear() {
          value = null;
        }
      }
    
      private static final class AvlNode<E extends @Nullable Object> {
        /*
         * For "normal" nodes, the type of this field is `E`, not `@Nullable E` (though note that E is a
         * type that can include null, as in a TreeMultiset<@Nullable String>).
         *
         * For the header node, though, this field contains `null`, regardless of the type of the
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 20:24:49 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Streams.java

       * stream is longer, its extra elements will be ignored.
       *
       * <p>Note that if you are calling {@link Stream#forEach} on the resulting stream, you might want
       * to consider using {@link #forEachPair} instead of this method.
       *
       * <p><b>Performance note:</b> The resulting stream is not <a
       * href="http://gee.cs.oswego.edu/dl/html/StreamParallelGuidance.html">efficiently splittable</a>.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 37.4K bytes
    - Viewed (0)
Back to top