- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for disini (0.04 sec)
-
docs/tr/docs/async.md
Bu senaryoda, temizlikçilerin her biri (siz dahil) birer işlemci olacak ve üzerine düşeni yapacaktır.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 21.8K bytes - Viewed (0) -
docs/tr/docs/tutorial/path-params.md
```JSON {"item_id":"foo"} ``` ## Tip İçeren Yol Parametreleri Standart Python tip belirteçlerini kullanarak yol parametresinin tipini fonksiyonun içerisinde tanımlayabilirsiniz. {* ../../docs_src/path_params/tutorial002.py hl[7] *} Bu durumda, `item_id` bir `int` olarak tanımlanacaktır. /// check | Ek bilgi
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaConnection.java
import jcifs.internal.smb2.rdma.RdmaNegotiateResponse; /** * DiSNI RDMA connection implementation. * * This class would integrate with the DiSNI library to provide * high-performance RDMA operations over InfiniBand/RoCE networks. * * Note: This is a skeleton implementation. A real implementation would * require proper DiSNI integration with actual RDMA hardware. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 10.2K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
} ``` ### 4.5 RDMA Provider Implementations #### 4.5.1 DiSNI Provider (InfiniBand/RoCE) ```java package jcifs.internal.smb2.rdma.disni; import com.ibm.disni.*; import com.ibm.disni.verbs.*; public class DisniRdmaProvider implements RdmaProvider { private RdmaActiveEndpointGroup<DisniRdmaEndpoint> endpointGroup;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
docs/tr/docs/index.md
Temel özellikleri şunlardır: * **Hızlı**: Çok yüksek performanslı, **NodeJS** ve **Go** ile eşit düzeyde (Starlette ve Pydantic sayesinde). [En hızlı Python framework'lerinden bir tanesidir](#performans). * **Kodlaması Hızlı**: Geliştirme hızını yaklaşık %200 ile %300 aralığında arttırır. * * **Daha az hata**: İnsan (geliştirici) kaynaklı hataları yaklaşık %40 azaltır. *
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/fs/FileSystemClient.java
*/ protected ResponseData processRequest(final String uri, final boolean includeContent) { if (!isInit.get()) { synchronized (isInit) { if (!isInit.get()) { init(); isInit.set(true); } } } // start AccessTimeoutTarget accessTimeoutTarget = null;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/tr/docs/tutorial/first-steps.md
#### Operasyonlar Burada "operasyon" HTTP "metodlarından" birini ifade eder. Bunlardan biri: * `POST` * `GET` * `PUT` * `DELETE` ...veya daha az kullanılan diğerleri: * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` HTTP protokolünde, bu "metodlardan" birini (veya daha fazlasını) kullanarak her bir yol ile iletişim kurabilirsiniz. ---
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
├── RdmaChannel.java - RDMA channel operations └── RdmaProvider.java - RDMA provider abstraction ``` #### 5.2 Implementation Tasks - [ ] Research Java RDMA libraries (e.g., DiSNI, JXIO) - [ ] Implement RDMA capability detection - [ ] Create RDMA negotiation context - [ ] Implement RDMA transport layer - [ ] Add RDMA buffer registration - [ ] Create RDMA read/write operations
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
docs/fr/docs/async.md
## Code asynchrone Faire du code asynchrone signifie que le langage 💬 est capable de dire à l'ordinateur / au programme 🤖 qu'à un moment du code, il 🤖 devra attendre que *quelque chose d'autre* se termine autre part. Disons que ce *quelque chose d'autre* est appelé "fichier-lent" 📝. Donc, pendant ce temps, l'ordinateur pourra effectuer d'autres tâches, pendant que "fichier-lent" 📝 se termine.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 25.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
*/ @Resource protected ContentLengthHelper contentLengthHelper; /** * Flag indicating whether the client has been initialized. */ protected volatile boolean isInit = false; /** * The MinIO client instance for interacting with object storage. */ protected MinioClient minioClient; /** * Creates a new StorageClient instance. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 17.9K bytes - Viewed (2)