Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Vita (0.02 sec)

  1. src/main/resources/fess_label_it.properties

    labels.doc_score=Punteggio:
    labels.development_mode_warning=Esecuzione in modalità sviluppo. Installare OpenSearch separatamente in un ambiente di produzione.
    labels.eol_error=Il sistema in uso non è più supportato. Consultare la pagina di fine vita del prodotto per l'aggiornamento.
    labels.tooltip_search_view=Vista di ricerca
    labels.tooltip_run_crawler=Esegui crawler
    labels.tooltip_forum=Forum
    labels.tooltip_onlinehelp=Aiuto
    labels.tooltip_logout=Esci
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. docs/id/docs/tutorial/first-steps.md

    * `POST`: untuk membuat data.
    * `GET`: untuk membaca data.
    * `PUT`: untuk memperbarui data.
    * `DELETE`: untuk menghapus data.
    
    Sehingga, di OpanAPI, setiap metode HTTP ini disebut sebuah "operasi".
    
    Kita akan menyebut mereka juga "**operasi**".
    
    #### Mendefinisikan *dekorator operasi path*
    
    {* ../../docs_src/first_steps/tutorial001.py hl[6] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Dec 12 21:46:36 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/https.md

    Após isso, o cliente e o servidor possuem uma **conexão TCP encriptada**, que é provida pelo TLS. E então eles podem usar essa conexão para começar a **comunicação HTTP** propriamente dita.
    
    E isso resume o que é **HTTPS**, apenas **HTTP** simples dentro de uma **conexão TLS segura** em vez de uma conexão TCP pura (não encriptada).
    
    /// tip | Dica
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  4. docs/id/docs/index.md

        * Sistem dokumentasi interaktif.
        * Sistem otomatis penghasil kode, untuk banyak bahasa.
    * Menyediakan 2 tampilan dokumentasi web interaktif dengan langsung.
    
    ---
    
    Kita baru menyentuh permukaannya saja, tetapi anda sudah mulai paham gambaran besar cara kerjanya.
    
    Coba ubah baris:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...dari:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 20.5K bytes
    - Viewed (0)
Back to top