Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 18 for diskID (0.05 seconds)

  1. docs/tr/docs/deployment/concepts.md

    Bu durumda 2 server ile devam edip onların kaynaklarını (CPU, bellek, disk, ağ bant genişliği vb.) daha yüksek oranlarda kullanmak daha iyi olabilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/stream-data.md

    Çoğu durumda dosya benzeri nesneler, varsayılan olarak async ve await ile uyumlu değildir.
    
    Örneğin, `await file.read()` ya da `async for chunk in file` gibi şeyler yoktur.
    
    Ve birçok durumda, diskte ya da ağda okundukları için, okumak engelleyici (event loop'u bloke edebilen) bir işlem olabilir.
    
    /// info | Bilgi
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  3. docs/tr/docs/advanced/events.md

    ///
    
    /// tip | İpucu
    
    Dikkat edin, bu örnekte bir dosyayla etkileşen standart Python `open()` fonksiyonunu kullanıyoruz.
    
    Dolayısıyla disk’e yazılmasını beklemeyi gerektiren I/O (input/output) söz konusu.
    
    Ancak `open()` `async` ve `await` kullanmaz.
    
    Bu yüzden event handler fonksiyonunu `async def` yerine standart `def` ile tanımlarız.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  4. docs/tr/docs/async.md

    * istemciden verinin ağ üzerinden gelmesi
    * programınızın gönderdiği verinin ağ üzerinden istemciye ulaşması
    * diskteki bir dosyanın içeriğinin sistem tarafından okunup programınıza verilmesi
    * programınızın sisteme verdiği içeriğin diske yazılması
    * uzak bir API işlemi
    * bir veritabanı işleminin bitmesi
    * bir veritabanı sorgusunun sonuç döndürmesi
    * vb.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.7K bytes
    - Click Count (0)
  5. docs/tr/docs/_llm-test.md

    * <abbr title="Mozilla Developer Network - Mozilla Geliştirici Ağı: geliştiriciler için dokümantasyon, Firefox ekibi tarafından yazılmış">MDN</abbr>
    * <abbr title="Input/Output - Girdi/Çıktı: disk okuma ya da yazma, ağ iletişimi.">I/O</abbr>.
    
    ////
    
    //// tab | Bilgi
    
    "abbr" öğelerinin "title" attribute'ları belirli talimatlara göre çevrilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/request-files.md

    * Parametrenin varsayılan değerinde `File()` kullanmak zorunda değilsiniz.
    * "Spooled" bir dosya kullanır:
        * Belirli bir maksimum boyuta kadar bellekte tutulan, bu limiti aşınca diske yazılan bir dosya.
    * Bu sayede görüntüler, videolar, büyük binary’ler vb. gibi büyük dosyalarda tüm belleği tüketmeden iyi çalışır.
    * Upload edilen dosyadan metadata alabilirsiniz.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  7. docs/zh/docs/_llm-test.md

    * the Bearer Token
    * the breaking change
    * the bug
    * the button
    * the callable
    * the code
    * the commit
    * the context manager
    * the coroutine
    * the database session
    * the disk
    * the domain
    * the engine
    * the fake X
    * the HTTP GET method
    * the item
    * the library
    * the lifespan
    * the lock
    * the middleware
    * the mobile application
    * the module
    * the mounting
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  8. docs/ko/docs/_llm-test.md

    * `APIRouter`
    * `requirements.txt`
    * Bearer Token
    * breaking change
    * bug
    * button
    * callable
    * code
    * commit
    * context manager
    * coroutine
    * database session
    * disk
    * domain
    * engine
    * fake X
    * HTTP GET method
    * item
    * library
    * lifespan
    * lock
    * middleware
    * mobile application
    * module
    * mounting
    * network
    * origin
    * override
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.35.md

    - Improved the `FreeDiskSpaceFailed` warning event to provide more actionable details when image garbage collection fails to free enough disk space. Example: `Insufficient free disk space on the node's image filesystem (95.0% of 10.0 GiB used). Failed to free sufficient space by deleting unused images. Consider resizing the disk or deleting unused files.`. ([#132578](https://github.com/kubernetes/kubernetes/pull/132578), [@drigz](https://github.com/drigz))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
  10. scripts/general-llm-prompt.md

    Result:
    
    ```
    <abbr title="{full phrase} - {translation of full phrase}: {translation of other information}">{abbreviation}</abbr>
    ```
    
    Examples:
    
    Source (English):
    
    ```
    <abbr title="Input/Output: disk reading or writing, network communication.">I/O</abbr>
    <abbr title="Content Delivery Network: service, that provides static files.">CDN</abbr>
    <abbr title="Integrated Development Environment: similar to a code editor">IDE</abbr>
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Mar 18 10:55:36 GMT 2026
    - 14.6K bytes
    - Click Count (0)
Back to Top