Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 136 (0.16 sec)

  1. internal/grid/handlers_string.go

    irGetLocksBackgroundHealStatusGetLastDayTierStatsSignalServiceGetBandwidthWriteAllListBucketsRenameDataInlinehandlerTesthandlerTest2handlerLast"
    
    var _HandlerID_index = [...]uint16{0, 14, 22, 31, 41, 52, 63, 78, 85, 92, 100, 109, 115, 126, 136, 149, 163, 176, 186, 196, 206, 213, 225, 230, 236, 256, 274, 301, 315, 328, 345, 369, 381, 391, 408, 428, 446, 456, 464, 473, 483, 493, 503, 515, 525, 543, 553, 564, 573, 586, 596, 603, 613, 625, 639, 651, 668, 682, 694, 708, 727, 749, 769, 780, 790,...
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Apr 01 23:42:09 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  2. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidEncryptionKeyID-132]
    	_ = x[ErrInsecureSSECustomerRequest-133]
    	_ = x[ErrSSEMultipartEncrypted-134]
    	_ = x[ErrSSEEncryptedObject-135]
    	_ = x[ErrInvalidEncryptionParameters-136]
    	_ = x[ErrInvalidEncryptionParametersSSEC-137]
    	_ = x[ErrInvalidSSECustomerAlgorithm-138]
    	_ = x[ErrInvalidSSECustomerKey-139]
    	_ = x[ErrMissingSSECustomerKey-140]
    	_ = x[ErrMissingSSECustomerKeyMD5-141]
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/sql-databases.md

    Create utility functions to:
    
    * Read a single user by ID and by email.
    * Read multiple users.
    * Read multiple items.
    
    ```Python hl_lines="1  3  6-7  10-11  14-15  27-28"
    {!../../../docs_src/sql_databases/sql_app/crud.py!}
    ```
    
    !!! tip
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  4. docs/zh/docs/tutorial/sql-databases.md

    导入之前的`models`(SQLAlchemy 模型)和`schemas`(Pydantic*模型*/模式)。
    
    创建一些实用函数来完成:
    
    * 通过 ID 和电子邮件查询单个用户。
    * 查询多个用户。
    * 查询多个项目。
    
    ```Python hl_lines="1  3  6-7  10-11  14-15  27-28"
    {!../../../docs_src/sql_databases/sql_app/crud.py!}
    ```
    
    !!! tip
        通过创建仅专用于与数据库交互(获取用户或项目)的函数,独立于*路径操作函数*,您可以更轻松地在多个部分中重用它们,并为它们添加单元测试。
    
    ### 创建数据
    
    现在创建实用程序函数来创建数据。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/sql-databases.md

    🗄 `models` (🇸🇲 🏷) & `schemas` (Pydantic *🏷* / 🔗).
    
    ✍ 🚙 🔢:
    
    * ✍ 👁 👩‍💻 🆔 & 📧.
    * ✍ 💗 👩‍💻.
    * ✍ 💗 🏬.
    
    ```Python hl_lines="1  3  6-7  10-11  14-15  27-28"
    {!../../../docs_src/sql_databases/sql_app/crud.py!}
    ```
    
    !!! tip
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
Back to top