Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ra (0.17 sec)

  1. docs/vi/docs/index.md

      <a href="https://fastapi.tiangolo.com"><img src="https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png" alt="FastAPI"></a>
    </p>
    <p align="center">
        FastAPI framework, hiệu năng cao, dễ học, dễ code, sẵn sàng để tạo ra sản phẩm
    </p>
    <p align="center">
    <a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  2. docs/vi/docs/tutorial/first-steps.md

    ```
    
    </div>
    
    !!! note
        Câu lệnh `uvicorn main:app` được giải thích như sau:
    
        * `main`: tệp tin `main.py` (một Python "mô đun").
        * `app`: một object được tạo ra bên trong `main.py` với dòng `app = FastAPI()`.
        * `--reload`: làm server khởi động lại sau mỗi lần thay đổi. Chỉ sử dụng trong môi trường phát triển.
    
    Trong output, có một dòng giống như:
    
    ```hl_lines="4"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Sep 02 15:44:17 GMT 2023
    - 11.2K bytes
    - Viewed (0)
  3. docs/vi/docs/python-types.md

    ```Python
        first_name="john", last_name="doe"
    ```
    
    Nó là một thứ khác.
    
    Chúng ta sử dụng dấu hai chấm (`:`), không phải dấu bằng (`=`).
    
    Và việc thêm gợi ý kiểu dữ liệu không làm thay đổi những gì xảy ra so với khi chưa thêm chúng.
    
    But now, imagine you are again in the middle of creating that function, but with type hints.
    
    Tại cùng một điểm, bạn thử kích hoạt autocomplete với `Ctrl+Space` và bạn thấy:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  4. kotlin-js-store/yarn.lock

      resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
      integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
    
    "@webassemblyjs/wasm-edit@^1.11.5":
      version "1.11.6"
      resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz#c72fa8220524c9b416249f3d94c2958dfe70ceab"
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jul 22 12:28:51 GMT 2023
    - 87.4K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    170E..1714    ; valid                                  # 3.2  TAGALOG LETTER LA..TAGALOG SIGN VIRAMA
    1715          ; valid                                  # 14.0 TAGALOG SIGN PAMUDPOD
    1716..171E    ; disallowed                             # NA   <reserved-1716>..<reserved-171E>
    171F          ; valid                                  # 14.0 TAGALOG LETTER ARCHAIC RA
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  6. api/go1.1.txt

    pkg syscall (linux-386), const RTPROT_KERNEL = 2
    pkg syscall (linux-386), const RTPROT_MRT = 10
    pkg syscall (linux-386), const RTPROT_NTK = 15
    pkg syscall (linux-386), const RTPROT_RA = 9
    pkg syscall (linux-386), const RTPROT_REDIRECT = 1
    pkg syscall (linux-386), const RTPROT_STATIC = 4
    pkg syscall (linux-386), const RTPROT_UNSPEC = 0
    pkg syscall (linux-386), const RTPROT_XORP = 14
    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)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    pesarourbino.it
    pescara.it
    pg.it
    pi.it
    piacenza.it
    pisa.it
    pistoia.it
    pn.it
    po.it
    pordenone.it
    potenza.it
    pr.it
    prato.it
    pt.it
    pu.it
    pv.it
    pz.it
    ra.it
    ragusa.it
    ravenna.it
    rc.it
    re.it
    reggio-calabria.it
    reggio-emilia.it
    reggiocalabria.it
    reggioemilia.it
    rg.it
    ri.it
    rieti.it
    rimini.it
    rm.it
    rn.it
    ro.it
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top