Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1041 - 1050 of 1,612 for ntargets (0.14 sec)

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

    ///
    
    ## Use `Annotated` in the type for the `q` parameter
    
    Remember I told you before that `Annotated` can be used to add metadata to your parameters in the [Python Types Intro](../python-types.md#type-hints-with-metadata-annotations){.internal-link target=_blank}?
    
    Now it's the time to use it with FastAPI. ๐Ÿš€
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  2. docs/ja/docs/deployment/server-workers.md

    ใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใ‚’ใƒ‡ใƒ—ใƒญใ‚คใ™ใ‚‹้š›ใซใฏใ€**่ค‡ๆ•ฐใฎใ‚ณใ‚ข**ใ‚’ๅˆฉ็”จใ—ใ€ใใ—ใฆใ‚ˆใ‚Šๅคšใใฎใƒชใ‚ฏใ‚จใ‚นใƒˆใ‚’ๅ‡ฆ็†ใงใใ‚‹ใ‚ˆใ†ใซใ™ใ‚‹ใŸใ‚ใซใ€ใƒ—ใƒญใ‚ปใ‚นใฎ**ใƒฌใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณ**ใ‚’ๆŒใคใ“ใจใ‚’ๆœ›ใ‚€ใงใ—ใ‚‡ใ†ใ€‚
    
    ๅ‰ใฎใƒใƒฃใƒ—ใ‚ฟใƒผใงใ‚ใ‚‹[ใƒ‡ใƒ—ใƒญใ‚คใƒกใƒณใƒˆใฎใ‚ณใƒณใ‚ปใƒ—ใƒˆ](concepts.md){.internal-link target=_blank}ใซใฆ่ฆ‹ใฆใใŸใ‚ˆใ†ใซใ€ๆœ‰ๅŠนใชๆˆฆ็•ฅใŒใ„ใใคใ‹ใ‚ใ‚Šใพใ™ใ€‚
    
    ใ“ใ“ใงใฏ<a href="https://gunicorn.org/" class="external-link" target="_blank">**Gunicorn**</a>ใŒ**Uvicornใฎใƒฏใƒผใ‚ซใƒผใƒปใƒ—ใƒญใ‚ปใ‚น**ใ‚’็ฎก็†ใ™ใ‚‹ๅ ดๅˆใฎไฝฟใ„ๆ–นใซใคใ„ใฆ็ดนไป‹ใ—ใฆใ„ใใพใ™ใ€‚
    
    /// info
    
    <!-- NOTE: the current version of docker.md is outdated compared to English one.  -->
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. docs/em/docs/advanced/additional-status-codes.md

    ///
    
    ## ๐Ÿ—„ &amp; ๐Ÿ› ๏ธ ๐Ÿฉบ
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ“จ ๐ŸŒ– ๐Ÿ‘” ๐Ÿ“Ÿ &amp; ๐Ÿ“จ ๐Ÿ”—, ๐Ÿ‘ซ ๐Ÿ† ๐Ÿšซ ๐Ÿ”Œ ๐Ÿ—„ ๐Ÿ”— (๐Ÿ› ๏ธ ๐Ÿฉบ), โ†ฉ๏ธ FastAPI ๐Ÿšซ โœ”๏ธ ๐ŸŒŒ ๐Ÿ’ญ โช โšซ๏ธโ” ๐Ÿ‘† ๐Ÿšถ ๐Ÿ“จ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/request-forms-and-files.md

    # ํผ ๋ฐ ํŒŒ์ผ ์š”์ฒญ
    
    `File` ๊ณผ `Form` ์„ ์‚ฌ์šฉํ•˜์—ฌ ํŒŒ์ผ๊ณผ ํผ์„ ํ•จ๊ป˜ ์ •์˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    /// info | "์ •๋ณด"
    
    ํŒŒ์ผ๊ณผ ํผ ๋ฐ์ดํ„ฐ๋ฅผ ํ•จ๊ป˜, ๋˜๋Š” ๊ฐ๊ฐ ์—…๋กœ๋“œํ•˜๊ธฐ ์œ„ํ•ด ๋จผ์ € <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>๋ฅผ ์„ค์น˜ํ•ด์•ผํ•ฉ๋‹ˆ๋‹ค.
    
    ์˜ˆ ) `pip install python-multipart`.
    
    ///
    
    ## `File` ๋ฐ `Form` ์—…๋กœ๋“œ
    
    ```Python hl_lines="1"
    {!../../docs_src/request_forms_and_files/tutorial001.py!}
    ```
    
    ## `File` ๋ฐ `Form` ๋งค๊ฐœ๋ณ€์ˆ˜ ์ •์˜
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. docs/ko/docs/async.md

    ### ๋‹น์‹ ๋งŒ์˜ ๋น„๋™๊ธฐ ์ฝ”๋“œ ์ž‘์„ฑํ•˜๊ธฐ
    
    Starlette(๊ทธ๋ฆฌ๊ณ  FastAPI)๋Š” <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•˜๊ณ ์žˆ๊ณ , ๋”ฐ๋ผ์„œ ํŒŒ์ด์ฌ ํ‘œ์ค€ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์ธ <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a> ๋ฐ <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a>์™€ ํ˜ธํ™˜๋ฉ๋‹ˆ๋‹ค.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  6. internal/event/target/mysql_test.go

    // GNU Affero General Public License for more details.
    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package target
    
    import (
    	"database/sql"
    	"testing"
    )
    
    // TestPostgreSQLRegistration checks if sql driver
    // is registered and fails otherwise.
    func TestMySQLRegistration(t *testing.T) {
    	var found bool
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue May 02 14:53:13 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. .github/workflows/update-nightly.yml

        permissions:
          contents: write
        steps:
        - uses: zofrex/mirror-branch@0be56f4c8077a288a635a491b306ba0bb1c810e6 # v1.0.4
          name: Set nightly branch to master HEAD
          with:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Jun 26 15:41:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. ci/official/containers/linux_arm64/devel.usertools/squash_testlogs.py

          p.getparent().remove(p)
        # Remove duplicate results of the same exact test (e.g. due to retry
        # attempts)
        for p in testsuite._elem.xpath(".//error | .//failure"):
          # Sharded tests have target names like this:
          # WindowOpsTest.test_tflite_convert0 (<function hann_window at
          #     0x7fc61728dd40>, 10, False, tf.float32)
          # Where 0x... is a thread ID (or something) that is not important for
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Sep 18 19:00:37 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/service/BadWordService.java

                            isDelete = true;
                            targetWord = targetWord.substring(2);
                        }
                        final String target = targetWord;
                        BadWord badWord = badWordBhv.selectEntity(cb -> cb.query().setSuggestWord_Equal(target)).orElse(null);//TODO
                        final long now = ComponentUtil.getSystemHelper().getCurrentTimeAsLong();
                        if (isDelete) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/ListIteratorTester.java

    /**
     * A utility similar to {@link IteratorTester} for testing a {@link ListIterator} against a known
     * good reference implementation. As with {@code IteratorTester}, a concrete subclass must provide
     * target iterators on demand. It also requires three additional constructor parameters: {@code
     * elementsToInsert}, the elements to be passed to {@code set()} and {@code add()} calls; {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top