Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for universalify (0.92 seconds)

  1. docs/en/docs/tutorial/extra-data-types.md

    * Data validation.
    * Automatic annotation and documentation.
    
    ## Other data types { #other-data-types }
    
    Here are some of the additional data types you can use:
    
    * `UUID`:
        * A standard "Universally Unique Identifier", common as an ID in many databases and systems.
        * In requests and responses will be represented as a `str`.
    * `datetime.datetime`:
        * A Python `datetime.datetime`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/tutorial/extra-data-types.md

    但你也可以使用更複雜的資料型別。
    
    而且你仍然會擁有目前為止所見的同樣功能:
    
    * 極佳的編輯器支援。
    * 將傳入請求的資料轉換。
    * 回應資料的轉換。
    * 資料驗證。
    * 自動產生註解與文件。
    
    ## 其他資料型別 { #other-data-types }
    
    以下是你可以使用的一些其他資料型別:
    
    * `UUID`:
        * 一種標準的「通用唯一識別碼 (Universally Unique Identifier)」,常見於許多資料庫與系統的 ID。
        * 在請求與回應中會以 `str` 表示。
    * `datetime.datetime`:
        * Python 的 `datetime.datetime`。
        * 在請求與回應中會以 ISO 8601 格式的 `str` 表示,例如:`2008-09-15T15:53:00+05:00`。
    * `datetime.date`:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/extra-data-types.md

    ## Diğer veri tipleri { #other-data-types }
    
    Kullanabileceğiniz ek veri tiplerinden bazıları şunlardır:
    
    * `UUID`:
        * Birçok veritabanı ve sistemde ID olarak yaygın kullanılan, standart bir "Universally Unique Identifier".
        * request'lerde ve response'larda `str` olarak temsil edilir.
    * `datetime.datetime`:
        * Python `datetime.datetime`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/extra-data-types.md

    ## Andere Datentypen { #other-data-types }
    
    Hier sind einige der zusätzlichen Datentypen, die Sie verwenden können:
    
    * `UUID`:
        * Ein standardmäßiger „universell eindeutiger Bezeichner“ („Universally Unique Identifier“), der in vielen Datenbanken und Systemen als ID üblich ist.
        * Wird in Requests und Responses als `str` dargestellt.
    * `datetime.datetime`:
        * Ein Python-`datetime.datetime`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank">
              <name>groupId</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>
                A universally unique identifier for a project. It is normal to
                use a fully-qualified package name to distinguish it from other
                projects with a similar name (eg. {@code org.apache.maven}).
              </description>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
Back to Top