Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 262Z (0.17 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMAT = 262
    pkg syscall (darwin-arm64), const SYS_SHMAT ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMCTL = 263
    pkg syscall (darwin-arm64), const SYS_SHMCTL ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMDT = 264
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    * Create integration tests that exercise a Gradle build for the bug/feature. 
    * Annotate tests that correspond to a bug on GitHub (`@Issue("https://github.com/gradle/gradle/issues/2622")`).
    * Add documentation to the User Manual and DSL Reference (under [platforms/documentation/docs/src/docs](platforms/documentation/docs/src/docs/)).
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sat May 04 07:43:02 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/sql-databases.md

    === "🐍 3️⃣.6️⃣ & 🔛"
    
        ```Python hl_lines="23-28  31-34  37-42  45-49  52-55"
        {!> ../../../docs_src/sql_databases/sql_app/main.py!}
        ```
    
    === "🐍 3️⃣.9️⃣ & 🔛"
    
        ```Python hl_lines="21-26  29-32  35-40  43-47  50-53"
        {!> ../../../docs_src/sql_databases/sql_app_py39/main.py!}
        ```
    
    👥 🏗 💽 🎉 ⏭ 🔠 📨 🔗 ⏮️ `yield`, & ⤴️ 📪 ⚫️ ⏮️.
    
    & ⤴️ 👥 💪 ✍ 🚚 🔗 *➡ 🛠️ 🔢*, 🤚 👈 🎉 🔗.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  4. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_P32_TLS_TPREL R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TSTBR14 = 18
    pkg debug/elf, const R_AARCH64_P32_TSTBR14 R_AARCH64
    pkg debug/elf, const R_AARCH64_PREL16 = 262
    pkg debug/elf, const R_AARCH64_PREL16 R_AARCH64
    pkg debug/elf, const R_AARCH64_PREL32 = 261
    pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64
    pkg debug/elf, const R_AARCH64_PREL64 = 260
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🔧 Add FastAPI user survey banner. PR [#2623](https://github.com/tiangolo/fastapi/pull/2623) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Add new Bronze Sponsor(s) 🥉🎉. PR [#2622](https://github.com/tiangolo/fastapi/pull/2622) by [@tiangolo](https://github.com/tiangolo).
    * 📝 Update social links: add Discord, fix GitHub. PR [#2621](https://github.com/tiangolo/fastapi/pull/2621) by [@tiangolo](https://github.com/tiangolo).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  6. docs/zh/docs/tutorial/sql-databases.md

        但是通过将类型声明为Session,编辑器现在可以知道可用的方法(.add()、.query()、.commit()等)并且可以提供更好的支持(比如完成)。类型声明不影响实际对象。
    
    ### 创建您的**FastAPI** *路径操作*
    
    现在,到了最后,编写标准的**FastAPI** *路径操作*代码。
    
    === "Python 3.9+"
    
        ```Python hl_lines="21-26  29-32  35-40  43-47  50-53"
        {!> ../../../docs_src/sql_databases/sql_app_py39/main.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="23-28  31-34  37-42  45-49  52-55"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SETXATTR = 236
    pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
    pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
    pkg syscall (darwin-386), const SYS_SHMAT = 262
    pkg syscall (darwin-386), const SYS_SHMCTL = 263
    pkg syscall (darwin-386), const SYS_SHMDT = 264
    pkg syscall (darwin-386), const SYS_SHMGET = 265
    pkg syscall (darwin-386), const SYS_SHMSYS = 253
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/sql-databases.md

    ### Create your **FastAPI** *path operations*
    
    Now, finally, here's the standard **FastAPI** *path operations* code.
    
    === "Python 3.9+"
    
        ```Python hl_lines="21-26  29-32  35-40  43-47  50-53"
        {!> ../../../docs_src/sql_databases/sql_app_py39/main.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="23-28  31-34  37-42  45-49  52-55"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.14.md

    ## Known Issues
    
    - There is a known issue [coredns/coredns#2629](https://github.com/coredns/coredns/issues/2629) in CoreDNS 1.3.1, wherein if the Kubernetes API shuts down while CoreDNS is connected, CoreDNS will crash. The issue is fixed in CoreDNS 1.4.0 in [coredns/coredns#2529](https://github.com/coredns/coredns/pull/2529).
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
Back to top