Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 1,902 for yolu (0.02 seconds)

  1. docs/tr/docs/help-fastapi.md

    Yoksa **FastAPI** ile ilgili yardım mı almak istiyorsunuz?
    
    Yardım etmenin çok basit yolları var (bazıları sadece bir-iki tıklama gerektirir).
    
    Yardım almanın da birkaç yolu var.
    
    ## Bültene abone olun { #subscribe-to-the-newsletter }
    
    Şunlardan haberdar olmak için (seyrek yayımlanan) [**FastAPI and friends** bültenine](newsletter.md) abone olabilirsiniz:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md

    {* ../../docs_src/dependencies/tutorial010_py310.py hl[1:9,13] *}
    
    /// tip | İpucu
    
    Bir context manager oluşturmanın başka bir yolu da şunlardır:
    
    * [`@contextlib.contextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager) veya
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  3. docs/tr/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // You don't need to be in the old directory to deactivate, you can do it wherever you are, even after going to the other project 😎
    $ deactivate
    
    // Activate the virtual environment in prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    // Now when you run python, it will find the package sirius installed in this virtual environment ✨
    $ python main.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.5K bytes
    - Click Count (0)
  4. docs/tr/docs/advanced/advanced-dependencies.md

    Ama bu sabit içeriği parametreleştirebilmek istiyoruz.
    
    ## "Callable" bir instance { #a-callable-instance }
    
    Python'da bir class'ın instance'ını "callable" yapmanın bir yolu vardır.
    
    Class'ın kendisini değil (zaten callable'dır), o class'ın bir instance'ını.
    
    Bunu yapmak için `__call__` adında bir method tanımlarız:
    
    {* ../../docs_src/dependencies/tutorial011_an_py310.py hl[12] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10K bytes
    - Click Count (0)
  5. docs/tr/docs/advanced/generate-clients.md

    ### Hey API { #hey-api }
    
    Modelleri olan bir FastAPI uygulamamız olduğunda, Hey API ile bir TypeScript client üretebiliriz. Bunu yapmanın en hızlı yolu npx kullanmaktır.
    
    ```sh
    npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client
    ```
    
    Bu komut `./src/client` içine bir TypeScript SDK üretecektir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  6. docs/tr/docs/advanced/behind-a-proxy.md

    ### Docs UI'yi Kontrol Edin { #check-the-docs-ui }
    
    Şimdi işin eğlenceli kısmı. ✨
    
    Uygulamaya erişmenin "resmi" yolu, tanımladığımız path prefix ile proxy üzerinden erişmektir. Bu yüzden beklendiği gibi, Uvicorn'un doğrudan servis ettiği docs UI'yi URL'de path prefix olmadan açarsanız çalışmaz; çünkü proxy üzerinden erişileceğini varsayar.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.5K bytes
    - Click Count (0)
  7. docs/tr/docs/deployment/docker.md

    **Docker Compose** ile **tek bir server**'a (cluster değil) deploy ediyor olabilirsiniz. Bu durumda, paylaşılan ağı ve **load balancing**'i koruyarak container replication'ını (Docker Compose ile) yönetmenin kolay bir yolu olmayabilir.
    
    Bu durumda, tek bir container içinde **bir process manager** ile **birden fazla worker process** başlatmak isteyebilirsiniz.
    
    ---
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 29.6K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/sql-databases.md

    #### `HeroUpdate` - hero güncellemek için *data model* { #heroupdate-the-data-model-to-update-a-hero }
    
    Uygulamanın önceki sürümünde bir hero’yu **güncellemenin** bir yolu yoktu; ancak artık **birden fazla model** ile bunu yapabiliriz. 🎉
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.8K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/bigger-applications.md

    /// Note | Not
    
    Komuta dosya yolunu da verebilirsiniz, örneğin:
    
    ```console
    $ fastapi dev app/main.py
    ```
    
    Ama o zaman her `fastapi` komutunu çalıştırdığınızda doğru yolu hatırlayıp geçirmeniz gerekir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  10. cmd/testdata/xl-meta-merge.zip

    ``` The MinIO deployment starts using default root credentials `minioadmin:minioadmin`. You can test the deployment using the MinIO Console, an embedded object browser built into MinIO Server. Point a web browser running on the host machine to <http://127.0.0.1:9000> and log in with the root credentials. You can use the Browser to create buckets, upload objects, and browse the contents of the MinIO server. You can also connect using any S3-compatible tool, such as the MinIO Client `mc` commandline...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Click Count (0)
Back to Top