Search Options

Results per page
Sort
Preferred Languages
Advance

Results 451 - 460 of 1,667 for Xref (0.03 sec)

  1. docs/em/docs/tutorial/sql-databases.md

    #### โš— ๐Ÿ—’
    
    ๐Ÿ›Ž ๐Ÿ‘† ๐Ÿ”œ ๐ŸŽฒ ๐Ÿ”ข ๐Ÿ‘† ๐Ÿ’ฝ (โœ ๐Ÿ“, โ™’๏ธ) โฎ๏ธ <a href="https://alembic.sqlalchemy.org/en/latest/" class="external-link" target="_blank">โš—</a>.
    
    &amp; ๐Ÿ‘† ๐Ÿ”œ โš™๏ธ โš— "๐Ÿ› ๏ธ" (๐Ÿ‘ˆ ๐Ÿšฎ ๐Ÿ‘‘ ๐Ÿ‘จโ€๐Ÿญ).
    
    "๐Ÿ› ๏ธ" โš’ ๐Ÿ” ๐Ÿ’ช ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ”€ ๐Ÿ“Š ๐Ÿ‘† ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿท, ๐Ÿšฎ ๐Ÿ†• ๐Ÿ”ข, โ™’๏ธ. ๐Ÿ” ๐Ÿ‘ˆ ๐Ÿ”€ ๐Ÿ’ฝ, ๐Ÿšฎ ๐Ÿ†• ๐Ÿ“, ๐Ÿ†• ๐Ÿ“, โ™’๏ธ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/behind-a-proxy.md

    ## Lokal testen mit Traefik
    
    Sie kรถnnen das Experiment mit einem abgetrennten Pfadprรคfix ganz einfach lokal ausfรผhren, indem Sie <a href="https://docs.traefik.io/" class="external-link" target="_blank">Traefik</a> verwenden.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. docs/zh/docs/advanced/behind-a-proxy.md

    ## ๆœฌๅœฐๆต‹่ฏ• Traefik
    
    ๆ‚จๅฏไปฅ่ฝปๆ˜“ๅœฐๅœจๆœฌๅœฐไฝฟ็”จ <a href="https://docs.traefik.io/" class="external-link" target="_blank">Traefik</a> ่ฟ่กŒ็งป้™ค่ทฏๅพ„ๅ‰็ผ€็š„่ฏ•้ชŒใ€‚
    
    <a href="https://github.com/containous/traefik/releases" class="external-link" target="_blank">ไธ‹่ฝฝ Traefik</a>๏ผŒ่ฟ™ๆ˜ฏไธ€ไธชไบŒ่ฟ›ๅˆถๆ–‡ไปถ๏ผŒ้œ€่ฆ่งฃๅŽ‹ๆ–‡ไปถ๏ผŒๅนถๅœจ Terminal ไธญ็›ดๆŽฅ่ฟ่กŒใ€‚
    
    ็„ถๅŽๅˆ›ๅปบๅŒ…ๅซๅฆ‚ไธ‹ๅ†…ๅฎน็š„ `traefik.toml` ๆ–‡ไปถ๏ผš
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py

                                "description": "The created item",
                                "content": {
                                    "application/json": {
                                        "schema": {"$ref": "#/components/schemas/Item"}
                                    }
                                },
                            },
                            "422": {
                                "description": "Validation Error",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Sep 28 04:14:40 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/encoder.md

    For example, it doesn't receive `datetime` objects, as those are not compatible with JSON.
    
    So, a `datetime` object would have to be converted to a `str` containing the data in <a href="https://en.wikipedia.org/wiki/ISO_8601" class="external-link" target="_blank">ISO format</a>.
    
    The same way, this database wouldn't receive a Pydantic model (an object with attributes), only a `dict`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 23:31:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. tests/test_tutorial/test_body_updates/test_tutorial001_py39.py

                                "description": "Successful Response",
                                "content": {
                                    "application/json": {
                                        "schema": {"$ref": "#/components/schemas/Item"}
                                    }
                                },
                            },
                            "422": {
                                "description": "Validation Error",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Sep 28 04:14:40 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py310.py

                                "description": "The created item",
                                "content": {
                                    "application/json": {
                                        "schema": {"$ref": "#/components/schemas/Item"}
                                    }
                                },
                            },
                            "422": {
                                "description": "Validation Error",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Sep 28 04:14:40 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  8. cmd/namespace-lock_test.go

    		}()
    		time.Sleep(1 * time.Millisecond) // wait for goroutine to advance; ref=2
    
    		// Unlock the 1st lock; ref=1 after this line
    		nsLk.unlock("volume", "path", false)
    
    		// Taking another lockMapMutex here allows queuing up additional lockers. This should
    		// not be required but makes reproduction much easier.
    		nsLk.lockMapMutex.Lock()
    
    		// lk3 blocks.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  9. docs/ko/docs/deployment/docker.md

    ๋„์ปค๋Š” **์ปจํ…Œ์ด๋„ˆ ์ด๋ฏธ์ง€**์™€ **์ปจํ…Œ์ด๋„ˆ**๋ฅผ ์ƒ์„ฑํ•˜๊ณ  ๊ด€๋ฆฌํ•˜๋Š”๋ฐ ์ฃผ์š” ๋„๊ตฌ ์ค‘ ํ•˜๋‚˜๊ฐ€ ๋˜์–ด์™”์Šต๋‹ˆ๋‹ค.
    
    ๊ทธ๋ฆฌ๊ณ  <a href="https://hub.docker.com/" class="external-link" target="_blank">๋„์ปค ํ—ˆ๋ธŒ</a>์— ๋‹ค์–‘ํ•œ ๋„๊ตฌ, ํ™˜๊ฒฝ, ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค, ๊ทธ๋ฆฌ๊ณ  ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์— ๋Œ€ํ•ด ๋ฏธ๋ฆฌ ๋งŒ๋“ค์–ด์ง„ **๊ณต์‹ ์ปจํ…Œ์ด๋„ˆ ์ด๋ฏธ์ง€**๊ฐ€ ๊ณต๊ฐœ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์˜ˆ๋ฅผ ๋“ค์–ด, ๊ณต์‹ <a href="https://hub.docker.com/_/python" class="external-link" target="_blank">ํŒŒ์ด์ฌ ์ด๋ฏธ์ง€</a>๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๋˜ํ•œ ๋‹ค๋ฅธ ๋Œ€์ƒ, ์˜ˆ๋ฅผ ๋“ค๋ฉด ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค๋ฅผ ์œ„ํ•œ ์ด๋ฏธ์ง€๋“ค๋„ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  10. tests/test_tutorial/test_request_files/test_tutorial001_02_an_py39.py

                                        {
                                            "allOf": [
                                                {
                                                    "$ref": "#/components/schemas/Body_create_file_files__post"
                                                }
                                            ],
                                            "title": "Body",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top