- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for ta (0.01 sec)
-
docs/vi/docs/environment-variables.md
Nếu không được cung cấp, nó mặc định là `None`, ở đây chúng ta cung cấp `"World"` là giá trị mặc định để sử dụng. /// Sau đó bạn có thể gọi chương trình Python: //// tab | Linux, macOS, Windows Bash <div class="termy"> ```console // Ở đây chúng ta chưa cài đặt biến môi trường $ python main.py // Vì chúng ta chưa cài đặt biến môi trường, chúng ta nhận được giá trị mặc định Hello World from Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:17:13 UTC 2025 - 9.8K bytes - Viewed (0) -
docs/vi/docs/tutorial/first-steps.md
#### "Schema" Một "schema" là một định nghĩa hoặc mô tả thứ gì đó. Không phải code triển khai của nó, nhưng chỉ là một bản mô tả trừu tượng. #### API "schema" Trong trường hợp này, <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank">OpenAPI</a> là một bản mô tả bắt buộc cơ chế định nghĩa API của bạn.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Nov 10 16:58:43 UTC 2024 - 11K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileHandleImplTest.java
SmbTreeHandleImpl tA = mock(SmbTreeHandleImpl.class); SmbTreeHandleImpl tB = mock(SmbTreeHandleImpl.class); lenient().when(tA.acquire()).thenReturn(tA); lenient().when(tB.acquire()).thenReturn(tB); lenient().when(tA.getTreeId()).thenReturn(treeId); lenient().when(tB.getTreeId()).thenReturn(treeId); lenient().when(tA.isConnected()).thenReturn(true);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
errors.design_file_is_unsupported_type = Ten typ pliku nie jest obsługiwany. errors.failed_to_create_crawling_config_at_wizard = Nie można utworzyć konfiguracji indeksowania w kreatorze. errors.design_editor_disabled = Ta funkcja jest wyłączona. errors.not_found_on_file_system = Nie znaleziono. Przyczyna: {0} errors.could_not_open_on_system = Nie można otworzyć {0}.<br>Sprawdź, czy plik jest skojarzony z aplikacją.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
docs/tr/docs/tutorial/first-steps.md
Burada `app` değişkeni `FastAPI` sınıfının bir örneği olacaktır. Bu, tüm API'yı oluşturmak için ana etkileşim noktası olacaktır. Bu `app` değişkeni, `uvicorn` komutunda atıfta bulunulan değişkenin ta kendisidir. <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ス", new String[] { "su" }); map.put("セ", new String[] { "se" }); map.put("ソ", new String[] { "so" }); map.put("タ", new String[] { "ta" }); map.put("チ", new String[] { "ti", "chi" }); map.put("ツ", new String[] { "tu", "tsu" }); map.put("テ", new String[] { "te" }); map.put("ト", new String[] { "to" });
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 10.8K bytes - Viewed (0) -
docs/vi/docs/python-types.md
Nhưng đáng buồn, bạn không nhận được điều gì hữu ích cả: <img src="/img/python-types/image01.png"> ### Thêm kiểu dữ liệu Hãy sửa một dòng từ phiên bản trước. Chúng ta sẽ thay đổi chính xác đoạn này, tham số của hàm, từ: ```Python first_name, last_name ``` sang: ```Python first_name: str, last_name: str ``` Chính là nó.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 21.5K bytes - Viewed (0) -
docs/vi/docs/virtual-environments.md
<div class="termy"> ```console $ python -m venv .venv ``` </div> /// details | Cách các lệnh hoạt động * `python`: sử dụng chương trình `python` * `-m`: gọi một module như một script, chúng ta sẽ nói về module đó sau * `venv`: sử dụng module `venv` được cài đặt sẵn của Python * `.venv`: tạo môi trường ảo trong thư mục mới `.venv` /// //// //// tab | `uv`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:19:18 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/vi/docs/features.md
Với **FastAPI**, bạn có tất cả những tính năng của **Pydantic** (FastAPI dựa trên Pydantic cho tất cả những xử lí về dữ liệu): * **Không gây rối não**: * Không cần học ngôn ngữ mô tả cấu trúc mới. * Nếu bạn biết kiểu dữ liệu Python, bạn biết cách sử dụng Pydantic.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
"fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru", "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" }; /** * Constructor for AnalyzerSettings. * @param client The OpenSearch client. * @param settings The SuggestSettings instance.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0)