- Sort Score
- Result 10 results
- Languages All
Results 11 - 17 of 17 for LAN (0.01 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
/** Whether to use NT SMB operations */ protected boolean useNTSmbs = true; /** Whether to use large read/write operations for better performance */ protected boolean useLargeReadWrite = true; /** LAN Manager compatibility level for authentication */ protected int lanmanCompatibility = 3; /** Whether to allow fallback to NTLM authentication */ protected boolean allowNTLMFallback = true;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
docs/vi/docs/features.md
Toàn bộ framework được thiết kế để sử dụng dễ dàng và trực quan, toàn bộ quyết định đã được kiểm thử trên nhiều trình soạn thảo thậm chí trước khi bắt đầu quá trình phát triển, để chắc chắn trải nghiệm phát triển là tốt nhất.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/vi/docs/python-types.md
John Doe ``` Hàm thực hiện như sau: * Lấy một `first_name` và `last_name`. * Chuyển đổi kí tự đầu tiên của mỗi biến sang kiểu chữ hoa với `title()`. * <abbr title="Đặt chúng lại với nhau thành một. Với các nội dung lần lượt.">Nối</abbr> chúng lại với nhau bằng một kí tự trắng ở giữa. {* ../../docs_src/python_types/tutorial001.py hl[2] *} ### Sửa đổi Nó là một chương trình rất đơn giả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/tutorial/first-steps.md
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" INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Nov 10 16:58:43 UTC 2024 - 11K bytes - Viewed (0) -
docs/vi/docs/index.md
* Tài liệu thay thế cũng sẽ phản ánh tham số và body mới:  ### Tóm lại Bạn khai báo **một lần** kiểu dữ liệu của các tham số, body, etc là các tham số của hàm số. Bạn định nghĩa bằng cách sử dụng các kiểu dữ liệu chuẩn của Python.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
LAA R1, R2, 524287(R3) // eb213fff7ff8 LAAG R4, R5, -524288(R6) // eb54600080e8 LAAL R7, R8, 8192(R9) // eb87900002fa LAALG R10, R11, -8192(R12) // ebbac000feea LAN R1, R2, (R3) // eb21300000f4 LANG R4, R5, (R6) // eb54600000e4 LAX R7, R8, (R9) // eb87900000f7 LAXG R10, R11, (R12) // ebbac00000e7 LAO R1, R2, (R3) // eb21300000f6
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jul 30 19:29:15 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* * <tr><td ><code>smb1://</code></td><td> * Just as <code>smb1://server/</code> lists shares and * <code>smb1://workgroup/</code> lists servers, the <code>smb1://</code> * URL lists all available workgroups on a netbios LAN. Again, * in this context many methods are not valid and return default * values(e.g. <code>isHidden</code> will always return false). * </td></tr> *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)