- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for co (0.02 sec)
-
docs/vi/docs/python-types.md
{!> ../../docs_src/python_types/tutorial008b.py!} ``` //// Trong cả hai trường hợp có nghĩa là `item` có thể là một `int` hoặc `str`. #### Khả năng `None` Bạn có thể khai báo một giá trị có thể có một kiểu dữ liệu, giống như `str`, nhưng nó cũng có thể là `None`. Trong Python 3.6 hoặc lớn hơn (bao gồm Python 3.10) bạn có 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) -
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ố có thể có,... #### "Cấu trúc" dữ liệu Thuật ngữ "cấu trúc" (schema) cũng có 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ó có nghĩa là các thuộc tính JSON và các kiểu dữ liệu họ có,... #### 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) -
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 15:41:36 UTC 2024 - 17.1K bytes - Viewed (0) -
docs/vi/docs/index.md
* Với request `PUT` tới `/items/{item_id}`, đọc body như JSON: * Kiểm tra xem nó có một thuộc tính bắt buộc kiểu `str` là `name` không? * Kiểm tra xem nó có một thuộc tính bắt buộc kiểu `float` là `price` không? * Kiểm tra xem nó có một thuộc tính tùy chọn là `is_offer` không? Nếu có, nó phải có 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) -
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) -
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) -
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) -
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) -
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) -
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)