Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Lenoir (0.21 sec)

  1. docs/es/docs/deployment/versions.md

    !!! tip
        La versión "MINOR" es el número en el medio, por ejemplo, en `0.2.3`, la <abbr title="versión menor">"MINOR" version</abbr> es `2`.
    
    ## Actualizando las versiones de FastAPI
    
    Para esto es recomendable primero añadir tests a tu aplicación.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Feb 07 11:55:38 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const ENOPOLICY Errno
    pkg syscall (darwin-arm64), const ENOPROTOOPT = 42
    pkg syscall (darwin-arm64), const ENOSPC = 28
    pkg syscall (darwin-arm64), const ENOSR = 98
    pkg syscall (darwin-arm64), const ENOSR Errno
    pkg syscall (darwin-arm64), const ENOSTR = 99
    pkg syscall (darwin-arm64), const ENOSTR Errno
    pkg syscall (darwin-arm64), const ENOSYS = 78
    pkg syscall (darwin-arm64), const ENOTBLK = 15
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (darwin-386), const ENOATTR Errno
    pkg syscall (darwin-386), const ENODATA Errno
    pkg syscall (darwin-386), const ENOLINK Errno
    pkg syscall (darwin-386), const ENOPOLICY Errno
    pkg syscall (darwin-386), const ENOSR Errno
    pkg syscall (darwin-386), const ENOSTR Errno
    pkg syscall (darwin-386), const ENOTRECOVERABLE Errno
    pkg syscall (darwin-386), const EOWNERDEAD Errno
    pkg syscall (darwin-386), const EPROCLIM Errno
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. docs/tr/docs/async.md

    * sonuçları döndürmek için bir veritabanı sorgusu
    * vb.
    
    Yürütme süresi çoğunlukla  <abbr title="Input ve Output (Giriş ve Çıkış)">I/O</abbr> işlemleri beklenerek tüketildiğinden bunlara "I/O bağlantılı" işlemler denir.
    
    Buna "asenkron" denir, çünkü bilgisayar/program yavaş görevle "senkronize" olmak zorunda değildir, görevin tam olarak biteceği anı bekler, hiçbir şey yapmadan, görev sonucunu alabilmek ve çalışmaya devam edebilmek için .
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/path-params-numeric-validations.md

    ```
    
    ## Validações numéricas: maior que e menor que ou igual
    
    O mesmo se aplica para:
    
    * `gt`: maior que (`g`reater `t`han)
    * `le`: menor que ou igual (`l`ess than or `e`qual)
    
    ```Python hl_lines="9"
    {!../../../docs_src/path_params_numeric_validations/tutorial005.py!}
    ```
    
    ## Validações numéricas: valores do tipo float, maior que e menor que
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 5.6K bytes
    - Viewed (0)
  6. CITATION.cff

        given-names: Sherry
      - family-names: Murray
        given-names: Derek
      - family-names: Olah
        given-names: Chris
      - family-names: Shlens
        given-names: Jonathon
      - family-names: Steiner
        given-names: Benoit
      - family-names: Sutskever
        given-names: Ilya
      - family-names: Talwar
        given-names: Kunal
      - family-names: Tucker
        given-names: Paul
      - family-names: Vanhoucke
        given-names: Vincent
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 06 15:26:23 GMT 2021
    - 3.5K bytes
    - Viewed (0)
  7. docs/pt/docs/index.md

    **Typer** é o irmão menor do FastAPI. E seu propósito é ser o **FastAPI das _CLIs_**. ⌨️ 🚀
    
    ## Requisitos
    
    FastAPI está nos ombros de gigantes:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/security/first-steps.md

    	* Normalmente, um token é definido para expirar depois de um tempo.
    		* Então, o usuário terá que se logar de novo depois de um tempo.
    		* E se o token for roubado, o risco é menor. Não é como se fosse uma chave permanente que vai funcionar para sempre (na maioria dos casos).
    	* O frontend armazena aquele token temporariamente em algum lugar.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  9. docs/tr/docs/tutorial/first-steps.md

    Normalde kullanılan:
    
    * `POST`: veri oluşturmak.
    * `GET`: veri okumak.
    * `PUT`: veriyi güncellemek.
    * `DELETE`: veriyi silmek.
    
    Bu nedenle, OpenAPI'da HTTP metodlarından her birine "operasyon" denir.
    
    Biz de onları "**operasyonlar**" olarak adlandıracağız.
    
    #### Bir *Yol Operasyonu Dekoratörü* Tanımlayalım
    
    ```Python hl_lines="6"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Feb 08 13:10:55 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ENOMSG = 83
    pkg syscall (netbsd-arm64-cgo), const ENOPROTOOPT = 42
    pkg syscall (netbsd-arm64-cgo), const ENOSPC = 28
    pkg syscall (netbsd-arm64-cgo), const ENOSR = 90
    pkg syscall (netbsd-arm64-cgo), const ENOSR Errno
    pkg syscall (netbsd-arm64-cgo), const ENOSTR = 91
    pkg syscall (netbsd-arm64-cgo), const ENOSTR Errno
    pkg syscall (netbsd-arm64-cgo), const ENOSYS = 78
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top