Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for co (0.02 sec)

  1. docs/vi/docs/python-types.md

    {!> ../../docs_src/python_types/tutorial008b.py!}
    ```
    
    ////
    
    Trong cả hai trường hợp  nghĩa là `item`  thể là một `int` hoặc `str`.
    
    #### Khả năng `None`
    
    Bạn  thể khai báo một giá trị  thể  một kiểu dữ liệu, giống như `str`, nhưng nó cũng  thể là `None`.
    
    Trong Python 3.6 hoặc lớn hơn (bao gồm Python 3.10) bạn  thể khai báo nó bằng các import và sử dụng `Optional` từ mô đun `typing`.
    
    ```Python hl_lines="1  4"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. docs/vi/docs/tutorial/first-steps.md

    Định nghĩa cấu trúc này bao gồm những đường dẫn API của bạn, các tham số  thể ,...
    
    #### "Cấu trúc" dữ liệu
    
    Thuật ngữ "cấu trúc" (schema) cũng  thể được coi như là hình dạng của dữ liệu, tương tự như một JSON content.
    
    Trong trường hợp đó, nó  nghĩa là các thuộc tính JSON và các kiểu dữ liệu họ ,...
    
    #### OpenAPI và JSON Schema
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java

              "foo.blogspot.co.uk",
              "foo.uk.com",
              "foo.bar.co.il",
              "state.CA.us",
              "www.state.pa.us",
              "pvt.k12.ca.us",
              "www.google.com",
              "www4.yahoo.co.uk",
              "home.netscape.com",
              "web.MIT.edu",
              "foo.eDu.au",
              "utenti.blah.IT",
              "dominio.com.co");
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 15:41:36 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  4. docs/vi/docs/index.md

    * Với request `PUT` tới `/items/{item_id}`, đọc body như JSON:
        * Kiểm tra xem nó  một thuộc tính bắt buộc kiểu  `str` là `name` không?
        * Kiểm tra xem nó  một thuộc tính bắt buộc kiểu `float` là `price` không?
        * Kiểm tra xem nó  một thuộc tính tùy chọn là `is_offer` không? Nếu , nó phải  kiểu `bool`.
        * Tất cả những kiểm tra này cũng được áp dụng với các JSON lồng nhau.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. docs/en/data/external_links.yml

    frameworkのパフォーマンス比較 (Django, Flask, responder, FastAPI, japronto) - author: ライトコードメディア編集部 author_link: https://rightcode.co.jp/author/jun link: https://rightcode.co.jp/blog/information-technology/fastapi-tutorial-todo-apps-admin-page-improvement title: '【第4回】FastAPIチュートリアル: toDoアプリを作ってみよう【管理者ページ改良編】' - author: ライトコードメディア編集部 author_link: https://rightcode.co.jp/author/jun link: https://rightcode.co.jp/blog/information-technology/fastapi-tutorial-todo-apps-authentication-user-registration title: '【第3回】FastAPIチュートリアル:...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:39:34 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/BaseEncodingTest.java

      }
    
      public void testBase32Hex() {
        // The following test vectors are specified in RFC 4648 itself
        testEncodingWithCasing(base32Hex(), "", "");
        testEncodingWithCasing(base32Hex(), "f", "CO======");
        testEncodingWithCasing(base32Hex(), "fo", "CPNG====");
        testEncodingWithCasing(base32Hex(), "foo", "CPNMU===");
        testEncodingWithCasing(base32Hex(), "foob", "CPNMUOG=");
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 16:27:30 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  7. SECURITY.md

    outside of the safe formats, etc.) are not treated as vulnerabilities.
    
    ### Reporting process
    
    Please use [Google Bug Hunters reporting form](https://g.co/vulnz) to report
    security vulnerabilities. Please include the following information along with
    your report:
    
      - A descriptive title
      - Your name and affiliation (if any).
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 16:10:43 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/BaseEncodingTest.java

      }
    
      public void testBase32Hex() {
        // The following test vectors are specified in RFC 4648 itself
        testEncodingWithCasing(base32Hex(), "", "");
        testEncodingWithCasing(base32Hex(), "f", "CO======");
        testEncodingWithCasing(base32Hex(), "fo", "CPNG====");
        testEncodingWithCasing(base32Hex(), "foo", "CPNMU===");
        testEncodingWithCasing(base32Hex(), "foob", "CPNMUOG=");
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 16:27:30 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  9. docs/pl/docs/tutorial/first-steps.md

                            "content": {
                                "application/json": {
    
    
    
    ...
    ```
    
    #### Do czego służy OpenAPI
    
    Schemat OpenAPI jest tym, co zasila dwa dołączone interaktywne systemy dokumentacji.
    
    Istnieją dziesiątki alternatyw, wszystkie oparte na OpenAPI. Możesz łatwo dodać dowolną z nich do swojej aplikacji zbudowanej za pomocą **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 16:51:30 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

      public void testConsecutiveParentsAfterPresent() {
        assertEquals("../..", simplifyPath("./../../"));
        assertEquals("../..", simplifyPath("./.././../"));
      }
    
      /*
       * We co-opt some URI resolution tests for our purposes.
       * Some of the tests have queries and anchors that are a little silly here.
       */
    
      /** http://gbiv.com/protocols/uri/rfc/rfc2396.html#rfc.section.C.1 */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top