Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 368 (0.04 sec)

  1. docs/em/docs/advanced/sub-applications.md

    ## 🗜 **FastAPI** 🈸
    
    "🗜" ⛓ ❎ 🍕 "🔬" 🈸 🎯 ➡, 👈 ⤴️ ✊ 💅 🚚 🌐 🔽 👈 ➡, ⏮️ _➡ 🛠️_ 📣 👈 🎧-🈸.
    
    ### 🔝-🎚 🈸
    
    🥇, ✍ 👑, 🔝-🎚, **FastAPI** 🈸, & 🚮 *➡ 🛠️*:
    
    ```Python hl_lines="3  6-8"
    {!../../../docs_src/sub_applications/tutorial001.py!}
    ```
    
    ### 🎧-🈸
    
    ⤴️, ✍ 👆 🎧-🈸, & 🚮 *➡ 🛠️*.
    
    👉 🎧-🈸 ➕1️⃣ 🐩 FastAPI 🈸, ✋️ 👉 1️⃣ 👈 🔜 "🗻":
    
    ```Python hl_lines="11  14-16"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. docs/zh/docs/advanced/sub-applications.md

    如果需要两个独立的 FastAPI 应用,拥有各自独立的 OpenAPI 与文档,则需设置一个主应用,并**挂载**一个(或多个)子应用。
    
    ## 挂载 **FastAPI** 应用
    
    **挂载**是指在特定路径中添加完全**独立**的应用,然后在该路径下使用*路径操作*声明的子应用处理所有事务。
    
    ### 顶层应用
    
    首先,创建主(顶层)**FastAPI** 应用及其*路径操作*:
    
    ```Python hl_lines="3  6-8"
    {!../../../docs_src/sub_applications/tutorial001.py!}
    ```
    
    ### 子应用
    
    接下来,创建子应用及其*路径操作*。
    
    子应用只是另一个标准 FastAPI 应用,但这个应用是被**挂载**的应用:
    
    ```Python hl_lines="11  14-16"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. docs/fa/docs/advanced/sub-applications.md

    ### برنامه سطح بالا
    
    ابتدا برنامه اصلی سطح بالا، **FastAPI** و path operations آن را ایجاد کنید:
    
    
    ```Python hl_lines="3  6-8"
    {!../../../docs_src/sub_applications/tutorial001.py!}
    ```
    
    ### زیر برنامه
    
    سپس، زیر برنامه خود و path operations آن را ایجاد کنید.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/sub-applications.md

    ### Top-level application
    
    First, create the main, top-level, **FastAPI** application, and its *path operations*:
    
    ```Python hl_lines="3  6-8"
    {!../../../docs_src/sub_applications/tutorial001.py!}
    ```
    
    ### Sub-application
    
    Then, create your sub-application, and its *path operations*.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go

    	SYS_LISTEN                  = 363
    	SYS_ACCEPT4                 = 364
    	SYS_GETSOCKOPT              = 365
    	SYS_SETSOCKOPT              = 366
    	SYS_GETSOCKNAME             = 367
    	SYS_GETPEERNAME             = 368
    	SYS_SENDTO                  = 369
    	SYS_SENDMSG                 = 370
    	SYS_RECVFROM                = 371
    	SYS_RECVMSG                 = 372
    	SYS_SHUTDOWN                = 373
    	SYS_MLOCK2                  = 374
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_PERF_EVENT_OPEN              = 364
    	SYS_RECVMMSG                     = 365
    	SYS_ACCEPT4                      = 366
    	SYS_FANOTIFY_INIT                = 367
    	SYS_FANOTIFY_MARK                = 368
    	SYS_PRLIMIT64                    = 369
    	SYS_NAME_TO_HANDLE_AT            = 370
    	SYS_OPEN_BY_HANDLE_AT            = 371
    	SYS_CLOCK_ADJTIME                = 372
    	SYS_SYNCFS                       = 373
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. .teamcity/performance-test-durations.json

      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.run clean phthalic:assembleDebug",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 368
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.run help",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 328
      } ]
    }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_ACCEPT4                      = 364
    	SYS_GETSOCKOPT                   = 365
    	SYS_SETSOCKOPT                   = 366
    	SYS_GETSOCKNAME                  = 367
    	SYS_GETPEERNAME                  = 368
    	SYS_SENDTO                       = 369
    	SYS_SENDMSG                      = 370
    	SYS_RECVFROM                     = 371
    	SYS_RECVMSG                      = 372
    	SYS_SHUTDOWN                     = 373
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  9. src/internal/coverage/cfile/testdata/issue59563/repro.go

    	} else if x == 363 {
    		x += 363
    	} else if x == 364 {
    		x += 364
    	} else if x == 365 {
    		x += 365
    	} else if x == 366 {
    		x += 366
    	} else if x == 367 {
    		x += 367
    	} else if x == 368 {
    		x += 368
    	} else if x == 369 {
    		x += 369
    	} else if x == 370 {
    		x += 370
    	} else if x == 371 {
    		x += 371
    	} else if x == 372 {
    		x += 372
    	} else if x == 373 {
    		x += 373
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/bigger-applications.md

    So we put them in their own `dependencies` module (`app/dependencies.py`).
    
    We will now use a simple dependency to read a custom `X-Token` header:
    
    === "Python 3.9+"
    
        ```Python hl_lines="3  6-8" title="app/dependencies.py"
        {!> ../../../docs_src/bigger_applications/app_an_py39/dependencies.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="1  5-7" title="app/dependencies.py"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top